redirect stdout on tomcat 5.5

2005-04-27 Thread Kanda Upendra

I am using Tomcat 5.5 and when I don't use the tomcat.exe, I can make it
write to the stdout log. How can I redirect stdout to a specific file.
Suggestions please.



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



Re: redirect stdout on tomcat 5.5

2005-04-27 Thread Patrick Thomas
Use a batch file to start tomcat and use the plain old redirect symbol, like so:

redirect_tomcat.bat:
-
tomcat5.exe  whateverfileyouwant.log
-

The other thing you should probably check out is the Logging tab in
the tomcat5w.exe app, it seems to handle exactly what you're trying to
do.

~PST

On 4/27/05, Kanda Upendra [EMAIL PROTECTED] wrote:
 
 I am using Tomcat 5.5 and when I don't use the tomcat.exe, I can make it
 write to the stdout log. How can I redirect stdout to a specific file.
 Suggestions please.
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


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