Suppose you are using Geronimo 2.1.*, you may refer to the link below, it shows what parameter is supported for each connector type. I do not have chance to try it by myself, while I knew others have tried that, and it works. Hope it helps. [1] https://svn.apache.org/repos/asf/geronimo/server/branches/2.1/plugins/tomcat/tomcat6/src/main/plan/plan.xml 2012/8/15 soegaard > Yes, I have found that by checking the jars, but then I get deployment > errors like > > ---------------- > Distribution of module failed. See log for details. > Unknown attribute maxHttpHeaderSizeBytes on > dk.rm.hawaii/WebServicesWAR/1.0/car?J2EEApplication=null,WebModule=dk.rm.hawaii/WebServicesWAR/1.0/car,j2eeType=GBean,name=WebServicesConnector > org.apache.geronimo.common.DeploymentException: Unknown attribute > maxHttpHeaderSizeBytes on dk.rm.hawaii/WebServicesWAR/1.0/car? ........ > ECT!!!! > ------------------------ > > This attribute is not known. > > 8192 > > It is like it is another connector bean this example refers to. I use > version 2.1.4 of the WASCE (I believe v. 6 of Tomcat). > > These examples don't work - sorry :( > > Have you ever done something like this yourself? Opening another port on > the server to expose your webservices to. > > Med venlig hilsen / Best regards > > Bjarne Søegaard > +2878-5721 > > ------------------------------ > *Fra:* Ivan Xu [via Apache Geronimo] [ml-node+[hidden email] > ] > *Sendt:* 15. august 2012 09:58 > > *Til:* Bjarne Søegaard > *Emne:* Re: Use other port for webservices on same wasce instance > > The full name of the ConnectorGBean should > be org.apache.geronimo.tomcat.connector.ConnectorGBean. > > 2012/8/14 soegaard <[hidden email] > > > > Hello Ivan, >> >> Yes, I have used the code shown in the example you refer to in your mail. >> (Shown below), but creation of the Connector gbean fails because it >> complains "org.apache.geronimo.tomcat.ConnectorGBean" cannot be found. I >> have the create one directly thru the admin console - looked it up in the >> config.xml - here it created >> > class="org.apache.geronimo.tomcat.connector.Http11ConnectorGBean"> >> >> I the copied this to my geronimo-web.xml instead of the first Connector >> gbean. (and then removed it from the config.xml again- so it got created >> thru the geronimo-web.xml. >> >> This works to the point that I can se the Connector in the admin console - >> the geronimo-web.xml has ow created it. >> >> The deployment does however sometimes write, >> >> "WARN [MapperListener] Unknown default host: localhost" I believe this is >> from the initParams in TomcatWebAppHost where localhost is stated. >> >> >> >> >> >> >> > class="org.apache.geronimo.tomcat.TomcatContainer"> >> var/catalina >> >> TomcatEngine1 >> >> >> ServerInfo >> >> >> TomcatWebManager >> >> >> >> > class="org.apache.geronimo.tomcat.EngineGBean"> >> > name="className">org.apache.geronimo.tomcat.TomcatEngine >> >> name=WASCE >> >> >> TomcatHost1 >> >> >> >> TomcatHost >> >> >> >> TomcatJAASRealm >> >> >> FirstValve >> >> >> FirstListener >> >> >> >> > class="org.apache.geronimo.tomcat.HostGBean"> >> > name="className">org.apache.catalina.core.StandardHost >> >> name=localhost >> appBase= >> workDir=work >> >> >> >> > class="org.apache.geronimo.tomcat.ConnectorGBean"> >> HTTP >> localhost >> 8081 >> 8192 >> 150 >> 25 >> 75 >> false >> 8453 >> 100 >> 20000 >> false >> >> TomcatWebAppContainer >> >> >> >> >> >> Med venlig hilsen / Best regards >> >> Bjarne Søegaard >> +2878-5721 >> >> >> >> >> -- >> View this message in context: >> http://apache-geronimo.328035.n3.nabble.com/Use-other-port-for-webservices-on-same-wasce-instance-tp3985595p3985603.html >> Sent from the Development mailing list archive at Nabble.com. >> > > > > -- > Ivan > > > ------------------------------ > If you reply to this email, your message will be added to the discussion > below: > > http://apache-geronimo.328035.n3.nabble.com/Use-other-port-for-webservices-on-same-wasce-instance-tp3985595p3985606.html > To unsubscribe from Use other port for webservices on same wasce > instance, click here. > NAML > > ------------------------------ > View this message in context: SV: Use other port for webservices on same > wasce instance > Sent from the Development mailing list archiveat Nabble.com. > -- Ivan