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,

--
Bob Arnott

Software Developer
Autonomy Systems Ltd.
Cambridge Business Park
Cowley Road
Cambridge
CB4 0WZ

T: +44 (0) 1223 448 000
F: +44 (0) 1223 448 001
http://www.aungate.com/



Reply via email to