Hi all,
Here is a tip on how to use the Tomcat session manager to look over Tomcat sessions etc..
- Add a user for the manager to file: "C:\AwareIM\Tomcat\conf\tomcat-users.xml". Format for user is: <user username="admin" password="password" roles="standard,manager-gui" />
- Go to http://localhost:8080/manager/html and log on
Documentation: https://tomcat.apache.org/tomcat-8.5-doc/manager-howto.html
It looks like we can look at sessions and do various operations related to sessions and also look at some overall server stats so this can be a valuable tool in performance etc. monitoring.
I never knew it existed something like this and don“t know much about it so if anyone (or support) has some more details and potential security concerns with accessing, using etc. this please comment + share tips if you have any on how to use this tool.
PS: Be careful when clicking and messing around in the manager, I have no clue what can happen or cause problems for servers/apps.