You mean in the end of the list? I have tried this without any change
<servlet-mapping>
<servlet-name>webiso-login</servlet-name>
<url-pattern>/webiso-login</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>Cocoon</servlet-name>
<url-pattern>/*</url-pattern>
</servlet-mapping>
-----Original Message-----
From: "Ehms, Jürgen" [mailto:[email protected]]
Sent: Friday, January 06, 2012 5:14 AM
To: [email protected]
Subject: AW: revelet not repsonding
With the first mapping /* all is going to Cocoon.
Put it in last place.
Jürgen
-----Ursprüngliche Nachricht-----
Von: Blanco, Jose [mailto:[email protected]]
Gesendet: Freitag, 6. Januar 2012 00:17
An: [email protected]
Betreff: revelet not repsonding
I am using cocoon and have the following servlet mappings:
<servlet-mapping>
<servlet-name>Cocoon</servlet-name>
<url-pattern>/*</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>webiso-login</servlet-name>
<url-pattern>/webiso-login</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>Cocoon</servlet-name>
<url-pattern>*.jsp</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>Cocoon</servlet-name>
<url-pattern>*.html</url-pattern>
</servlet-mapping>
I have a filter that traps for /webiso-login and the filter seems to be getting
activated just fine, but when it is done I'm expecting it to go the servlet
file, but it's not getting there. Does my setup make sense?
Thank you!
Jose
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]