On 05.10.2011 12:53, chris derham wrote:
> Alexander,
> 
> If you are using authorisation header, then you are using SPNGEO. This
> header encodes the users group membership in the authorisation header. By
> default tomcat has an 8k maximum header, whilst users belonging to many
> groups can have an authorisation token that can swell to larger than this
> size. This explains why you see some people can login and others can't.
> 
> Just change the maxHttpHeaderSize to something larger than the default 8k
> and you should be set. We used 32k

Makes sense. But in this case the communication between IIS and Tomcat
is via AJP, not HTTP.

Look for max_packet_size on
http://tomcat.apache.org/connectors-doc/reference/workers.html and read
don't forget to read the comment about also changing the Tomcat
configuration.

Regards,

Rainer


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to