30.7. JOnAS 2.4.4 to JOnAS 2.5

30.7.1. Tomcat 4.0.x Support

JOnAS 2.5 supports two versions of Tomcat for the tomcat service: Tomcat 3.3.x (as in JOnAS 2.4.4) and Tomcat 4.0.x. The default support of JOnAS 2.4.4 is for Tomcat 3.3.x, therefore nothing needs to be changed if the tomcat service was being used with JOnAS 2.4.4. For Tomcat 4.0.x, the jonas.service.tomcat.class property of jonas.properties file to org.objectweb.jonas.tomcat.EmbeddedTomcatImpl40 must be set. Refer to the How to use Tomcat with JOnAS document for more details.

30.7.2. trace.properties

Starting with JOnAS 2.5, the ObjectWeb Monolog logging API is used for JOnAS traces. The JOnAS traces configuration file $JONAS_BASE/conf/trace.properties has changed. Refer to Chapter 3 JOnAS Configuration for details.