Looks like your servlet is not in the web application class path. If you're deploying your app as a web application, the servlet class needs to be in a jar in .../WEB-INF/lib or else in the appropriate sub-directory of .../WEB-INF/classes.
HTH, L. On 11/5/02 9:49 AM, "Bill" <[EMAIL PROTECTED]> wrote: > Hey folks > > I'm working on my very first app from scratch and something isnt > working. I know its likely a very simple problem but at the moment I > cant seem to resolve it. The application compiles and builds without a > problem, I get no errors when I bounce the webserver, but as soon as I > attempt to access the app I get a resource not available error. I > checked in the logs and here is the beginning of the stack for this > error: > > 2002-11-05 14:34:44 invoker: serveRequest.load > javax.servlet.ServletException: Wrapper cannot find servlet class myapp > or a class it depends on > > I'm fairly certain I've missed an elementary step in the process, but > I'm just not finding it. > > Thanks > > -b > > > > -- > To unsubscribe, e-mail: <mailto:turbine-user-unsubscribe@;jakarta.apache.org> > For additional commands, e-mail: <mailto:turbine-user-help@;jakarta.apache.org> > -- To unsubscribe, e-mail: <mailto:turbine-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:turbine-user-help@;jakarta.apache.org>
