How do I enable the JULI logging in a Tomcat 5.5 Server instance?
Tomcat 5.5 comes with an enhanced implementation of java.util.logging, called JULI, which is configured by default in a standard Tomcat 5.5 installation. This JULI logging configuration is not picked up automatically when creating a new Tomcat 5.5 server in WTP. Some manual steps are necessary to add this configuration to your WTP Tomcat 5.5 server. • Open the server editor for the Tomcat server and note the folder specified by the Configuration path field. • Import the logging.properties file from the conf directory of your Tomcat 5.5 installation into this folder in your workspace. • In the server editor, click on the Open launch configuration link and in the launch configuration Properties dialog, switch to the Arguments tab.