vote up 2 vote down star

Can I set timeouts for JSP pages in tomcat either on a per page or server level?

flag

2 Answers

vote up 1 vote down check

For server level, you can try this.
you have to change catalina.bat/catalina.sh file
jvm OPTIONS : -Dsun.net.client.defaultConnectTimeout=60000 -Dsun.net.client.defaultReadTimeout=60000

link|flag
vote up 0 vote down

In the Tomcat server.xml file, the Connector element also has a connectionTimeout attribute in milliseconds.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.