Hi Alexander, that's it. Sometimes one don't see the forrest because of all the trees...
It was quite late ;-)) Thanks a lot- Christian > -----Urspr�ngliche Nachricht----- > Von: Alexander Dohmen [mailto:[EMAIL PROTECTED]] > Gesendet: Donnerstag, 15. August 2002 11:59 > An: Turbine Torque Users List > Betreff: Re: Error during initializing torque with Tomcat > > > 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]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
