Showing posts with label GlassFish. Show all posts
Showing posts with label GlassFish. Show all posts

Wednesday, June 27, 2012

GlassFish: Increase Session Timeout


In the web admin console

1. In the accordion panel,  go to "Configurations" > "default-config"/"server-config" > "Web container"
2. in the tabs options, go to "Session Properties"
3. Change the value of the field "Session Timeout"

Reference:
http://itgeekhelp.blogspot.com/2009/03/glassfish-web-container-tuning-settings.html

Glassfish: Exception in thread "main" java.lang.UnsupportedClassVersionError: com/sun/enterprise/admin/cli/AsadminMain (Unsupported major.minor version 49.0


Look through you PATH variable and correct the route for the right the java version. In my case I had a jre1.3 in my path :S, so I changed it to jdk1.6. That worked smoothly :D

References:
http://techtracer.com/2007/10/10/resolving-the-unsupported-majorminor-version-490-error/