Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] classpaths in jetty 7?

Hi, I'm trying to use google guice with jetty 7, but i get a ClassNotFoundException, on the filter you add to the web.xml to get guice working (adding this to web.xml starts guice servlet: <filter-class>com.google.inject.servlet.GuiceFilter</filter-class>)

When I put the jars in lib/ext in both jetty 6 and jetty 7, the same .war works in 6 but not 7, any ideas?

/Marcus

Back to the top