Logback Chapter 10: JMX Configurator

As the name suggests, JMX configurator allows you to configure logback through JMX. Simply put, it allows you to reconfigure the logback from the default configuration file, specified file or URL, list the logger and modify the logger level. Using JMX Configurator If your is running JDK 1.6 or later, you just need to call jconsole on the comm ...

Posted by jwright on Fri, 04 Mar 2022 10:56:07 +0100

Several Tomcat performance optimization directions

Open Tomcat management interface Modify Tomcat \ conf \ Tomcat users XML add user <role rolename="manager"/> <role rolename="manager-gui"/> <role rolename="admin"/> <role rolename="admin-gui"/> <user username="tomcat" password="tomcat" roles="admin-gui,admin,manager-gui,manager"/> Note: Tomcat9 also needs t ...

Posted by HostingTrade on Tue, 22 Feb 2022 02:38:49 +0100