Im sorry to keep asking the same question becase we have services that have console windows! For example Domino server does that by default :
- install it as service - start the service - boom, nice console window is displayed (on local and even when running on remote, I can see it using Remote Desktop) - when service is shut down, console window disappears So I guess this is not functionality that Tomcat would support.... Kind Regards / Mit freundlichen Grüßen / Üdvözlettel / S pozdravem: Zbynek VAVROS (Embedded Development image moved to file: pic15060.gif) Delivery Centre 616 00, Brno Central Europe Technicka 21 Brno SITE Czech Republic (Embedded image moved to file: pic02068.gif) Phone: 420-53341- x6283 Mobile: E-mail: zbynek_vav...@cz.ibm.com IBM Global Services Delivery Center Czech Republic, s.r.o. Registered address: Brno, Technicka 2995/21, Zip code: 61600, Company ID: 26244535 Entered in the Commercial Register maintained by the Regional Court in Brno (Part C, Entry 39922) IBM Global Services Delivery Center Czech Republic, s.r.o. Sídlo: Brno, Technická 2995/21, PSČ 61600 IČ: 26244535 Zapsaná v obchodním rejstříku, vedeném Krajským soudem v Brně oddíl C, vlozka 39922 |------------> | From: | |------------> >--------------------------------------------------------------------------------------------------------------------------------------------------| |"Caldarale, Charles R" <chuck.caldar...@unisys.com> | >--------------------------------------------------------------------------------------------------------------------------------------------------| |------------> | To: | |------------> >--------------------------------------------------------------------------------------------------------------------------------------------------| |Tomcat Users List <users@tomcat.apache.org> | >--------------------------------------------------------------------------------------------------------------------------------------------------| |------------> | Date: | |------------> >--------------------------------------------------------------------------------------------------------------------------------------------------| |03/09/2011 03:42 PM | >--------------------------------------------------------------------------------------------------------------------------------------------------| |------------> | Subject: | |------------> >--------------------------------------------------------------------------------------------------------------------------------------------------| |RE: console with when running as service | >--------------------------------------------------------------------------------------------------------------------------------------------------| > From: Zbynek Vavros [mailto:zbynek_vav...@cz.ibm.com] > Subject: console with when running as service > is it possible to setup Tomcat service in a way that it will display > console window after service start, same as when started using bat file? > I mean window to which standart outputs and errors are redirected.... You keep asking the same question, and you apparently don't understand what a Windows service is for. Services are meant to run in the background, and normally start *before any user logs in*. Unless there's a logged-in user, there cannot be any console windows. On newer versions of Windows (Vista and later), having a service interact with the desktop is mind-bogglingly painful experience. If you want a console window, run Tomcat from the startup.bat script. - 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
--------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org