On Sep 13, 2010, at 12:17 PM, Faw wrote: > > Ok, https://issues.apache.org/jira/browse/GERONIMO-5605 created a bug report > . The funny thing is that the web app will deploy in tomcat but not in > jetty, but now my secure webservice will deploy in jetty but not in tomcat.
Closing the loop on this. As Ivan has noted in the Jira, Cocoon's web.xml contains a <filter-mapping> for a non-existent servlet. This is causing Jetty to fail (Tomcat seems to ignore). Hoping we can improve the error processing and provide a more useful failure message. --kevan
