Can I set timeouts for JSP pages in tomcat either on a per page or server level?
|
|
For server level, you can try this. |
||
|
|
|
|
In the Tomcat server.xml file, the Connector element also has a connectionTimeout attribute in milliseconds. |
||
|
|
