[jboss-user] [JBossWS] - Re: calling webservice Simultaneously

thomas.diesler@jboss.com do-not-reply at jboss.com
Mon Sep 4 17:11:30 EDT 2006


WRT concurency a WS endpoint is just another webapp. Have a look at tomcat configuration.


  | <Connector port="8080" address="${jboss.bind.address}" maxThreads="250" strategy="ms" maxHttpHeaderSize="8192" emptySessionPath="true" enableLookups="false" redirectPort="8443" acceptCount="100" connectionTimeout="20000" disableUploadTimeout="true"/>
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3969299#3969299

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3969299



More information about the jboss-user mailing list