The official Release Notes for GlassFish 3.1 are available here - http://glassfish.java.net/docs/3.1/release-notes.pdf
To upgrade the application, go to the Control Panel > System tab (if necessary, click on Select Another System (Subscription) and choose the correct subscription) > Applications > GlassFish. Click on the name of the application, and then on Upgrade To Latest.
As part of the upgrade process, a backup is made of your existing GlassFish domains. If for some reason you need to access this backup, it will be located at /opt/glassfishv3/glassfish/domains_backup060120110948/, where 060120110948 is the Month, Day, Year, and Time.
![]() |
Once the upgrade completes, you will need to restart the GlassFish server. This can be done from the Control Panel, or from the command line of the Virtual Machine. |
Control Panel
To restart GlassFish from the Control Panel, go to System tab > Service Management > Services > glassfish and click on Restart Now. This will restart the GlassFish service. The progress of the restart will be shown on the screen.
Command Line
To restart GlassFish from the command line, log in to the VPS using SSH, and then as the root user run the service glassfish restart command.
[root@example ~]# service glassfish restart Stopping GlassFish Application Server Stoping Domain : domain1 Starting GlassFish Application Server Starting Domain : domain1 [root@example ~]# |