Tomcat (also known as Apache Tomcat or Tomcat Server) is an open source Java Servlet Container. You can use CloudWisdom’s Java agent to collect information on your Tomcat Server.
# Default collection of jvm metrics
# scripts = jvm.bsh
3. Uncomment the Apache Tomcat scripts section.
# Example: Apache Tomcat configuration with CAS server
scripts = jvm.bsh, zabbix.bsh, apache/tomcat.bsh, apps/cas.bsh
5.Configure Tomcat to load the Java agent. This is often configured via the setenv.sh or tomcat.conf files.
6. Restart your app server.