Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to set timeout while browser connecting to servlet

Status
Not open for further replies.

swaroop

Programmer
Feb 4, 2001
100
US
Hi All,

I wanted to set the timeout to server while calling the servlet from the browser(Client).

Thanks in advance.
 
Session timeout in Tomcat context's web.xml :


Code:
<web-app>
  <session-config>
    <session-timeout>60</session-timeout>
  </session-config>

  ...
</web-app>

--------------------------------------------------
Free Database Connection Pooling Software
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top