Apache Tomcat

How to extract Tomcat MBean values at startup?

MBeans are managed beans, Java objects that represent resources to be managed. Tomcat exposes its resource to […]

Apache Tomcat

Configure Tomcat to startup automatically at server reboot using systemd

Follow the below steps to configure tomcat (or any other process) to startup automatically at […]

Apache Tomcat

Configure SSL in Tomcat

SSL configuration in Tomcat is a common task. Let’s look at both one-way and two-way […]

Apache Tomcat

How to expose and dump all JMX beans for Tomcat

Often it is necessary to dump all the JMX beans and their values in a […]

Apache Tomcat

Changing the context root in tomcat applications

Tomcat, by default takes the same context as the application name. Changing it is pretty […]