Re: Wicket with ServletContainerInitializer

2012-04-04 Thread Christoph Leiter
Hi, I'll reply to my own message. :) Martin Grigorov figured out that Jetty doesn't install the DefaultServlet in this configuration. Without a servlet the WicketFilter cannot work. There's now new working sample code at https://issues.apache.org/jira/browse/WICKET-4350 Christoph Christop

Wicket with ServletContainerInitializer

2012-04-03 Thread Christoph Leiter
Hi, I'm trying to use ServletContainerInitializer to start my wicket application. There's already work done to support this in WICKET-4350. It's not working for me, however. The filter is registered in jetty but I get a 404 response for every request. What I've done so far (starting from a q