Re: console with when running as service

2011-03-09 Thread Mladen Turk
On 03/09/2011 03:59 PM, Zbynek Vavros wrote: Im sorry to keep asking the same question becase we have services that have console windows! For example Domino server does that by default : What happens on 2008R2 and UAC enabled? Services run in Session 0, With Vista and up there is a clear sepa

Re: [OT] console with when running as service

2011-03-09 Thread Mark Eggers
- Original Message (begin) From: Christopher Schultz To: Tomcat Users List Sent: Wed, March 9, 2011 12:34:13 PM Subject: Re: [OT] console with when running as service -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Robert, On 3/9/2011 9:54 AM, robert.jen...@surecomp.com wrote: > Th

Re: console with when running as service

2011-03-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Robert, On 3/9/2011 9:49 AM, robert.jen...@surecomp.com wrote: > Also as a possible enhancement to tomcat.. add a service command to the > service app to show is output window I don't think the service can do this... I think the service runner has t

Re: [OT] console with when running as service

2011-03-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Robert, On 3/9/2011 9:54 AM, robert.jen...@surecomp.com wrote: > There is a window version of tail tailforwin32.sourceforge.net If you want more than just tail, why not get all the handy GNU utilities? http://gnuwin32.sourceforge.net/ GNU/Windows,

RE: console with when running as service

2011-03-09 Thread Mikolaj Rydzewski
On Wed, 9 Mar 2011 09:05:30 -0600, "Caldarale, Charles R" wrote: And what happens when there's no Windows user logged on (the normal condition for a server) - just the services are running? I've seen sa called 'servers' where admin has to login in order to box operate correctly. -- Miko

RE: console with when running as service

2011-03-09 Thread Zbynek Vavros
| |> | Subject: | |> >----------------

RE: console with when running as service

2011-03-09 Thread Caldarale, Charles R
> From: Zbynek Vavros [mailto:zbynek_vav...@cz.ibm.com] > Subject: RE: console with when running as service > 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 ser

RE: console with when running as service

2011-03-09 Thread Zbynek Vavros
| |> | Subject: | |> >----------------

RE: console with when running as service

2011-03-09 Thread Mikolaj Rydzewski
On Wed, 9 Mar 2011 08:41:09 -0600, "Caldarale, Charles R" wrote: If you want a console window, run Tomcat from the startup.bat script. If you want just console output look at commons-daemon documentation. There's everything you need to redirect output to any file. -- Mikolaj Rydzewski

RE: console with when running as service

2011-03-09 Thread Robert.Jenkin
- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Wednesday, March 09, 2011 9:52 AM To: Tomcat Users List Subject: RE: console with when running as service > From: robert.jen...@surecomp.com [mailto:robert.jen...@surecomp.com] > Subject: RE: console with when runn

RE: console with when running as service

2011-03-09 Thread Caldarale, Charles R
> From: robert.jen...@surecomp.com [mailto:robert.jen...@surecomp.com] > Subject: RE: console with when running as service > You can have the startup.bat registered as a service and > redirect output to a text file. Somewhat pointless, since that's exactly what the Tomca

RE: console with when running as service

2011-03-09 Thread Robert.Jenkin
://www.Surecomp.com -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Wednesday, March 09, 2011 9:41 AM To: Tomcat Users List Subject: RE: console with when running as service > From: Zbynek Vavros [mailto:zbynek_vav...@cz.ibm.com] > Subject: c

RE: console with when running as service

2011-03-09 Thread Robert.Jenkin
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

RE: console with when running as service

2011-03-09 Thread Caldarale, Charles R
> 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 stand

console with when running as service

2011-03-09 Thread Zbynek Vavros
Hi, 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 Thanks