I'm new to Tomcat 4.0 too, but in my server.xml, there
is a <connector> area as follows.

<Connector
className="org.apache.catalina.connector.http.HttpConnector"
               port="8081" minProcessors="5"
maxProcessors="75"
               enableLookups="true"
               acceptCount="10" debug="0"
connectionTimeout="60000"
/>

try that connectionTimeout setting there.

--- Jim Urban <[EMAIL PROTECTED]> wrote:
> OK, I've spent the last 30 minutes browsing the
> Tomcat 4.0 documentation and
> I can't find it.  How do I set the session time out
> for a context in Tomcat
> 4.0.  The session time out is defaulting to 18000
> seconds (5 hours?).  I
> have tried adding the following to both my context's
> WEB-INF/web.xml file
> and the $CATALINA_HOME/conf/web.xml file but both
> are ignored.
> 
>   <session-config>
>        <session-timeout>300</session-timeout>
>   </session-config>
> 
> How do I go about setting the time out to 5 minutes?
> 
> Thanks,
> Jim Urban
> Product Manager
> Netsteps Inc.
> Suite 505E
> 1 Pierce Pl.
> Itasca, IL  60143
> Voice:  (630) 250-3045 x2164
> Fax:  (630) 250-3046
> 
> 
> PS:  Love Tomcat 4.0, it seems really solid!
> 


__________________________________________________
Terrorist Attacks on U.S. - How can you help?
Donate cash, emergency relief information
http://dailynews.yahoo.com/fc/US/Emergency_Information/

Reply via email to