You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2002/02/04 20:05:44 UTC

DO NOT REPLY [Bug 6229] New: - Need way to specify where to write catalina.out

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

           Summary: Need way to specify where to write catalina.out
           Product: Tomcat 4
           Version: Nightly Build
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Catalina
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: dlr@finemaltcoding.com


Catalina's stdout and stderr streams are currently always written to
$CATALINA_BASE/logs/catalina.out.  This path hardcoding lacks flexibility, and
would be better configurable.  Attached is a patch which allows setting of the
(optional) env var CATALINA_OUT to specify where you want the log file written.
 If no value is specified for CATALINA_OUT, a default of
$CATALINA_BASE/logs/catalina.out (the current path) is used.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>