> 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
> line, executing as a command - why might this be
> happening?

That's what's supposed to happen when when echo is on, which it is by
default for scripts; you get to see the operation of every line of the
script.  I thought that was what you were asking for.

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

The startup.bat script just avoids having to enter the "start" argument
(putting Tomcat in a separate window), just as shutdown.bat avoids
having to enter "stop".  They are merely convenience scripts.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to