NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • The 'caarray.EAR' archive is located at the following path:

Wiki Markup
\\
*_\[MATKC:caArray installation folder\]_{*}*\{*}{*}_}\[MATKC:JBoss installation folder\]_{*}*\server\deploy*

...

  • The 'web.XML' file is contained within the 'caarray.WAR' archive and is located at the following path within the extracted 'caarray.WAR' folder:

Wiki Markup
\\
*_\[MATKC:WAR folder path\]_{*}*\WEB-INF*
\\

...

  1. Log out of any existing caArray session and shut down any running JBoss instance
  2. Extract the 'caarray.EAR' archive using WinZip or your archive utility of choice.
  3. Locate the 'caarray.WAR' archive found in the extracted EAR folder, then extract this archive.
  4. Locate the 'web.XML' file found in the 'WEB-INF' folder within the extracted WAR folder and open it in a text editor like Windows Notepad.
  5. Find the <session-timeout> tag in 'web.XML' and change the corresponding value to a positive integer representing the number of minutes before the session will time out due to user inactivity.
  6. Save your changes to 'web.XML'.
  7. Use your archive utility to re-create the 'caarray.WAR' archive, incorporating the modified 'web.XML' file. (You can create the archive as a ZIP file, then rename the ZIP extension to WAR, so long as you do not alter the structure of the WAR folder hierarchy.)
  8. Use your archive utility to re-create the 'caarray.EAR' archive, incorporating the re-created 'caarray.WAR' file from the previous step. (You can create the archive as a ZIP file, then rename the ZIP extension to EAR, so long as you do not alter the structure of the EAR folder hierarchy.)
  9. Wiki Markup
    Copy the re-created 'caarray.EAR' file to the path *_\[MATKC:caArray installation folder\]_{*}*\{*{*}_}\[MATKC:JBoss installation folder\]_{*}*\server\deploy*, overwriting the existing 'caarray.EAR'.
  10. Re-launch JBoss and log back into caArray.
  11. To test the new timeout delay, perform any function in your caArray session, then refrain from using the program for at least the number of minutes you specified in 'web.XML'. Make sure not to move your mouse arrow or press any keys on the keyboard during this time.
  12. To verify that your session has timed out, try to perform another function in caArray. If the session has indeed timed out, you should be re-directed to the login screen.

...