Thanks. That works.

Ravi

-----Original Message-----
From: Shapira, Yoav [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 15, 2003 12:20 PM
To: Tomcat Users List
Subject: RE: session timeout in tomcat



Howdy,
<session-config> in web.xml.  It's in the Servlet Specification.

Yoav Shapira
Millennium ChemInformatics


>-----Original Message-----
>From: Ravi Pachipala [mailto:[EMAIL PROTECTED]
>Sent: Tuesday, July 15, 2003 3:27 PM
>To: '[EMAIL PROTECTED]'
>Subject: session timeout in tomcat
>
>Hi,
>
>I am using Tomcat 4.1.24. After running some tests/sessions
sequentially,
>the Tomcat is exiting with "outofmemory" error. What are the paramters
that
>control session timeout in Tomcat? I see the following paratmeters in
>server.xml but none of these seem to relate to idel timeout.
>
>Thanks
>Ravi
><Manager className="org.apache.catalina.session.PersistentManager"
>              debug="0"
>              saveOnRestart="false"
>              maxActiveSessions="-1"
>              minIdleSwap="-1"
>              maxIdleSwap="-1"
>              maxIdleBackup="-1">
>                <Store
className="org.apache.catalina.session.FileStore"/>
>          </Manager>




This e-mail, including any attachments, is a confidential business
communication, and may contain information that is confidential, proprietary
and/or privileged.  This e-mail is intended only for the individual(s) to
whom it is addressed, and may not be saved, copied, printed, disclosed or
used by anyone else.  If you are not the(an) intended recipient, please
immediately delete this e-mail from your computer system and notify the
sender.  Thank you.


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

Reply via email to