Re: log files in tomcat

2001-01-31 Thread Jason Pell
Sent: Wednesday, January 31, 2001 8:09 PM > To: [EMAIL PROTECTED] > Subject: Re: log files in tomcat > > I have also had problems with this. > > As suggested I tried adding jvm.stderr and jvm.stdout logs to server.xml: > > - serv

RE: log files in tomcat

2001-01-31 Thread CPC Livelink Admin
(I think)) or b) programatically change the stream pointed to by System.out and .err to something else which you have opened. -Original Message- From: Jason Pell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 31, 2001 8:09 PM To: [EMAIL PROTECTED] Subject: Re: log files in tomcat I

[more on] Re: log files in tomcat

2001-01-31 Thread Ross Manges
the stream pointed to by System.out and .err to something else which you> have opened.>> -Original Message-> From: Jason Pell [mailto:[EMAIL PROTECTED]]> Sent: Wednesday, January 31, 2001 8:09 PM> To: [EMAIL PROTECTED]> Subject: Re: log files in tomcat>>

RE: log files in tomcat

2001-01-31 Thread Ignacio J. Ortega
The solution it's on server.xml file it self, here it's an excerpt... 8<-- 8<-- So to get tomcat screen logged into a file change the Logger

Re: log files in tomcat

2001-01-31 Thread Jason Pell
I have also had problems with this. As suggested I tried adding jvm.stderr and jvm.stdout logs to server.xml: - server.xml fragment --- - server.xml fragment ---

Re: log files in tomcat

2001-01-31 Thread Shahed Ali
I have modified my tomcat.sh/bat file to have java org.apache.whatever.tomcat start 1>/path/to/logs/stdout.log 2>&1 So when you startup tomcat , the stdout and stderr go to a file. But since you are using windows, I am not very sure about the syntax. just a > file.log may redirect both System.o

RE: log files in tomcat

2001-01-31 Thread Garmaev, Vladimir A
There should be two more logs: jvm.stderr jvm.stdout The latter is logging System.out.println -Original Message- From: Ross Manges [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 31, 2001 1:44 PM To: [EMAIL PROTECTED] Subject: log files in tomcat Hello folks, I apologize in adva