Re: Need review -- WIN32 procrun

2003-02-07 Thread jean-frederic clere
Mladen Turk wrote: -Original Message- From: jean-frederic clere Sorry I have missed my explainations: The InitClass/StartupClass/Shutdown/DestroyClass should be methods of one class that provide the service. Init must return after finishing (blocking). Startup that is more complicate

RE: Need review -- WIN32 procrun

2003-02-07 Thread Mladen Turk
> -Original Message- > From: jean-frederic clere > > Sorry I have missed my explainations: > The InitClass/StartupClass/Shutdown/DestroyClass should be > methods of one class > that provide the service. > Init must return after finishing (blocking). > Startup that is more complicated

Re: Need review -- WIN32 procrun

2003-02-07 Thread Remy Maucherat
jean-frederic clere wrote: Mladen Turk wrote: -Original Message- From: jean-frederic clere It has: --StartupClass -> called when hit Service start. --ShutdownClass -> called when you hit Stop service... The idea is the following: --InitClass -> called when starting Change user to

Re: Need review -- WIN32 procrun

2003-02-07 Thread jean-frederic clere
Mladen Turk wrote: -Original Message- From: jean-frederic clere It has: --StartupClass -> called when hit Service start. --ShutdownClass -> called when you hit Stop service... The idea is the following: --InitClass -> called when starting Change user to a non-privileged user (like no

Re: Need review -- WIN32 procrun

2003-02-07 Thread jean-frederic clere
Mladen Turk wrote: -Original Message- From: jean-frederic clere [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 06, 2003 6:48 PM To: Tomcat Developers List Subject: Re: Need review -- WIN32 procrun It's jakarta-commons-sandbox/component_name, actually. As JF proposed, I

RE: Need review -- WIN32 procrun

2003-02-06 Thread Craig R. McClanahan
On Thu, 6 Feb 2003, Mladen Turk wrote: > > Access denied: Insufficient Karma > (mturk|jakarta-commons-sandbox/daemon/src/native/nt/procrun/) Fixed -- this should work for you now. Craig - To unsubscribe, e-mail: [EMAIL P

RE: Need review -- WIN32 procrun

2003-02-06 Thread Mladen Turk
> -Original Message- > From: jean-frederic clere > [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 06, 2003 6:48 PM > To: Tomcat Developers List > Subject: Re: Need review -- WIN32 procrun > > > > > > It's jakarta-commons-sandbox/compon

Re: Need review -- WIN32 procrun

2003-02-06 Thread jean-frederic clere
Remy Maucherat wrote: Mladen Turk wrote: Glad you like it. Well, maybe you'll have to add one or two features, like being able to optionally invoke the stop calls on the running JVM, instead of instantiating a new one (at least, I expect that's what you're doing; I didn't look at the code

RE: Need review -- WIN32 procrun

2003-02-06 Thread Mladen Turk
> -Original Message- > From: Remy Maucherat [mailto:[EMAIL PROTECTED]] > > Well, maybe you'll have to add one or two features, like > being able to > optionally invoke the stop calls on the running JVM, instead of > instantiating a new one (at least, I expect that's what > you're do

Re: Need review -- WIN32 procrun

2003-02-06 Thread Remy Maucherat
Mladen Turk wrote: Glad you like it. Well, maybe you'll have to add one or two features, like being able to optionally invoke the stop calls on the running JVM, instead of instantiating a new one (at least, I expect that's what you're doing; I didn't look at the code). That would allow not u

Re: Need review -- WIN32 procrun

2003-02-06 Thread Remy Maucherat
jean-frederic clere wrote: Ok, I really think you need to put that code in j-t-c or the commons sandbox ;-) In daemon (jakarta-commons-sandbox/daemon). +1 :) Remy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: Need review -- WIN32 procrun

2003-02-06 Thread Mladen Turk
> -Original Message- > From: Remy Maucherat [mailto:[EMAIL PROTECTED]] > > Features: > > > > 1. Redirect console applications > > 2. Running redirected applications as services > > 3. Console or Windows GUI application mode to avoid any > >temporarily flashing console windows in cas

Re: Need review -- WIN32 procrun

2003-02-06 Thread jean-frederic clere
Remy Maucherat wrote: Mladen Turk wrote: Hi, Something useful for me ;), but would like to hear other people opinions and sugestions. I've posted that couple of months ago, but now it's finished. The sources and binaries are at: http://jakarta.apache.org/~mturk/ Here is some brief explanation

Re: Need review -- WIN32 procrun

2003-02-06 Thread Remy Maucherat
Mladen Turk wrote: Hi, Something useful for me ;), but would like to hear other people opinions and sugestions. I've posted that couple of months ago, but now it's finished. The sources and binaries are at: http://jakarta.apache.org/~mturk/ Here is some brief explanation how the thing works: Pr

Need review -- WIN32 procrun

2003-02-06 Thread Mladen Turk
Hi, Something useful for me ;), but would like to hear other people opinions and sugestions. I've posted that couple of months ago, but now it's finished. The sources and binaries are at: http://jakarta.apache.org/~mturk/ Here is some brief explanation how the thing works: Procrun Features: 1.