RE: Tomcat dies immediately under windows

2001-01-08 Thread Marc Saegesser
Subject: Re: Tomcat dies immediately under windows More info: "tomcat run" works fine. (runs in the same window) "tomcat start" fails. (separate window dies) Some environment setting must be missing in the new window. Eric Armstrong wrote: Note: Please use

Re: Tomcat dies immediately under windows

2001-01-02 Thread Eric Armstrong
ent: Monday, January 01, 2001 22:35 Subject: Re: Tomcat dies immediately under windows More info: "tomcat run" works fine. (runs in the same window) "tomcat start" fails. (separate window dies) Some environment setting must be missing in the new wind

RE: Tomcat dies immediately under windows

2001-01-02 Thread Marc Saegesser
7 %8 %9 goto cleanup :runJspc rem Run JSPC in Tomcat's Environment %_RUNJAVA% %JSPC_OPTS% -classpath %CP% -Dtomcat.home="%TOMCAT_HOME%" org.apache.jasper.JspC %2 %3 %4 %5 %6 %7 %8 %9 goto cleanup rem - Restore Environment Variables --- :cleanup s

Tomcat dies immediately under windows

2001-01-01 Thread Eric Armstrong
Note: Please use "reply all", as I am not subscribed at this address. Problem: * OS = Win98. * Tomcat startup announces "it is starting in a new window". * A window flashes up for an instant, and then disappears. * No LOGS directory was created. * After manually creating

Re: Tomcat dies immediately under windows

2001-01-01 Thread Jaap van der Molen
inal Message - From: "Eric Armstrong" [EMAIL PROTECTED] To: [EMAIL PROTECTED]; "me" [EMAIL PROTECTED] Sent: Monday, January 01, 2001 10:52 Subject: Tomcat dies immediately under windows Note: Please use "reply all", as I am not subscribed at t

Re: Tomcat dies immediately under windows

2001-01-01 Thread Jaap van der Molen
Edit startup.bat and change the command after ":start" to "call %TOMCAT_HOME%\bin\tomcat run %1 %2 %3 %4 %5 %6 %7 %8 %9" i.e. replace "start" by "run" Tomcat will now run in the same window, enabling you to read the error messages. re Jaap - Original Message - From: "Eric Armstrong"

BUG REPORT: Tomcat dies immediately under windows

2001-01-01 Thread Eric Armstrong
Ah. I see it. It's a bug in tomcat.bat The start option in tomcat.bat sets the global CLASSPATH variable, but does not use the command-line option on the "start java" command to pass it to the JVM. The script expects the new shell to inherit the CLASSPATH settings, as it would in Unix. In

Re: Tomcat dies immediately under windows

2001-01-01 Thread Eric Armstrong
More info: "tomcat run" works fine. (runs in the same window) "tomcat start" fails. (separate window dies) Some environment setting must be missing in the new window. Eric Armstrong wrote: Note: Please use "reply all", as I am not subscribed at this address. Problem: *

Re: Tomcat dies immediately under windows

2001-01-01 Thread Alef Arendsen
ot; [EMAIL PROTECTED] To: [EMAIL PROTECTED]; "me" [EMAIL PROTECTED] Sent: Monday, January 01, 2001 22:35 Subject: Re: Tomcat dies immediately under windows More info: "tomcat run" works fine. (runs in the same window) "tomcat start" fails. (separate wind

Re: Tomcat dies immediately under windows

2001-01-01 Thread andyjee
What was the solution to your problem? How do I pose my own questions? - Original Message - From: Alef Arendsen [EMAIL PROTECTED] To: [EMAIL PROTECTED]; me [EMAIL PROTECTED] Sent: Monday, January 01, 2001 4:44 PM Subject: Re: Tomcat dies immediately under windows

Re: Tomcat dies immediately under windows

2001-01-01 Thread andyjee
What was the solution to your problem? How do I pose my own questions? - Original Message - From: Eric Armstrong [EMAIL PROTECTED] To: [EMAIL PROTECTED]; me [EMAIL PROTECTED] Sent: Monday, January 01, 2001 4:35 PM Subject: Re: Tomcat dies immediately under windows More info

Re: Tomcat dies immediately under windows

2001-01-01 Thread andyjee
What was the solution to your problem? How do I pose my own questions? - Original Message - From: Jaap van der Molen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, January 01, 2001 5:23 AM Subject: Re: Tomcat dies immediately under windows Edit startup.bat and change

Re: BUG REPORT: Tomcat dies immediately under windows

2001-01-01 Thread Eric Armstrong
Here is the change I made to tomcat.bat to solve the problem: :startServer echo Starting tomcat in new window start %TOMCAT_HOME%\bin\tomcat run goto cleanup Eric Armstrong wrote: Ah. I see it. It's a bug in tomcat.bat The start option in tomcat.bat sets the global CLASSPATH variable,

RE: Tomcat dies immediately under windows

2001-01-01 Thread Marc Saegesser
Armstrong [mailto:[EMAIL PROTECTED]] Sent: Monday, January 01, 2001 3:36 PM To: [EMAIL PROTECTED]; me Subject: Re: Tomcat dies immediately under windows More info: "tomcat run" works fine. (runs in the same window) "tomcat start" fails. (separate window dies) Some envi