Hi Christian,
I think it's a simple mistake caused by a package-renaming:
> I decided to init Torque with an InitServlet:
>
> package com.bookshop;
^^^^^^^^
>
> import org.apache.torque.Torque;
[...]
>
> I try to load this servlet with the following entry in web.xml:
>
> <!-- Torque Initialization Servlet -->
> <servlet>
> <servlet-name>initServlet</servlet-name>
> <servlet-class>com.bookstore.InitServlet</servlet-class>
^^^^^^^^^
[...]
> javax.servlet.ServletException: Wrapper cannot find servlet class
> com.bookstore.InitServlet or a class it depends on
^^^^^^^^^
Greetings
Alexander Dohmen
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>