Runbook

Tomcat High Number of Active Sessions.

Back to Runbooks

Overview

This incident occurs when the Tomcat server is experiencing an unusually high number of active sessions. Active sessions refer to the number of users currently accessing a web application hosted on the Tomcat server. When the number of active sessions exceeds the server's capacity, it can lead to slow response times, unresponsive applications, or even server crashes. This incident requires immediate attention to resolve the issue and prevent any further impact on the web application's performance.

Parameters

Debug

Check the number of active sessions on the Tomcat server

Check the current CPU and memory usage of the Tomcat server

Check the current network connections to the Tomcat server

Repair

Check the server logs to identify the source of the high number of active sessions. This can help determine if the issue is caused by a specific application or user activity.

Increase the maximum number of active sessions allowed by the Tomcat server to handle the increased traffic. This can be done by modifying the server's configuration file.

Learn more

Related Runbooks

Check out these related runbooks to help you debug and resolve similar issues.