HTTP error creating policy 8.64

glenn_a_smith
New Contributor

Solved: I was getting an error in the JSS running on RedHat Linux when I tried to add a script to a policy. The error page came up with "HTTP Status 500, java.lang.IllegalStateException: Parameter count exceeded allowed maximum: 512". The solution was to add the following line to /etc/tomcat6/tomcat6.conf :
CATALINA_OPTS="$CATALINA_OPTS -Dorg.apache.tomcat.util.http.Parameters.MAX_COUNT=1000"
and restart tomcat. Hope this is helpful for someone. Below sites are for reference:
https://access.redhat.com/site/solutions/100383
https://community.jboss.org/thread/197650?start=0&tstart=0&_sscc=t

0 REPLIES 0