DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6229>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6229

Need way to specify where to write catalina.out





------- Additional Comments From [EMAIL PROTECTED]  2002-02-04 23:06 -------
You may also be able to mimic this functionality by creating a softlink before
you start Tomcat the next time. For example:

   cd $CATLINA_HOME/logs
   # Move existing catalina.out to new location
   mv catalina.out /The/desired/catalina.out/file
   # Create softlink to new location
   ln -s /The/desired/catalina.out/file catalina.out

After you do this, all logging to catalina.out will go your custom location even
after repeated startups.

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

Reply via email to