What about \jbossweb-tomcat50.sar\service.xml?
here is an except:
| <Service name="jboss.web"
| className="org.jboss.web.tomcat.tc5.StandardService">
|
| <!-- A HTTP/1.1 Connector on port 8000 -->
| <Connector port="8000" address="${jboss.bind.address}"
| maxThreads="150" minSpareThreads="25"
maxSpareThreads="75"
| enableLookups="false" redirectPort="8443"
acceptCount="100"
| connectionTimeout="20000"
disableUploadTimeout="true"/>
|
It would seem like I need to change this setting. This wasn't mentioned in the wiki
article.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977586#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...