Spam:RE: Spam:RE: stdout/logging

2006-01-24 Thread Duan, Nick
: 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 (>)

RE: stdout/logging

2006-01-24 Thread Caldarale, Charles R
> 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

stdout/logging

2006-01-24 Thread Samuel B. Quiring
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