On the server on which your GlassFish environment is located, navigate to glassfish-home/domains/domain-name/applications/j2ee-modules/pixconsole/WEB-INF.
Open web.xml in a text or XML editor.
Change the value of the session-timeout element to the number of minutes you want the console to be idle before it times out the session.
For example:
<session-config> <session-timeout> 30 </session-timeout> </session-config> |
Save and close the file.