RE: Logging errors on Tomcat Startup

2001-02-05 Thread Xavier
It is very often due to the fact you forgot to set the environement variables TOMCAT_HOME ant JAVA_HOME in the startup.bat file. Or maybe if you use Apache as a static page web server, the line used to include the Tomcat.conf file is not well written. -Original Message-From:

Re: Logging errors on Tomcat Startup

2001-02-05 Thread Robuschi \(Delfi\)
I already had this problem. are you using version 3.1 or 3.0 ? If you're, you can try restarting the PC if it is the same, reinstall Java Bye Robuschi Roberto Delfi srl P.za Ravenet 1/b - 43100 PARMA Tel. 0521/932474 Fax 0521/989045 [EMAIL PROTECTED] ---

Re: Logging errors on Tomcat Startup

2001-02-05 Thread Dusan Petrovic
Tomcat is working OK. The problem is in deploying some my application. I want to se error log file, to corect errors in my application. - Original Message - From: Xavier To: [EMAIL PROTECTED] Sent: Monday, February 05, 2001 12:27 Subject: RE: Logging errors

Re: Logging errors on Tomcat Startup

2001-02-05 Thread Dusan Petrovic
26 Subject: Re: Logging errors on Tomcat Startup I already had this problem. are you using version 3.1 or 3.0 ? If you're, you can try restarting the PC if it is the same, reinstall Java Bye Robuschi Roberto Delfi srl P.za Ravenet 1/b - 43100 PARMA Tel. 0521/

RE: Logging errors on Tomcat Startup

2001-02-05 Thread Alistair Hopkins
: [EMAIL PROTECTED]Subject: RE: Logging errors on Tomcat Startup It is very often due to the fact you forgot to set the environement variables TOMCAT_HOME ant JAVA_HOME in the startup.bat file. Or maybe if you use Apache as a static page web server, the line used to include

Re: Logging errors on Tomcat Startup

2001-02-05 Thread gerd trautner
see server.xml in tomcat/conf :add path="logs/tomcat.log" to Logger name="tc_log"... Dusan Petrovic wrote: Hi,I have problem during the start of TomCat servertomcat start After few seccond, TomCut write some errors on the screen and then that window desappear. I can not see what is the

Re: Logging errors on Tomcat Startup

2001-02-05 Thread Gallicus
Hi,I have problem during the start of TomCat servertomcat start After few seccond, TomCut write some errors on the screen and then that window desappear. I can not see what is the problem. My question is: Can I see log of those errors??? Thanks!!! If you are using NT or 2000 Windows Os try

RE: Logging errors on Tomcat Startup

2001-02-05 Thread Etienne Baert \(SPS Office\)
Or you simply add the "pause" command at the end of the .bat file ... -Original Message- From: Gallicus [mailto:[EMAIL PROTECTED]] Sent: lundi 5 fvrier 2001 13:25 To: [EMAIL PROTECTED] Subject: Re: Logging errors on Tomcat Startup Hi,I have problem during the start

Re: Logging errors on Tomcat Startup

2001-02-05 Thread RK
If you are on Windows, try the following. See the log files Start tomcat from the DOS window with the following command that saves the output to a file tomcat run tomcat.out 21 tomcat.out contains the error log. Use your favorite editor (emacs! :-)) to look at the log. - Original