How to set time out option on MWS for a specific user. I did change in mws. xml which is in “\webMethodsxx\MWS\server\default\deploy\portal.war\WEB-INF” but its still now working. Any other location and file which we have to modify to achieve it ?
Based on IS session time out …all the user in MWS are also time out
Below are few suggestion
Check Monitoring->Integration->B2B->UserPreferences. These are setting are user specific but no golbal way or out of box solution
You can see the time set in minutes under $PORTAL_HOME/server/default/deploy/portal.war/WEB-INF/web.xml and Search for the tag
below are the steps to change the value:
-Shutdown Portal server
-Open up the $PORTAL_HOME/server/default/deploy/portal.war/WEB-INF/web.xml
-Search for the tag and then change the value as required from the default value
-Restart the Portal
Build custom portlet and using java script you can do this but it needs extra efforts and approvals in your organization