Re: [Dspace-tech] using a servlet in xmlui

2011-12-23 Thread Mark Diggory
Jose, You may try reversing their order to see if that helps. If you have ServletFilter version, you may try that. Cocoon 2.2 also supports blocks (nested servlet mapping expressions in its configuration), but that will be a more extensive deployment On Thu, Dec 22, 2011 at 12:07 PM, Blanco,

[Dspace-tech] using a servlet in xmlui

2011-12-22 Thread Blanco, Jose
I would like to use a sevlet in the xmlui interface. I have these two servlet mappings in the web.xml file: servlet-mapping servlet-namewebiso-login/servlet-name url-pattern/webiso-login/url-pattern /servlet-mapping servlet-mapping servlet-nameCocoon/servlet-name