RE: How do I redirect console messages to a log file?

2001-01-28 Thread Stephen Graham
PROTECTED] Subject: RE: How do I redirect console messages to a log file? From a posting I've unearthed from jGuru.com, it stated that redirecting the messages is as simple as using the command: startup.sh output.log in Unix. As I have mentioned, I am running in a Win NT environment. I

RE: How do I redirect console messages to a log file?

2001-01-24 Thread Samson, Lyndon [IT]
If you are using *nix you could look up the system command tee, but if apache is using stderr it wont work. Its pretty easy to write a little C program ( someone prob. already has ) to do this. PS I knew a guy who used to work @ reef, Ross Dyson ring a bell? -Original Message-

RE: How do I redirect console messages to a log file?

2001-01-24 Thread Samson, Lyndon [IT]
To redirect stderr under NT use cmd stdout.log 2stderr.log ie startup.bat tomcat.log 2tomcaterr.log -Original Message- From: Erick Ramirez [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 24, 2001 4:10 PM To: [EMAIL PROTECTED] Subject: RE: How do I redirect console messages

RE: How do I redirect console messages to a log file?

2001-01-24 Thread Ivan E. Markovic
To: [EMAIL PROTECTED] Subject: RE: How do I redirect console messages to a log file? If you are using *nix you could look up the system command tee, but if apache is using stderr it wont work. Its pretty easy to write a little C program ( someone prob. already has ) to do this. PS I knew a guy who