read documenctation:
http://jakarta.apache.org/tomcat/tomcat-5.5-doc/logging.html

Robert Abbate schrieb:

Hello. We run a webhosting environment, and in previous releases we were
able to have separate logs for *each* virtual host by using something like
this:

<Host name="mydomain.com" ...>
...
    <Logger className="org.apache.catalina.logger.FileLogger"
prefix="domain.com_log." suffix=".txt" directory="/home/melang"
timestamp="true"/>
...
</Host>

After we just upgraded to Tomcat 5.5, we see this support was removed, and
are looking for ways to get around this and still provide seperate logging
ability for each virtual host. Does anyone have any suggestions on how to
set something like this up on Tomcat 5.5 ? We looked at log4j but it doesn't
seem like the same thing.

Kind Regards,
Robert


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]







---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to