You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by samba <sa...@123india.com> on 2001/02/08 09:32:18 UTC

Soap2.1 and weblogic5.1

When I try to deploy SOAP exapmles in weblogic 5.1 , I got the error in weblogic console: 

Thu Feb 08 13:55:24 GMT+05:30 2001:<E> <ServletContext-General> Servlet failed with Exception
java.lang.NoClassDefFoundError: javax/servlet/ServletContext
 at org.apache.soap.server.http.ServerHTTPUtils.getServiceManagerFromContext(ServerHTTPUtils.java:97)
 at org.apache.soap.server.http.RPCRouterServlet.doPost(RPCRouterServlet.java, Compiled Code)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:772)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
 at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:105)
 at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:742)
 at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:686)
 at weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContextManager.java:247)
 at weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:361)
 at weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:261)
 at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled Code)

I checked for servlets API , it's there in weblogiccaux.jar which is in server classpath.
Could  any body can help me............

Thanks in advance
S.S.Rao