I have a Google Appengine/Guice/Wicket Application. My problem is that due to the mapping I can\'t access the /_ah/admin Page anymore.
My Servlet Module says:
Just for reference, here is a way to do it with serveRegex
serveRegex("/(?!_ah).*").with( WicketServlet.class, getWicketServletParams() );