To my knowledge it can't be run inside the Apache HTTPD... however Apache produce a Java application server called Tomcat, and I have written an RPC service in that... very easy.
http://jakarta.apache.org/tomcat/index.html Oli On Mon, 2005-08-08 at 10:26, Lorenzo Musizza wrote: > Hi all, > I am successfull running an xmlrpc standalone server but now I'd like to > run my xmlrpc server embedded in the Apache webserver, > is it possible? I can't find an example how to do it. > This page http://ws.apache.org/xmlrpc/server.html says: > > The XML-RPC library can be embedded into any Web server framework that > > supports reading HTTP POSTs from an InputStream. > but how can I do this? > Thanks in advance! > > Lorenzo >
