I want to use a http servlet instead of the built-in web
server, because I want to be able to use the standard
ports (80, 8080). But how do I do this? I found a
servlet, I execute it, and it gives me "page not found"
>  in browser window.
 
Did your URL look like
 
http://server/RPC2
or
 
Do you have some configuration in your WEB-INF/web.xml (whatever that file is called)
that maps /RPC2 to your XMLRPC Servlet?
 
-Jim

Reply via email to