Hello!

I want to use Cocoon (cocoon.apache.org) as a web-framework in my application. But in Spring dm server, when build web.xml from manifest headers, servlet has a class "org.springframework.web.servlet.DispatcherServlet ".

But Cocoon has it's own front controller "org.apache.cocoon.servletservice.DispatcherServle t". And Cocoon also build on Spring-framework.

I would like, for example, to have another one manifest-header "Web-DispatcherServletClassName" to specify my own front controller.

How do you think about this idea?