On Wed, Aug 27, 2008 at 5:52 PM, insom <[EMAIL PROTECTED]> wrote: > libraries?) I think I have it mostly configured correctly, but when I start > Tomcat I get the following error: > java.lang.ClassCastException: org.apache.wicket.protocol.http.WicketFilter > cannot be cast to javax.servlet.Filter
> Obviously, it's not finding the wicket-1.3.4.jar. Here are my screenshots > from Eclipse: Obviously it *is* finding the wicket-1.3.4.jar. ClassCastException != ClassNotFoundException. You have to remove the servlet-api jar from the classpath when you run your application in tomcat. Martijn -- Become a Wicket expert, learn from the best: http://wicketinaction.com Apache Wicket 1.3.4 is released Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
