Tomcat sessions expiring unexpectedly

前端 未结 9 1819
无人及你
无人及你 2020-12-30 04:57

We are running tomcat application server that handle over 100 concurrent sessions. In the last 2 months the most active users noticed that sometimes they are getting kicked

9条回答
  •  悲&欢浪女
    2020-12-30 05:28

    Increase your logging of sessions, which may shed some light onto your problem.

    The Tomcat config page's Logging in Tomcat includes an example of increasing logging of sessions.

提交回复
热议问题