RE: See command-line output with startup errors in Windows

2007-12-10 Thread Caldarale, Charles R
> From: lightbulb432 [mailto:[EMAIL PROTECTED] > Subject: RE: See command-line output with startup errors in Windows > > However, if I comment out "@echo off" as you > suggested, I get output where every line in > the batch file seems to be executing on its own &g

Re: See command-line output with startup errors in Windows

2007-12-10 Thread Martin Gainty
t; line, executing as a command - why might this be happening? > > e.g. commandline> set CMD_LINE_ARGS= > > If catalina.bat run accomplishes the same thing, what's the purpose of > startup.bat? Are there cases where you would want to use it? > -- > View this messag

RE: See command-line output with startup errors in Windows

2007-12-10 Thread lightbulb432
s be happening? e.g. commandline> set CMD_LINE_ARGS= If catalina.bat run accomplishes the same thing, what's the purpose of startup.bat? Are there cases where you would want to use it? -- View this message in context: http://www.nabble.com/See-command-line-output-with-startup-errors-in-Windows-t

RE: See command-line output with startup errors in Windows

2007-12-09 Thread Caldarale, Charles R
> From: lightbulb432 [mailto:[EMAIL PROTECTED] > Subject: See command-line output with startup errors in Windows > > How can I view the output in the second command-line window Simply use "catalina.bat run" instead of startup.bat, and comment out the "@echo off&qu

See command-line output with startup errors in Windows

2007-12-09 Thread lightbulb432
n put a pause statement to view the output? Thanks. -- View this message in context: http://www.nabble.com/See-command-line-output-with-startup-errors-in-Windows-tp14246312p14246312.html Sent from the Tomcat - User mailing list archive at Nabble.com. -