Is there a way to view what settings are set for a connector at runtime?
For instance, I want to see what maxConnections is set to.
Pretty much verify all these settings: https://tomcat.apache.org/tomcat-7.0-doc/config/http.html
Thanks!
Is there a way to view what settings are set for a connector at runtime?
For instance, I want to see what maxConnections is set to.
Pretty much verify all these settings: https://tomcat.apache.org/tomcat-7.0-doc/config/http.html
Thanks!
Do you have access to tomcat manager?
If so, you could go to your server like http://example.com/manager/status/all?XML=true or http://example.com/manager/status/all. Here you have a couple of information about the connectors.
To activate tomcat manager go to your folder $TOMCAT_HOME/conf and edit tomcat-users.xml to look like this:
After that restart your tomcat and go to http://example.com/manager where you could login with user tomcat and password secret