Re: Tomcat 6 Log Tomcat output to file

2010-01-04 Thread Konstantin Kolinko
2010/1/4 Caldarale, Charles R chuck.caldar...@unisys.com: 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

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 21 Indeed; thanks for the correction. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use

Re: Tomcat 6 Log Tomcat output to file

2010-01-03 Thread n828cl
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 archive at Nabble.com

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 should be: catalina.bat outputfile.log 21 Most

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

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

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: 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

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 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