Re: Service code for TC4

2001-09-03 Thread Pier Fumagalli
"Dave Oxley" <[EMAIL PROTECTED]> wrote: > I have searched the archives and found a check in to jakarta-tomcat-service > but using anoncvs I can't checkout or even see if the module exists. Is this > some sort of permissions problem. Darn... We forgot to link it to the PSERVER area :) Fixed now..

Re: Service code for TC4

2001-09-03 Thread Dave Oxley
MAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: Re: Service code for TC4 >Date: Mon, 03 Sep 2001 19:08:26 +0100 > >Pier, > >I can't find the module jakarta-tomcat-service. Where do I look?? > >Dave >[EMAIL PROTECTED] > >>From: Pier Fumagalli <[EMAIL PRO

Re: Service code for TC4

2001-09-03 Thread Dave Oxley
MAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: Re: Service code for TC4 >Date: Mon, 03 Sep 2001 19:08:26 +0100 > >Pier, > >I can't find the module jakarta-tomcat-service. Where do I look?? > >Dave >[EMAIL PROTECTED] > >>From: Pier Fumagalli <[EMAIL PRO

Re: Service code for TC4

2001-09-03 Thread Dave Oxley
Pier, I can't find the module jakarta-tomcat-service. Where do I look?? Dave [EMAIL PROTECTED] >From: Pier Fumagalli <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: <[EMAIL PROTECTED]> >Subject: Re: Service code for TC4 >Date: Mon, 03 Sep 2001 18:32:

Re: Service code for TC4

2001-09-03 Thread Pier Fumagalli
"Dave Oxley" <[EMAIL PROTECTED]> wrote: > I want to have a look at doing some service code for TC4 under Win32. Are > there any design documents for the service code that is already there for > Unix or does anyone (Pier?) have any ideas about how they want it to work

Service code for TC4

2001-09-03 Thread Dave Oxley
I want to have a look at doing some service code for TC4 under Win32. Are there any design documents for the service code that is already there for Unix or does anyone (Pier?) have any ideas about how they want it to work under Win32? or is anyone working on this already? Dave. [EMAIL

Service code...

2001-08-07 Thread Pier Fumagalli
Just a FYI... For the next beta of TC4, I'd rather improve the WebApp connector than the Service code... Does it collide with some priority/ schedules of someone, I'd really shoot for WebApp first and Service then... Pier

RE: Different approach to TC as a service (was: Separating Service code from Tom

2001-07-26 Thread GOMEZ Henri
>> With TC4 we could do with a JNI connector in mod_webapp >(even though Pier >> probably doesn't want to do this). We will use mod_webapp in >preference to >> mod_jk for simplicity of setting up. > >I'm not sure I understand how jk is "more difficult" to set up - it's >just a: >"JkMount /conte

Re: Different approach to TC as a service (was: Separating Service code from Tomcat 4.0)

2001-07-26 Thread Andy Armstrong
Remy Maucherat wrote: > > Quoting Andy Armstrong <[EMAIL PROTECTED]>: > > > Hi Joe et al, > > > > Joe Flowers wrote: > > [snip cogent words about running TC as a service] > > > > I agree with you 100% WRT the difficulty of getting JavaService to work > > -- a sysadmin here pulled most of his few

Re: Different approach to TC as a service (was: Separating Service code from Tomcat 4.0)

2001-07-26 Thread Remy Maucherat
Quoting Andy Armstrong <[EMAIL PROTECTED]>: > Hi Joe et al, > > Joe Flowers wrote: > [snip cogent words about running TC as a service] > > I agree with you 100% WRT the difficulty of getting JavaService to work > -- a sysadmin here pulled most of his few remaining hairs one day > trying > to ge

Re: Different approach to TC as a service (was: Separating Service code from Tomcat 4.0)

2001-07-26 Thread Andy Armstrong
GOMEZ Henri wrote: [snip] > >This is a simple solution for all platforms in all cases > >except the one where you want to have Tomcat autostart in stand-alone > >mode, and I would assume that that's a relatively rare requirement. > > No so rare since many sites use a farm a Tomcat behind their we

Re: Different approach to TC as a service (was: Separating Service code from Tom

2001-07-26 Thread Dave Oxley
>BTW, jk already has the feature if JNI connector is used - but it would be >great to be able to do the same for ajp connectors. Probably using the >same config file ( most of the information to start tomcat is similar - >the jni configuration file allows you to specify env variables, >classpaths,

RE: Different approach to TC as a service (was: Separating Service code from Tomcat 4.0)

2001-07-26 Thread Twiggs, Glenn
Yes. With a patch applied to avoid the NT Logout snafu that causes the VM to shutdown. Glenn. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] One question - is anyone using the jk_service ( the NT service starter that is included with tomcat3.x ) ? Costin

Re: Different approach to TC as a service (was: Separating Service code from Tomcat 4.0)

2001-07-26 Thread Pier P. Fumagalli
Twiggs, Glenn at [EMAIL PROTECTED] wrote: > Not a safe assumption. My company is using Tomcat in standalone mode within > a large project. I believe he's talking about when tomcat is ran standalone AND thru a connector... Pier

RE: Different approach to TC as a service (was: Separating Service code from Tomcat 4.0)

2001-07-26 Thread Twiggs, Glenn
Not a safe assumption. My company is using Tomcat in standalone mode within a large project. -Original Message- From: Andy Armstrong [mailto:[EMAIL PROTECTED]] [snip] It would be easy enough to add the same functionality to the other connectors. This is a simple solution for all platfor

RE: Different approach to TC as a service (was: Separating Service code from Tomcat 4.0)

2001-07-26 Thread GOMEZ Henri
>Hi Joe et al, > >Joe Flowers wrote: >[snip cogent words about running TC as a service] > >I agree with you 100% WRT the difficulty of getting JavaService to work >-- a sysadmin here pulled most of his few remaining hairs one >day trying >to get it working, so while I haven't personally looked at

Different approach to TC as a service (was: Separating Service code from Tomcat 4.0)

2001-07-26 Thread Andy Armstrong
Hi Joe et al, Joe Flowers wrote: [snip cogent words about running TC as a service] I agree with you 100% WRT the difficulty of getting JavaService to work -- a sysadmin here pulled most of his few remaining hairs one day trying to get it working, so while I haven't personally looked at it I can

RE: Separating Service code from Tomcat 4.0

2001-07-26 Thread GOMEZ Henri
I'm +1 for jakarta-service and -1 for jakarta-tomcat-service >>> >>> Still of this idea? I can't open jakarta-service as I have to >>> get down to >>> the PMC to do it, and I'd like to commit some code... >>> Thanks... >> >> Argh, if you need the PMC agreement, it will delay that piece

Re: Separating Service code from Tomcat 4.0

2001-07-26 Thread Pier P. Fumagalli
GOMEZ Henri at [EMAIL PROTECTED] wrote: >> GOMEZ Henri at [EMAIL PROTECTED] wrote: >>> >>> I'm +1 for jakarta-service and -1 for jakarta-tomcat-service >> >> Still of this idea? I can't open jakarta-service as I have to >> get down to >> the PMC to do it, and I'd like to commit some code...

RE: Separating Service code from Tomcat 4.0

2001-07-26 Thread GOMEZ Henri
>GOMEZ Henri at [EMAIL PROTECTED] wrote: >> >> I'm +1 for jakarta-service and -1 for jakarta-tomcat-service > >Still of this idea? I can't open jakarta-service as I have to >get down to >the PMC to do it, and I'd like to commit some code... >Thanks... Argh, if you need the PMC agreement, it

Re: Separating Service code from Tomcat 4.0

2001-07-25 Thread Pier P. Fumagalli
GOMEZ Henri at [EMAIL PROTECTED] wrote: > > I'm +1 for jakarta-service and -1 for jakarta-tomcat-service Still of this idea? I can't open jakarta-service as I have to get down to the PMC to do it, and I'd like to commit some code... Thanks... Pier

Re: Separating Service code from Tomcat 4.0

2001-07-25 Thread Pier P. Fumagalli
Elijah Roberts at [EMAIL PROTECTED] wrote: > > Looking through your code, I think that you definitely intended for the > NT piece to be in the same place. Using the same command line arguments > and everything. But with a new file just for the NT specific service > information (jsvc-nt.c). If th

Re: Separating Service code from Tomcat 4.0

2001-07-25 Thread Elijah Roberts
On Wednesday July 25, 2001 Elijah Roberts wrote: > I see. So instead of calling a static method, the service would need to > create an object and then call the load method followed by the start > method? I suppose I should look at your code. Where you planning on > integrating the NT portion into

Re: Separating Service code from Tomcat 4.0

2001-07-25 Thread Elijah Roberts
On Wednesday July 25, 2001 Pier P. Fumagalli wrote: > Yes. I am definitely _EAGER_ to include JavaService with my Service code, > and distribute it all together with Tomcat 4.0 (from the next beta). > > A couple of changes are needed for your code to be integrated with my > curr

Re: Separating Service code from Tomcat 4.0

2001-07-25 Thread Pier P. Fumagalli
any changes that are necessary to use it. Yes. I am definitely _EAGER_ to include JavaService with my Service code, and distribute it all together with Tomcat 4.0 (from the next beta). A couple of changes are needed for your code to be integrated with my current Service, as you use static methods

Re: Separating Service code from Tomcat 4.0

2001-07-25 Thread Elijah Roberts
On Wednesday July 25, 2001 Remy Maucherat wrote: > > However, > > > > 1. I tried my damndest and couldn't get the JavaService to work with > > Tomcat on an NT server that I have. > > I tried javaserv, srvyany, etc. Nothing worked for me. *Very very > > frustrating*, and I can usually figure out ju

Re: Separating Service code from Tomcat 4.0

2001-07-25 Thread Pier P. Fumagalli
replace few #defines, to start anything ). > > We also need to update the documentations of jk_service, to mention that > we now have 2 service starters to choose from. I'm -1 on that... The service code I'm building, and the one coming with mod jk are completely different, th

Re: Separating Service code from Tomcat 4.0

2001-07-25 Thread Remy Maucherat
> However, > > 1. I tried my damndest and couldn't get the JavaService to work with > Tomcat on an NT server that I have. > I tried javaserv, srvyany, etc. Nothing worked for me. *Very very > frustrating*, and I can usually figure out just about anything. That is > why I wrote the TomcatService pr

Re: Separating Service code from Tomcat 4.0

2001-07-25 Thread cmanolache
> > [ ] +1 - Do it, and I can help > [X] +0 - Do it, but I can't help > [ ] -0 - Do it, even if > [ ] -1 - Don't do it, because > > My comments: If we do so ( create the service workspace ), can we also check in the existing service ( the one that was used in the last year or so for tomc

Re: Separating Service code from Tomcat 4.0

2001-07-25 Thread Joe Flowers
gt;> - Pipes the out and the err of the JVM process into logs files in > >> CATALINA_HOME/logs (good) > >> - Logs stop / start / trouble to the NT event log > >> - Very generic > >> > > > > fwiw, i agree with remy. i took a (quick) look at JavaService, and it seems > > to be ideal. > > Ok, wanna help out to integrate the whole kit'n kaboodle with the Service > code we have? > > Pier > > BTW, I can't move the code until Henri removes his -1

RE: Separating Service code from Tomcat 4.0

2001-07-25 Thread Kevin Seguin
tart / trouble to the NT event log > >> - Very generic > >> > > > > fwiw, i agree with remy. i took a (quick) look at > JavaService, and it seems > > to be ideal. > > Ok, wanna help out to integrate the whole kit'n kaboodle with > the Ser

Re: Separating Service code from Tomcat 4.0

2001-07-25 Thread Pier P. Fumagalli
uble to the NT event log >> - Very generic >> > > fwiw, i agree with remy. i took a (quick) look at JavaService, and it seems > to be ideal. Ok, wanna help out to integrate the whole kit'n kaboodle with the Service code we have? Pier BTW, I can't move the code until Henri removes his -1

Re: Separating Service code from Tomcat 4.0

2001-07-25 Thread Pier P. Fumagalli
jean-frederic clere at [EMAIL PROTECTED] wrote: > [X] +1 - Do it, and I can help > [ ] +0 - Do it, but I can't help > [ ] -0 - Do it, even if > [ ] -1 - Don't do it, because > > My comments: > > There are: > jakarta-tomcat/src/native/mod_jk/nt_service/jk_nt_service.c > jakarta-tomcat-c

RE: Separating Service code from Tomcat 4.0

2001-07-25 Thread Kevin Seguin
> > ME BIG DOPE :) :) :) There are TWO Win32 Service > implementations... I > > thought Joe and Elijah were working on the same code :) :) > :) But THEY'RE > > NOT! (Sometimes I'm just so fuckin' stupid! :) > > > > On a very rough analysis, Elijah's JavaService is better as > it uses JNI, > but

Re: Separating Service code from Tomcat 4.0

2001-07-25 Thread Andy Armstrong
"Pier P. Fumagalli" wrote: > > Pier P. Fumagalli at [EMAIL PROTECTED] wrote: > > > > I'd say, let's stick it with Tomcat until we don't have a "proof-of-concept" > > that it works, and then we can decide... I like jakarta-tomcat-service. > > Request-for-vote: Can I go ahead and open the new CV

Re: Separating Service code from Tomcat 4.0

2001-07-25 Thread jean-frederic clere
[X] +1 - Do it, and I can help [ ] +0 - Do it, but I can't help [ ] -0 - Do it, even if [ ] -1 - Don't do it, because My comments: There are: jakarta-tomcat/src/native/mod_jk/nt_service/jk_nt_service.c jakarta-tomcat-connectors/jk/native/nt_service/jk_nt_service.c jakarta-tomcat-4.0/ser

Re: Separating Service code from Tomcat 4.0

2001-07-25 Thread Remy Maucherat
> ME BIG DOPE :) :) :) There are TWO Win32 Service implementations... I > thought Joe and Elijah were working on the same code :) :) :) But THEY'RE > NOT! (Sometimes I'm just so fuckin' stupid! :) > > On a very rough analysis, Elijah's JavaService is better as it uses JNI, but > on the other hand,

Re: Separating Service code from Tomcat 4.0

2001-07-24 Thread Pier P. Fumagalli
cause >>> >>> My comments: >> >> Assuming you're talking about the NT/2000 service codes. > > Yes, that's another reason why I'm proposing the split. I am integrating > your Service code with my Service code (so we're going to be both

Re: Separating Service code from Tomcat 4.0

2001-07-24 Thread Pier P. Fumagalli
GOMEZ Henri at [EMAIL PROTECTED] wrote: > > Ok for jakarta-service. > > And I agree with Pier that since it's not only related to > tomcat, shouldn't go under jakarta-tomcat-service. > > Should we have all developpment started by a tomcat > commiter under the jakarta-tomcat responsability. > >

Re: Separating Service code from Tomcat 4.0

2001-07-24 Thread Remy Maucherat
> Remy Maucherat at [EMAIL PROTECTED] wrote: > > > Do it, even if that would make the build process (even) more > > complex. > > I believe this can be achieved by simply copying the few interfaces over to > jakarta-tomcat-4.0. Once those have been defined, they shouldn't change. > While the actual

Re: Separating Service code from Tomcat 4.0

2001-07-24 Thread Pier P. Fumagalli
alking about the NT/2000 service codes. Yes, that's another reason why I'm proposing the split. I am integrating your Service code with my Service code (so we're going to be both very happy campers), and I would actually request your commit status on the jakarta-tomcat-service CVS mod

RE: Separating Service code from Tomcat 4.0

2001-07-24 Thread GOMEZ Henri
>"Pier P. Fumagalli" wrote: >> >> Since it can be used by different projects (not only >Tomcat), I wanted to >> separate the Service code into a new CVS repository >(jakarta-service). >> >> How about it? > Ok for jakarta-service. And I

Re: Separating Service code from Tomcat 4.0

2001-07-24 Thread Joe Flowers
"Pier P. Fumagalli" wrote: > > Pier P. Fumagalli at [EMAIL PROTECTED] wrote: > > > > I'd say, let's stick it with Tomcat until we don't have a "proof-of-concept" > > that it works, and then we can decide... I like jakarta-tomcat-service. > > Request-for-vote: Can I go ahead and open the new CVS

Re: Separating Service code from Tomcat 4.0

2001-07-24 Thread Pier P. Fumagalli
Remy Maucherat at [EMAIL PROTECTED] wrote: > Do it, even if that would make the build process (even) more > complex. I believe this can be achieved by simply copying the few interfaces over to jakarta-tomcat-4.0. Once those have been defined, they shouldn't change. While the actual big work is o

Re: Separating Service code from Tomcat 4.0

2001-07-24 Thread Remy Maucherat
[ ] +1 - Do it, and I can help [ ] +0 - Do it, but I can't help [X] -0 - Do it, even if that would make the build process (even) more complex. [ ] -1 - Don't do it, because Remy

Re: Separating Service code from Tomcat 4.0

2001-07-24 Thread Mike Anderson
[ ] +1 - Do it, and I can help [X] +0 - Do it, but I can't help [ ] -0 - Do it, even if [ ] -1 - Don't do it, because My comments: Haven't even looked at it but I trust Pier :-) Mike Anderson

Re: Separating Service code from Tomcat 4.0

2001-07-24 Thread Craig R. McClanahan
On Tue, 24 Jul 2001, Pier P. Fumagalli wrote: > Pier P. Fumagalli at [EMAIL PROTECTED] wrote: > > > > I'd say, let's stick it with Tomcat until we don't have a "proof-of-concept" > > that it works, and then we can decide... I like jakarta-tomcat-service. > > Request-for-vote: Can I go ahead a

Re: Separating Service code from Tomcat 4.0

2001-07-24 Thread Pier P. Fumagalli
Pier P. Fumagalli at [EMAIL PROTECTED] wrote: > > I'd say, let's stick it with Tomcat until we don't have a "proof-of-concept" > that it works, and then we can decide... I like jakarta-tomcat-service. Request-for-vote: Can I go ahead and open the new CVS repo? Pier Print and detach the fol

Re: Separating Service code from Tomcat 4.0

2001-07-24 Thread Pier P. Fumagalli
Craig R. McClanahan at [EMAIL PROTECTED] wrote: > > So far, commons is 100% Java, but I don't believe they (really we, cause > I'm a committer there :-) would be opposed to a commonly useful project > that has native code components. Dunno... >> jakarta-tomcat-connectors is a place where C and

Re: Separating Service code from Tomcat 4.0

2001-07-24 Thread Craig R. McClanahan
ects (not only Tomcat), I wanted to > > >> separate the Service code into a new CVS repository (jakarta-service). > > >> > > >> How about it? > > > > > > Under the management of which subproject? > > > > For now, still Tomcat... M

Re: Separating Service code from Tomcat 4.0

2001-07-24 Thread jean-frederic clere
"Pier P. Fumagalli" wrote: > > Craig R. McClanahan at [EMAIL PROTECTED] wrote: > > On Tue, 24 Jul 2001, Pier P. Fumagalli wrote: > > > >> Since it can be used by different projects (not only Tomcat), I wanted to > >> separate the Service c

Re: Separating Service code from Tomcat 4.0

2001-07-24 Thread Pier P. Fumagalli
Craig R. McClanahan at [EMAIL PROTECTED] wrote: > On Tue, 24 Jul 2001, Pier P. Fumagalli wrote: > >> Since it can be used by different projects (not only Tomcat), I wanted to >> separate the Service code into a new CVS repository (jakarta-service). >> >> How about

Re: Separating Service code from Tomcat 4.0

2001-07-24 Thread jean-frederic clere
"Pier P. Fumagalli" wrote: > > Since it can be used by different projects (not only Tomcat), I wanted to > separate the Service code into a new CVS repository (jakarta-service). > > How about it? +1 > > Pier

Re: Separating Service code from Tomcat 4.0

2001-07-24 Thread Craig R. McClanahan
On Tue, 24 Jul 2001, Pier P. Fumagalli wrote: > Since it can be used by different projects (not only Tomcat), I wanted to > separate the Service code into a new CVS repository (jakarta-service). > > How about it? > Under the management of which subproject? How about puttin

Separating Service code from Tomcat 4.0

2001-07-24 Thread Pier P. Fumagalli
Since it can be used by different projects (not only Tomcat), I wanted to separate the Service code into a new CVS repository (jakarta-service). How about it? Pier