Yes.

Doug
----- Original Message ----- From: "Aris Javier" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[email protected]>
Sent: Sunday, January 30, 2005 11:53 PM
Subject: RE: Edit session timeout



Thanks Drew!

I found it.. =)

can I also use this setting per web app? by editing web.xml per web app?



-----Original Message-----
From: Drew Jorgenson [mailto:[EMAIL PROTECTED] Sent: Monday, January 31, 2005 12:41 PM
To: Tomcat Users List
Subject: RE: Edit session timeout


   <session-config>
       <session-timeout>120</session-timeout>
   </session-config>

Look, at the web.xml file inside the conf directory, the global web.xml
file that is. You can usually find this right above the mime-type
mapping definitions.

Drew.



On Sun, 2005-01-30 at 20:28, Aris Javier wrote:
I looked at my web.xml, and no sessionTimeout found there...
can you give me an example on how to write it down in web.xml?

thanks!
aris

-----Original Message-----
From: Wendy Smoak [mailto:[EMAIL PROTECTED]
Sent: Monday, January 31, 2005 12:25 PM
To: Tomcat Users List
Subject: Re: Edit session timeout

From: "Aris Javier" <[EMAIL PROTECTED]>
> How to edit session timeout? Tomcat's default value is 30mins...

Look in web.xml instead of server.xml. You can change it for the entire container, or on a per-webapp basis, depending on which web.xml

you edit.
(Works for Tomcat 4.1, I haven't moved to 5 yet...)

--
Wendy Smoak



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


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



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


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





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



Reply via email to