You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by lightbulb432 <ve...@hotmail.com> on 2007/12/10 03:27:28 UTC

See command-line output with startup errors in Windows

When starting Tomcat from the command-line in Windows using the "startup"
command, the first command-line window opens up another one. This second
window displays an error message but closes too quickly to tell what the
error message read.

If I place a "pause" statement after ":end" in the last line of either
startup.bat or catalina.bat, the output of the first window is paused, but
not the second. How can I view the output in the second command-line window
(I'm not talking about any kind of command-line output redirection) - is
there somewhere I can 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.


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


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

Posted by "Caldarale, Charles R" <Ch...@unisys.com>.
> From: lightbulb432 [mailto:veerukrishnan@hotmail.com] 
> 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" in the top line.  

 - 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: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org