MWS managers

Hi,

after login with sysadmin and go to
Folders > System > Managers

i can see list of managers but i don’t understand what these managers and hoe can i use them or how can i add my own manager?

anybody please help me with any document ?

They are mostly internal implementation details. It is not expected that customers would be directly interacting with those things.

i want to implement web filter, to filter requests based on parameters .

i tried j2ee filters but it didn’t work , also JSR168 doesn’t have filters, so i don’t know how to check request before invoke portlet page ?

Bassem:

You can implement a filter by editing the file

…/MWS PATH/server/default/deploy/portal.war/WEB-INF/web.xml

The filter will work for every request on MWS.

Hope this help.

Best regards.

Norberto.

@Norberto

The …/MWS PATH/server/default/deploy/portal.war/WEB-INF/web.xml file may get overwritten by fixes, so it is safer to add any custom settings to …/MWS PATH/server/default/deploy/portal.war/WEB-INF/custom-web.xml instead.

Great. I didn’t know that.

Regards.