Bruce Wayne schrieb:
Users keep getting logged out of our Java apps within a minute or two
for no apparent reason.

All of your apps? How many? All different? Do they share some
configuration?

The reason for this is likely to be found in your applications, not in
the OS or the JVM.

I have tried various JAVA_OPTS, the most current one is at the bottom:

Your JAVA_OPTS are most likely absolutely irrelevant.

My timeout settings are as follows:
# grep -i timeout conf/*
conf/server.xml:               connectionTimeout="20000"
conf/server.xml:               acceptCount="10" debug="0"
connectionTimeout="60000"/>

Irrelevant.

conf/web.xml:        <session-timeout>30</session-timeout>

Relevant, but this is the default - 30 minutes.

--
Michael Ludwig

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to