Re: SecureXMLRPC

2004-12-06 Thread Chris Picton
On Mon, 2004-12-06 at 16:27 +0100, Thomas GÃrtner wrote: > does anyone know how to setup the SecureXMLRPC on Client and Server side. > > I've tried to use a self signed certificate, set TrustStore and KeyStore with > it, but obviously that is not enough. I've got an IOException thrown, the > ho

Digest Authentication

2004-11-25 Thread Chris Picton
is the more stable. 1.2 or 2.0? Chris -- Chris Picton <[EMAIL PROTECTED]> Tangent Systems

Connecting to a HTTPS xmlrpc server

2004-11-25 Thread Chris Picton
to decrypt any keys etc. In fact, I don't need to verify the server key against a CA, as it is self signed. Regards Chris -- Chris Picton <[EMAIL PROTECTED]> Tangent Systems

Re: Running as a daemon

2004-11-22 Thread Chris Picton
can now run 'service myapp (stop|start|restart|status|etc)' I have also decided to use the provided WebServer, because of its lightweightedness :), and I have had some good reports of it. Thanks again Chris -- Chris Picton <[EMAIL PROTECTED]> Tangent Systems

RE: Running as a daemon

2004-11-19 Thread Chris Picton
n from this list regarding the supplied WebServer (what I am currently using) is that it is not robust enough for production use. Regards Chris -- Chris Picton <[EMAIL PROTECTED]> Tangent Systems

Re: Running as a daemon

2004-11-19 Thread Chris Picton
On Fri, 2004-11-19 at 12:11 +, 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 l

Running as a daemon

2004-11-19 Thread Chris Picton
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. Regards Chris -- Chris Picton <[EMAIL PROTECTED]> Tangent Systems