Hi guys,
as you can probably tell I'm very new to this. As far as I know, all my classpaths, and JRE configs are ok. However, when I try to deploy a simple servlet to test if the server is working, it spits this error out:
javax.servlet.ServletException: [HTTP:101249][ServletContext(id=1923341,name=TestingServs,context-path=/TestingServs)]: Servlet class TestingServlet for servlet Testing could not be loaded because the requested class was not found in the classpath C:\bea\user_projects\domains\swickram\.\myserver\stage\_appsdir_TestingServs_war\TestingServs.war\WEB-INF\classes;C:\bea\user_projects\domains\swickram\.\myserver\.wlnotdelete\extract\myserver__appsdir_TestingServs_war_TestingServs.
java.lang.ClassNotFoundException: TestingServlet.
at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:905)
at weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:598)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:406)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:348)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:7047)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3902)
at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2773)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
any information on how to resolve this issue would be appreciated.
thanks in advance,
suren
as you can probably tell I'm very new to this. As far as I know, all my classpaths, and JRE configs are ok. However, when I try to deploy a simple servlet to test if the server is working, it spits this error out:
javax.servlet.ServletException: [HTTP:101249][ServletContext(id=1923341,name=TestingServs,context-path=/TestingServs)]: Servlet class TestingServlet for servlet Testing could not be loaded because the requested class was not found in the classpath C:\bea\user_projects\domains\swickram\.\myserver\stage\_appsdir_TestingServs_war\TestingServs.war\WEB-INF\classes;C:\bea\user_projects\domains\swickram\.\myserver\.wlnotdelete\extract\myserver__appsdir_TestingServs_war_TestingServs.
java.lang.ClassNotFoundException: TestingServlet.
at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:905)
at weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:598)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:406)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:348)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:7047)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3902)
at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2773)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
any information on how to resolve this issue would be appreciated.
thanks in advance,
suren