Link to home
Start Free TrialLog in
Avatar of buri
buri

asked on

8.1 Need JAR containing class

Hi,

I am in the process of deploying a WAR to a managed server. The admin server, node manager, and managed server are all running and the WAR file was successfully deployed. When I go to the path of the WAR (i.e. http://localhost:7001/myWebApp/) I get the following exception:

javax.servlet.ServletException: [HTTP:101249][ServletContext(id=30191082,name=myWebApp,context-path=/myWebApp)]: Servlet class com.bea.wlw.runtime.core.dispatcher.HttpServer for servlet *.jws could not be loaded because the requested class was not found in the classpath /weblogic81/common/nodemanager/wsServer/stage/myWebApp/myWebApp.war:/weblogic81/common/nodemanager/./wsServer/stage/myWebApp/myWebApp.war/WEB-INF/classes:/weblogic81/common/nodemanager/./wsServer/.wlnotdelete/extract/wsServer_myWebApp_myWebApp/jarfiles/WEB-INF/lib/myWebApp26470.jar.
java.lang.ClassNotFoundException: com.bea.wlw.runtime.core.dispatcher.HttpServer.

      at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:794)
      at weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:504)
      at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:349)
      at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:305)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6310)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
      at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3622)
      at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2569)
      at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
      at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)

Any idea where I can locate this class to add to the classpath? I've looked in weblogic.jar and other possible suspects but could not find it.

Any help would be appreciated. Thanks!
ASKER CERTIFIED SOLUTION
Avatar of boxy73
boxy73

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial