It seems that we might have found a solution.
We have disabled the AJP 1.3 connector. to do so we commented out the following lines from
the server.xml files which resides at
"server\default\deploy\jboss-web.deployer"
remove or comment the following lines
<!-- Define an AJP 1.3 Connector on port 8009 -->
| <Connector port="8009" address="${jboss.bind.address}"
protocol="AJP/1.3"
| emptySessionPath="true" enableLookups="false"
redirectPort="8443" />
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4177884#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...