Bill Barker
Fri, 07 Oct 2005 21:31:57 -0700
"James Rome" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]
> Most of the installed Tomcat classes have something like
> container.isDebugEnabled() {...}
>
> How do I enable these debug statements in Tomcat 5.5?
>
I'll assume that you are using Juli. If you are using log4j, compare what
I'm saying to http://jakarta.apache.org/tomcat/tomcat-5.5-doc/logging.html
to see what you need to do.
First you edit $CATALINA_HOME/conf/logging.properties and add and something
like:
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/myapp].level
= FINE
s/Catalina/EngineName/ s/localhost/my.host.name/
Of course, if you really want to fill up your logs, you can do something
like:
org.apache.catalina.level = FINE
> Thanks,
> Jim
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]