Hello Martin,
my main question was :
Does application WEB-INF/web.xml override default conf/web.xml setting?
I mean in a container containing several applications, can each of them
set session time out
in their /WEB-INF/web.xml and is that over ride the default setting
which is set in /conf/web.xml
Cheers
Adam
Martin Gainty wrote:
On the <Connector you can set
connectionTimeout = "0" for indefinite timeout
also a keepAliveTimeout on the Sender which I believe defaults to 60 sec
http://tomcat.apache.org/tomcat-5.5-doc/cluster-howto.html
also a tcpSelectorTimeout on the Receiver which I believe defaults to
100 sec
web.xml (webapp) specific
<session-config>
<session-timeout>30</session-timeout>
</session-config>
HTH
M
This email message and any files transmitted with it contain confidential
information intended only for the person(s) to whom this email message is
addressed. If you have received this email message in error, please
notify
the sender immediately by telephone or email and destroy the original
message without making a copy. Thank you.
----- Original Message ----- From: "Tomcat" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <users@tomcat.apache.org>
Sent: Monday, April 30, 2007 10:27 AM
Subject: session time out
Hello
Does application WEB-INF/web.xml override default conf/web.xml setting?
specifically session time out , but want to know if other setting is
overriden.
and can we disable this through server.xml ?
Thanks
Adam
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]