[jboss-user] [Beginners Corner] - Re: how to configure jboss to communicate in http/1.0

PeterJ do-not-reply at jboss.com
Wed Aug 16 10:48:08 EDT 2006


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#3965494

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



More information about the jboss-user mailing list