|
Home > Archive > WebSphere Portal Server > June 2005 > WPS 5.1.0.1 : Servlet Filter for /wps/* or /*
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
WPS 5.1.0.1 : Servlet Filter for /wps/* or /*
|
|
|
| Hello,
I know how to catch /myApp/* but I would like to catch all portal requests (/wps/*) or even /*
do somebody know how i can achieve that ?
thanks
| |
|
|
open
<WAS PATH>/config/cells/<node>/applications/wps.ear/deployments/wps/wps.war/WEB-INF/web.xml
and add your filter. Don't forget to add a virtual id for your filter and its mapping. take care also of the order.
I cannot copy / paste my example as it contains xml tags and this forum doesn't accept them.
|
|
|
|
|