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>
|