Wrapper cannot find servlet class

2006-08-28 Thread Deepan Chakravarthy
the problem is with web.xml. I had also attached web.xml, portlet.xml, layout.xml in the bottom. Thanks Deepan Chakravarthy N www.codeshepherd.com Caused by: javax.servlet.ServletException: Wrapper cannot find servlet class org.gridlab.gridsphere.provider.portlet.jsr.PortletServlet or a class

Wrapper cannot find servlet class

2006-08-28 Thread Deepan Chakravarthy
the problem is with web.xml. I had also attached web.xml, portlet.xml, layout.xml in the bottom. Thanks Deepan Chakravarthy N www.codeshepherd.com Caused by: javax.servlet.ServletException: Wrapper cannot find servlet class org.gridlab.gridsphere.provider.portlet.jsr.PortletServlet or a class

Cannot find servlet

2006-01-13 Thread Thom Hehl
-pattern/LaunchRex/url-pattern /servlet-mapping /web-app I have stored LaunchRex.class in rex.jar file in the lib directory of my webapp. When I access http://localhost:81/rex/LaunchRex I get this error: javax.servlet.ServletException: Wrapper cannot find servlet class rex.LaunchRex

Re: Cannot find servlet

2006-01-13 Thread Wade Chandler
/rex/LaunchRex I get this error: javax.servlet.ServletException: Wrapper cannot find servlet class rex.LaunchRex or a class it depends on org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148

Re: Cannot find servlet

2006-01-13 Thread Thom Hehl
of my webapp. When I access http://localhost:81/rex/LaunchRex I get this error: javax.servlet.ServletException: Wrapper cannot find servlet class rex.LaunchRex or a class it depends on org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105

[Fwd: Re: Cannot find servlet]

2006-01-13 Thread Thom Hehl
in rex.jar file in the lib directory of my webapp. When I access http://localhost:81/rex/LaunchRex I get this error: javax.servlet.ServletException: Wrapper cannot find servlet class rex.LaunchRex or a class it depends on org.apache.catalina.valves.ErrorReportValve.invoke

Re: [Fwd: Re: Cannot find servlet]

2006-01-13 Thread Thom Hehl
into the classes directory, but it didn't change anything. Anyone have any ideas for me to look at? I don't know what's up. Thom Hehl Heavyweight Software for Heavyweight Needs www.heavyweightsoftware.com Subject: Re: Cannot find