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:12 +0100

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
  under Win32? or is anyone working on this already?

I'm writing the specification of the final Java APIs from a bunch of
discussions I had off this list with others interested in a more generic
invocation framework... All the new code should reside in
jakarta-tomcat-service (for now), jakarta-tomcat-4.0/service is
deprecated...

(The initial spec draft is in jakarta-tomcat-service)

 Pier



_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp




Re: Service code for TC4

2001-09-03 Thread Dave Oxley

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.

Dave.
[EMAIL PROTECTED]


From: Dave Oxley [EMAIL PROTECTED]
Reply-To: [EMAIL 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 PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: Service code for TC4
Date: Mon, 03 Sep 2001 18:32:12 +0100

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
  under Win32? or is anyone working on this already?

I'm writing the specification of the final Java APIs from a bunch of
discussions I had off this list with others interested in a more generic
invocation framework... All the new code should reside in
jakarta-tomcat-service (for now), jakarta-tomcat-4.0/service is
deprecated...

(The initial spec draft is in jakarta-tomcat-service)

 Pier



_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp



_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp




Re: Service code for TC4

2001-09-03 Thread Dave Oxley

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.

Dave.
[EMAIL PROTECTED]


From: Dave Oxley [EMAIL PROTECTED]
Reply-To: [EMAIL 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 PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: Service code for TC4
Date: Mon, 03 Sep 2001 18:32:12 +0100

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
  under Win32? or is anyone working on this already?

I'm writing the specification of the final Java APIs from a bunch of
discussions I had off this list with others interested in a more generic
invocation framework... All the new code should reside in
jakarta-tomcat-service (for now), jakarta-tomcat-4.0/service is
deprecated...

(The initial spec draft is in jakarta-tomcat-service)

 Pier



_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp



_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp




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... Sorry for
it :)

Pier




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
 under Win32? or is anyone working on this already?

I'm writing the specification of the final Java APIs from a bunch of
discussions I had off this list with others interested in a more generic
invocation framework... All the new code should reside in
jakarta-tomcat-service (for now), jakarta-tomcat-4.0/service is
deprecated...

(The initial spec draft is in jakarta-tomcat-service)

Pier




Re: Service...

2001-06-26 Thread Pier P. Fumagalli

GOMEZ Henri at [EMAIL PROTECTED] wrote:

 A really usefull feature, for ALL Tomcat release.
 
 I'll take a look at it and see how it could be
 suite in TC 3.2/3.3 :!
 
 What about ?

As always... Do whatever you want... (I stopped caring about what others are
doing with my code long time ago)

Pier




RE: Service...

2001-06-25 Thread GOMEZ Henri

A really usefull feature, for ALL Tomcat release.

I'll take a look at it and see how it could be 
suite in TC 3.2/3.3 :!

What about ?

-
Henri Gomez ___[_]
EMAIL : [EMAIL PROTECTED](. .) 
PGP KEY : 697ECEDD...oOOo..(_)..oOOo...
PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 



-Original Message-
From: Pier P. Fumagalli [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 26, 2001 4:05 AM
To: [EMAIL PROTECTED]
Subject: Service...


(and I was supposed to hit the bed early tonight!)

It's the old (and now revamped) service proposal... Allows a 
service to
get signals (HUP/TERM) and to shutdown/restart correctly, and 
binding on
port  1024 while running as non-root...

It is currently tested on Linux (RH71/i386), Solaris (8/Sparc) 
and MacOS/X
(10.0.4/PPC), with JDK 1.3.1 on all three, but should work 
fine from JDK 1.2
up to 1.4... And its feature complete (the port for Win32 is 
undergoing, but
somehow slow as I need to get to the Westminster University 
lab to access a
copy of MSVC - and don't ask me about CygWin, since it simply 
crashes on my
PC)

Try it out :)

Pier