Hi,
Since Jboss 4.2.x uses Tomcat 6.0 connectors, you may have to try out the following.
In the AJP connectors node you can set like
| <Connector port="8009" address="${jboss.bind.address}"
protocol="AJP/1.3"
| emptySessionPath="true" enableLookups="false"
redirectPort="8443" keepAliveTimeout="60000"
maxThreads="200" connectionTimeout="60000" />
|
See if this helps.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4213504#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...