Skip to main content

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

Found it, you need to add the "ext" option in start.ini. Maybe this should be mentioned somewhere

/Marcus

On Sun, Dec 20, 2009 at 6:02 PM, Marcus Eriksson <krummas@xxxxxxxxx> wrote:
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