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: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


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:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to