RE: Tomcat 6 Log Tomcat output to file

2010-01-04 Thread Caldarale, Charles R
> From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] > Subject: Re: Tomcat 6 Log Tomcat output to file > > catalina.bat run >outputfile.log 2>&1 Indeed; thanks for the correction. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MA

Re: Tomcat 6 Log Tomcat output to file

2010-01-04 Thread Konstantin Kolinko
2010/1/4 Caldarale, Charles R : >> From: n828cl [mailto:chuck.caldar...@unisys.com] >> Subject: Re: Tomcat 6 Log Tomcat output to file >> >> awarnier wrote: >> > startup.bat > outputfile >> >> Close, but it should be: >> >> catalina.b

RE: Tomcat 6 Log Tomcat output to file

2010-01-03 Thread Caldarale, Charles R
> From: n828cl [mailto:chuck.caldar...@unisys.com] > Subject: Re: Tomcat 6 Log Tomcat output to file > > awarnier wrote: > > startup.bat > outputfile > > Close, but it should be: > > catalina.bat > outputfile.log Scratch that - it's not complete; it sh

Re: Tomcat 6 Log Tomcat output to file

2010-01-03 Thread n828cl
this in error, please contact the sender and delete the e-mail and its attachments from all computers. -- View this message in context: http://old.nabble.com/Tomcat-6-Log-Tomcat-output-to-file-tp26875090p27007967.html Sent from the Tomcat - User mailing list

Re: Tomcat 6 Log Tomcat output to file

2009-12-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Richard, On 12/21/2009 9:56 AM, Richard Sayre wrote: > I usually install Tomcat as a Service under windows which causes all > Tomcat output to go to stdout.log. I am in a situation where I can > not do this. I have to start Tomcat from the command l

Re: Tomcat 6 Log Tomcat output to file

2009-12-21 Thread Richard Sayre
the > logfile still only logs the Using messages that I posted earlier. I tried adding > outTest.txt at the bottom of Catalina.bat after each of the commands that start tomcat. The output is still logging to the console window. I tried removing the 'start' prefix from %_EXECJAVA%. In DOS start

Re: Tomcat 6 Log Tomcat output to file

2009-12-21 Thread André Warnier
Richard Sayre wrote: No this only writes the following: Using CATALINA_BASE: D:\liferay\tomcat-6.0.18 Using CATALINA_HOME: D:\liferay\tomcat-6.0.18 Using CATALINA_TMPDIR: D:\liferay\tomcat-6.0.18\temp Using JRE_HOME:D:\liferay\tomcat-6.0.18/jre1.5.0_17/win Then it spawns a new windo

Re: Tomcat 6 Log Tomcat output to file

2009-12-21 Thread Richard Sayre
No this only writes the following: Using CATALINA_BASE: D:\liferay\tomcat-6.0.18 Using CATALINA_HOME: D:\liferay\tomcat-6.0.18 Using CATALINA_TMPDIR: D:\liferay\tomcat-6.0.18\temp Using JRE_HOME:D:\liferay\tomcat-6.0.18/jre1.5.0_17/win Then it spawns a new window for Tomcat output.

Re: Tomcat 6 Log Tomcat output to file

2009-12-21 Thread André Warnier
Richard Sayre wrote: I usually install Tomcat as a Service under windows which causes all Tomcat output to go to stdout.log. I am in a situation where I can not do this. I have to start Tomcat from the command line. When I do all of Tomcats output is logged to the console. How do I manually c

Tomcat 6 Log Tomcat output to file

2009-12-21 Thread Richard Sayre
I usually install Tomcat as a Service under windows which causes all Tomcat output to go to stdout.log. I am in a situation where I can not do this. I have to start Tomcat from the command line. When I do all of Tomcats output is logged to the console. How do I manually configure Tomcat so the