Re: AJP Logging

2006-12-08 Thread Bill Barker
Depending on whether you are using APR or not, the category is "org.apache.jk" (not using APR), or "org.apache.coyote.ajp" (using APR). The exact directive depends of if you are using log4j or Juli. "Fisher, Mitchell L" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] I apologize for

Re: AJP Logging

2006-12-08 Thread Mark Thomas
Fisher, Mitchell L wrote: > I apologize for asking such a basic question here, but how is logging > configured for Tomcat's AJP connector? > > My Tomcat Status page shows an error count of one for jk-8009, and I hope > turning logging will show the problem. > When starting a new thread (ie se

AJP Logging

2006-12-08 Thread Fisher, Mitchell L
I apologize for asking such a basic question here, but how is logging configured for Tomcat's AJP connector? My Tomcat Status page shows an error count of one for jk-8009, and I hope turning logging will show the problem. -Mitch ---