: stdout/logging
> From: Samuel B. Quiring [mailto:[EMAIL PROTECTED]
> Subject: stdout/logging
>
> Is there any way to accomplish this exact same redirection
> without running tomcat as a service?
Is there something wrong with the standard Windows redirection operator
(>)
> From: Samuel B. Quiring [mailto:[EMAIL PROTECTED]
> Subject: stdout/logging
>
> Is there any way to accomplish this exact same redirection
> without running tomcat as a service?
Is there something wrong with the standard Windows redirection operator
(>)?
- Chuck
THIS
On Windows you can set up tomcat as a service. The program that does this
(http://tomcat.apache.org/tomcat-5.5-doc/windows-service-howto.html) lets you
redirect stdout and stderror to files (see -StdOutput and -StdError options).
Is there any way to accomplish this exact same redirection withou