XML-RPC relies on the Servlet API, which is not distributed w/ the base JRE. Thus, you have to download/install the servlet class files along w/ XML-RPC to be able to run it. The servlet.jar file is distributed w/ most containers (J2EE or Tomcat or WebLogic or xindice or...), so feel free to use a version from any trusted location.
M ----- Original Message ----- From: "David Frey" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Tuesday, May 06, 2008 7:42 AM Subject: Re: javax.servlet.http.HttpServlet not found Georg Sauer-Limbach-3 wrote: > > You need to have the Servlet API in your class path. It is found > in servlet-2.3.jar, for example, which is located in the lib directory > of your xindice distribution. > Thanks. Does xml-rpc somehow depend ond xindice? I didn't use it till now, I only downloaded the libraries from http://ws.apache.org/xmlrpc . Just including the servlet jar in the classpath works fine however. david -- View this message in context: http://www.nabble.com/javax.servlet.http.HttpServlet-not-found-tp17079737p17083141.html Sent from the Apache Xml-RPC - User mailing list archive at Nabble.com.
