I've replied before, you can set in your jsp code if you wish, here's how you do it,
setMaxInactiveInterval(int interval) ; This is a method, so you need to call it.
You can check out the apis that you need information on, comes with every copy of tomcat.
http://localhost:8080/tomcat-docs/servletapi/index.html

[EMAIL PROTECTED] wrote:

Hello,
I am using 'application' to persist and make available simple text values accessible to multiple clients. Can someone tell me how to set the timeout value to this please (default lifetime)? I have acheived this with HttpSession by editing my conf/web.xml file, but can see no reference to applicatrion. Can anyone tell me how to define the application timeout please?

Thanks

Paul.


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to