Thanks! But that gives me very little clue.
Here are Global and Context Logger's that are configured
<!-- Global logger unless overridden at lower levels -->
<Logger className="org.apache.catalina.logger.FileLogger"
prefix="catalina_log." suffix=".txt"
timestamp="true"/>
<!-- Logger shared by all Contexts related to this virtual host. By
default (when using FileLogger), log files are created in the "logs"
directory relative to $CATALINA_HOME. If you wish, you can specify
a different directory with the "directory" attribute. Specify either a
relative (to $CATALINA_HOME) or absolute path to the desired
directory.-->
<Logger className="org.apache.catalina.logger.FileLogger"
directory="logs" prefix="localhost_log." suffix=".txt"
timestamp="true"/>
<Context path="/icrm" docBase="icrm" debug="0"
reloadable="true" crossContext="false">
<Logger className="org.apache.catalina.logger.FileLogger"
prefix="icrm_log." suffix=".txt"
timestamp="true"/>
</Context>
Sooo. Why does calling System.out.println() go to catalina.out? Hmm, maybe I should
have mentioned the System.out.println() part :)
> -----Original Message-----
> From: Jacob Hookom [mailto:[EMAIL PROTECTED]]
> Sent: Friday, January 10, 2003 12:15 PM
> To: 'Tomcat Users List'
> Subject: RE: How do I...
>
>
> Refer to your server.xml and look at the examples setup towards the
> middle where it declares the logger and file pattern.
>
> | -----Original Message-----
> | From: Luc Foisy [mailto:[EMAIL PROTECTED]]
> | Sent: Friday, January 10, 2003 11:09 AM
> | To: Tomcat User List (E-mail)
> | Subject: How do I...
> |
> |
> | Get out put to go into the context specific logs rather than
> | catalina.out??
> |
> | --
> | To unsubscribe, e-mail: <mailto:tomcat-user-
> | [EMAIL PROTECTED]>
> | For additional commands, e-mail: <mailto:tomcat-user-
> | [EMAIL PROTECTED]>
>
>
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
>
>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>