0 Replies Latest reply on May 18, 2015 3:29 PM by tacleal

    Increase HTTPHeader length in JBoss AS 6.1

    tacleal

      My apologies if this is a duplicate post.

       

      I am running JBoss AS 6.1 and the application running on it is passing a header larger than what JBoss can accept.

       

      I see in EAP there is a domain.xml that can be edited to increase this.

       

      Is there an equivalent file to do this in the GA version?

      We have tried adding the following to the server.xml but no luck

       

            <Connector protocol="AJP/1.3" port="${jboss.web.ajp.port}" address="${jboss.bind.address}"

               redirectPort="${jboss.web.https.port}" packetSize="21000" maxHttpHeaderSize="20480" tomcatAuthentication="false" />

       

      Thanks

       

      Tom