Re: Spindle / Tapestry tutorial quik kick off
Drew Davidson <[email protected]>
| Newsgroups | gmane.comp.java.tapestry.devel |
|---|---|
| Message-ID | <[email protected]> |
[email protected] wrote: >Geoff, >thanks for the info ! > >Now I'm allmost on track. > >Workbench compiles ok but when I start Tomcat 4 the following error >occours: > >ebappClassLoader: validateJarFile(C: >\eclipse\workspace\Workbench\WEB-INF\lib\javax.servlet.jar) - jar not >loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: >javax/servlet/Servlet.class >18297 [main] INFO http11.Http11Protocol - Starting Coyote HTTP/1.1 on port >8080 > >Any ideas ? > > The webapp includes a jar, javax.servlet.jar, that defines classes that are already defined. Tomcat already has an definition of all the javax.servlet.* classes in it's global lib, so it's warning you that it's not loading yours. You can remove the jar or ignore it, it won't make any difference to your running app. - Drew -- +---------------------------------+ < Drew Davidson | OGNL Technology > +---------------------------------+ | Email: [email protected] / | Web: http://www.ognl.org / | Vox: (520) 531-1966 < | Fax: (520) 531-1965 \ | Mobile: (520) 405-2967 \ +---------------------------------+ ------------------------------------------------------- This sf.net email is sponsored by: Are you worried about your web server security? Click here for a FREE Thawte Apache SSL Guide and answer your Apache SSL security needs: http://www.gothawte.com/rd523.html