On Fri, 2004-11-19 at 12:11 +0000, Bob Arnott wrote:
> Chris Picton wrote:
> 
> > Hi all
> > 
> > I have an app running an xml-rpc server.  I would like this app to run
> > as a unix service.
> > 
> > I have looked at integrating it with tomcat, but I am looking for a more
> > lightweight solution than this.
> > 
> > My requirements are that I can start the server on machine startup, and
> > restart the service if needed.  The servlet container should support
> > https and authentication.  
> > 
> > I will only be servicing one or two client simultaneously, and only for
> > short periods.
> > 
> > Are there any lightweight servlet containers suitable for this.
> 
> Why don't you just run the supplied WebServer...? Is it not light weight
> enough? If you want to install it all as a service and have it automatically
> start and stop etc, you could maybe use the Commons daemon stuff, or one of
> the other Java based service wrappers?
> 
> Cheers,
> 

The feeling that I got from this list is that the supplied WebServer
shouldn't really be used for production work.  Do others feel the same?

I have had a look at the commons daemon package, bu couldn't really get
my head around it.  Is anyone on the list using it, or have some simple
code examples indicating how to use it with xml-rpc.

My issue with it is that I need to return control after the start method
has run, but webserver.start() does not return control.

Any thoughts?

Chris
-- 
Chris Picton <[EMAIL PROTECTED]>
Tangent Systems

Reply via email to