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 21:28 -------
Indeed it would be very nice if Catalina's output streams were supported as
first class logging citizens in server.xml, just as server, access, and
context-specific logs are now.  Such a change was more extensive than I needed
to make to address my immediate need, but would definitely be much appreciated
for consistant logging configuration in the long term.  The attached patch
addresses the problem of re-locating Catalina's stdout and stderr output streams
with the most minimal change possible, and follows the existing style of dealing
with startup parameters and server output streams (i.e. using env vars and
stream redirection via a Bourne shell script, rather Java code and XML
configuration).

I figured I'm not the only one to run into this deficiency, so I might as well
contribute back something which I have implemented now and know to be working. 
Patrick, if you have time to implement and test your proposed change instead of
integrating this patch, I'm all for it.  If not, committing this improvement
will address the immediate problem.

Thanks, Dan

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

Reply via email to