I'm now searching for the same functionality that bunkenburg described. Is there a
way to set a request time in Tomcat? It would essentially be what maxIdleTime does for
Jetty. [1]
I'm looking for a global time out that will kill a Tomcat request thread if it has not
responded by a certain timeout. I see the mod_jk settings mentioned above, but I have the
same issue with them, which is that JBoss/Tomcat will still be trying to process the
request, long after the client is gone.
Does something like this even exist in Tomcat?
I see connectionTimeout in server.xml but I realize that's not what I'm after.
Cheers,
Richard Taylor
PIER Sytems, Inc.
[1] -
http://docs.codehaus.org/display/JETTY/Configuring+Connectors
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4208777#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...