Axton,

This exception:

RuntimeExceptionjava.lang.IllegalStateException
        at
org.apache.catalina.connector.ResponseFacade.sendRedirect(ResponseFacade.java:435)

Can occur when Tomcat tries to write to a stream that has been closed -
perhaps mod_jk is not configured correctly?  I would suggest you look at
the connection_pool_timeout attribute in the workers.properties, and the
connectionTimeout attribute on the AJP Connector within Tomcat's
server.xml file.

connection_pool_timeout:  Specify a value in seconds.
connectionTimeout:  Specify a value in milliseconds.

Both values must be the same (i.e. 60 on connection_pool_timeout, and
60000 on connectionTimeout).

You may also wish to set the socket_timeout in workers.properties to a
higher value if it's set (not set means 'wait forever', I believe).


John

-- 
Java System Solutions
http://www.javasystemsolutions.com/jss/ssoplugin

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug10 www.wwrug.com ARSlist: "Where the Answers Are"

Reply via email to