
Parameters in bold should be replaced with values appropriate to your environment Configure Tomcat to use SSL Open TCP ports 1002 on the firewall for communication between the BIPST client and the Apache Tomcat server.org/Apache/Catalina/Mbeans/JMXRemoteLifecycleListener: unsupported major.minor version 51.0. On your Tomcat host, open the start menu and click on Tomcat Configuration (alternatively, edit the catalina.bat or catalina.sh)Ĭlick on the Java tab, then add the following Java OptionsĮnsure you have downloaded the correct jmx-remote.jar file for your version of Tomcat, otherwise the Apache Tomcat service may fail to start. The following error can occur in the stderr.log when using an incompatible version of the jmx-remote.jar.If there is a firewall between the BIPST client and Apache Tomcat, you should configure the with Firewall Support optionĬonfiguring JMX for Apache Tomcat (no authentication).Refer to the (with authentication) option If the Apache Tomcat instance is used for production purposes, you should configure JMX user authentication with ReadOnly access.If the Apache Tomcat instance is used for sandbox or test purposes and there is Network Address Translation between the BIPST client and Apache Tomcat server, refer to the (no authentication) with network address translation (NAT) option.If the Apache Tomcat instance is used for sandbox or test purposes, you can use the no authentication option.Which type of configuration should be used? For more information, refer to Apache Tomcat Monitoring and Managing Tomcat.


The JMX protocol allows remote monitoring and managing of Apache Tomcat. This document provides tutorials on how to enable the JMX listener on Apache Tomcat running on Windows.
