| |
| Upgrading from Sun Java System Application Server Platform Edition 8 to Update 1 | |
Upgrading from Application Server Platform Edition 8 to Update 1
Part Number: 817-7740
This document describes how to upgrade from Sun Java System Application Server Platform Edition 8 to Sun Java System Application Server Platform Edition 8 Update 1 and preserve server configuration and deployed applications. The following topics are discussed:
Stopping the DomainStopping the domain shuts down its administration server and Application Server instance. When you stop a domain, the Application Server instance stops accepting new connections and then waits for all outstanding connections to complete. It may take a few seconds for the server instance to complete its shut-down process.
Stopping the Domain Using the asadmin stop-domain Command
To stop a domain, you type the asadmin stop-domain command and specify the domain name. For example, to stop the default domain (domain1), you type the following:
asadmin stop-domain domain1
If there is only one domain, then the domain name is optional. For the full syntax, type asadmin help stop-domain..
Note
If you created and used additonal server domains other than the default one, you must stop each server domain before proceeding.
Stopping the Domain Using the Admin Console
Stopping the Domain Using the Windows Start Menu
On Windows, stop the default domain by selecting Start
Programs
Sun Microsystems
Application Server
Stop Default Server.
Note
If you created and used additonal server domains other than the default one, you must stop each server domain before proceeding.
All applications accessing existing Application Server files should be closed. This includes deploytool, text editors editing Application Server sample files or configuration files, command prompt windows using Application Server installation directory or one of its subdirectories as current working directory. This is especially important on Windows platforms.
Backing up the Domain Configuration
Uninstalling Application Server Platform Edition 8
Installing Application Server Platform Edition 8 Update 1Installing on Unix
- Navigate to the Application Server 8 Update 1 installation directory.
- Run the installation program.
In the Installation Directory Selection dialog, enter the directory of the Sun Java System Application Server Platform Edition 8 installation.
In the Server Configuration dialog, enter the same admin username, password, and port numbers as those used in the Sun Java System Application Server Platform Edition 8 installation.
- Proceed with the rest of the installation.
Installing on Windows
- Navigate to the Application Server installation directory.
- Double click the .exe file to start the installation program.
- Follow the instructions on the wizard screens of the installation program.
In the Installation Directory Selection dialog, enter the directory of the Sun Java System Application Server Platform Edition 8 installation.
In the Server Configuration Dialog, enter same admin username, password, and port numbers as those used in the Sun Java System Application Server Platform Edition 8 installation.
- Proceed with the rest of the installation.
Restoring Domain Configuration
Starting a DomainWhen you start a domain, you start its administration server and application server instance. Once the Application Server instance is started it runs constantly, listening for and accepting requests. Each domain must be started separately. To start a domain, use one of the following methods.
Starting the Domain Using the asadmin start-domain Command
To start a domain, you type the asadmin start-domain command and specify the domain name. For example, to start the default domain (domain1), you type the following:
asadmin start-domain domain1
If there is only one domain, you may omit the domain name. For the full command syntax, type asadmin help start-domain.
Starting the Domain Using the Windows Start Menu
On Windows, you can start the default domain by selecting Start
Programs
Sun Microsystems s
Application Server
Start Default Server.
Verifying the Upgraded InstallationTo verify the upgraded installation, access applications which were deployed on the Application Server prior to installing Sun Java System Application Server Platform Edition 8 Upgrade 1.