How can I map some servlets next to the Cocoon stuff in the same context?

 

For example, I have a servlet that maps /bulk/* to it, but Cocoon maps the whole /

This doesn’t work even if the /bulk/* servlet mapping is written first.

I tried mapping only mapping the URI space that I use for it to Cocoon (to /multi/*, instead of /),

but then the cocoon app doesn’t work.

 

Thanks

Reply via email to