Previous Topic: JBoss Settings for Large Configurations

Next Topic: Improve Performance When Using Oracle


Adjusting Portal Session Timeout in JBoss 5

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:

  1. Locate and open the web.xml file located in the following directory:
    gm_home\Server\eurekify-jboss\server\eurekify\deployers\jbossweb.deployer/
    
  2. Locate and change the session configuration section timeout variable:
     <session-config>
    
          <session-timeout>30</session-timeout>
    
      </session-config>
    
  3. Save changes to the file and close.

    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>