Hi, I am a new comer to Cactus and have been trying to attempt to turn on the logging information. I have created a cactus.properties file containing the following:
cactus.logging.config = ~tomcat-root/logging_server.properties In the logging_server.properties file, I have the following: # Disable logging #org.apache.commons.logging.Log = org.apache.commons.logging.impl.NoOpLog # Force to use JDK 1.4 logging org.apache.commons.logging.Log = org.apache.commons.logging.impl.Jdk14Logger java.util.logging.config.file = logging_server.properties handlers = java.util.logging.FileHandler java.util.logging.FileHandler.pattern = %h/java%u.log java.util.logging.FileHandler.formatter = java.util.logging.SimpleFormatter org.apache.cactus.*.level = FINEST For some reason it does not seem to pick it up. any help is appreciated. Sachin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
