...
- JMX can be disabled with the new
disableJmxconfig property.
Integration
Tomcat 5.5
- A new class that plugs into Tomcat to maintain BTM's lifecycle (ie: startup / shutdown): btm-tomcat55-lifecycle.jar. Copy the jar to the $TOMCAT_HOME/server/lib folder then edit $TOMCAT_HOME/conf/server.xml and add this below the other lifecycle listeners: <Listener className="my.package.BTMLifecycleListener" />
Jetty 6
- A new class that plugs into Jetty to maintain BTM's lifecycle (ie: startup / shutdown): btm-jetty6-lifecycle.jar. Register it in your jetty.xml with a <Call name="addLifeCycle"> tag.
Upgrading from version 1.2
...