0 Replies Latest reply on Dec 12, 2012 11:03 AM by purplahaze

    Max parameter count for AJP Protocol

    purplahaze

      Hi *,

       

      is there some setting for ajp protocoll to raise max allowed post parameters?

      Cause I have a problem with sending of a big post form with more than 1300 params

      and it works well if I do it directly to our jboss server - HTTP Protocol.

      Wenn I send the same request to Apache -> AJP -> jboss then I get an Exception.

      My jboss is configured with property:

      <system-properties>

           <property name="org.apache.tomcat.util.http.Parameters.MAX_COUNT" value="5000"/>

      </system-properties>

       

      but I can not find any ajp analoge.

       

      Regards

      Roman