The Portal session in JBoss 5 may frequently time out and close. You can adjust the timeout period from the default setting to work around this issue. Edit the web.xml file to change the Portal session period timeout from the default setting.
Follow these steps:
gm_home\Server\eurekify-jboss\server\eurekify\deployers\jbossweb.deployer/
<session-config>
<session-timeout>30</session-timeout>
</session-config>
Note: The unit of time is minutes.
Example:
In this example, the CA GovernanceMinder Portal session is set at forty-five minutes:
<session-config>
<session-timeout>45</session-timeout>
</session-config>
| Copyright © 2012 CA. All rights reserved. |
|