> Remy Maucherat wrote: > > > > Hi, > > > > There's a hidden component in Tomcat 4 named "service" (package is > > org.apache.service), which has almost nothing to do with Tomcat (except it > > was written by Pier and started its life here). The most current version of > > it (which is *not* the one used by Tomcat, BTW) resides in the > > jakarta-tomcat-service repository (which I had completely forgotten until I > > saw JF recent commits). > > ;-) - I suddently noted it was not working with win9x and I needed some > "service" on a win98 box - > > > > > I think the service package would live a happier life in the commons (the > > base interfaces + the native code); then, we can update the HEAD branch to > > use the commons package. > > > > Note: In the commons, there's already a "services" component. To avoid > > creating confusion, I suggest renaming the "service" component to > > "commons-daemon". > > > > Comments ? > > The idea in jakarta-tomcat-service is to implement JSR96 > (http://jcp.org/jsr/detail/96.jsp). > jakarta-tomcat-4.1/service is to allow run tomcat on port 80 as a daemon... > > Porting it to jakarta-tomcat-service could be the other option.
Well, the Java code looks very similar to me. So the native code could easily be ported to j-t-s. It's just that this code is 100% Tomcat-dependency free. So since it's some generic capability other projects could want, I proposed to move it to the commons, instead of leaving it as a hidden Tomcat subproject. I can state in the commons proposal that it is supposed to implment JSR 96 (which doesn't seem very active to me). Remy -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>