The final procedure in the offline update process is to use install the Web Space Server updates on the desired Web Space Server host(s).
Note the following before you begin the Update installation:
Web Space Server software must be installed and running, as described in Installing Web Space Server Software.
Installation of the Update components cannot be rolled back.
In a command shell on the Web Space Server host on which updates will be installed, enter the following command to install the Update components:
toolkit-dir/pkg/bin/pkg image-update |
Restart the application server.
For example, to restart GlassFish Enterprise Server:
cd gf-install-dir/bin ./asadmin stop-domain domain_name ./asadmin start-domain domain_name |
Change to the ws-install-dir/webspace/application directory.
Run the Ant install.xml script to regenerate and redeploy the Web Space Server WAR files.
ant -f install.xml |
Restart the application server once more.
For example, if using GlassFish:
cd gf-install-dir/bin ./asadmin start-domain domain_name |