> From: Zbynek Vavros [mailto:zbynek_vav...@cz.ibm.com] 
> Subject: Tomcat & Windows service & console window

> can anyone point me how to set it so console window 
> appears when service started?

Windows services do not use console windows - that's one of the major points of 
running something as a service.  If you want a console window, then use the 
startup.bat script.  On new versions of Windows, attempting to have a service 
output to a console window gets you a never-ending set of dialog boxes asking 
if you want to see the window.

Note that stdout and stderr (which you should not be using in a webapp) are by 
default redirected to Tomcat's logs directory and can be examined there while 
the service is running.

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

Reply via email to