Edit the ./server/xxx/deploy/jbossweb-tomcat55.sar/server.xml file and add the attribute
protocol="HTTP/1.0" to the [Connector port="8080"] entry. It should
then look like:
<Connector port="8080" address="${jboss.bind.address}"
| protocol="HTTP/1.0"
| maxThreads="250" strategy="ms"
maxHttpHeaderSize="8192"
| emptySessionPath="true"
| enableLookups="false" redirectPort="8443"
acceptCount="100"
| connectionTimeout="20000" disableUploadTimeout="true"/>
You did not say which version of JBoss you were using, so the above text assumes 4.0.4
GA.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965494#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...