DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=28305>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=28305 Unable to specify output file for redirection of stdout/stderr in catalina.sh Summary: Unable to specify output file for redirection of stdout/stderr in catalina.sh Product: Tomcat 4 Version: 4.1.30 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Catalina AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Different applications and operations departments have different restrictions on where log files must go. The attached patch makes catalina.sh's redirection of stdout and stderr more flexible in this regarding. catalina.bat did not seem to require a similar modification. * catalina/src/bin/catalina.sh CATALINA_OUT: (Optional) Location of the file to which stdout and stderr are written. Defaults to $CATALINA_BASE/logs/catalina.out. Used CATALINA_OUT in addition to or in place of $CATALINA_BASE/logs/catalina.out throughout the script. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]