Tomcat 3.3 has a single "engine" which handles all contexts, some of which may be associated with a host name. Thus, there isn't a "host" object to have its own log. All "engine" logging goes to the "tomcat" log, i.e. the "tc_log" channel. Logging per context is supported as shown in the apps-examples.xml file.
Cheers, Larry > -----Original Message----- > From: Renato [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 07, 2002 5:29 AM > To: [EMAIL PROTECTED] > Subject: Tomcat 3.3 and logging per host > > > Hi all, > > Does anybody know if Tomcat 3.3 has the <Logger> configuration in > Catalina ? I want to do logging per Host/Context. I tested > with Catalina > and it worked fine, but with Tomcat 3.3 I tried with LogSetter and it > didn't work. > > Any hints ? > > Thanks > Renato. > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
