Obtain the user IDs, passwords, domain name, and port number for your Release 4 Service Registry.
Log in as administrator.
Stop the Release 4 Service Registry (Application Server) domain.
cd ServiceRegistryR4-base\install
ant -f build-install.xml appserver.domain.stop
Install Release 5 Service Registry.
Use the Configure Manually After Installation option to install Java ES 5 Service Registry. For Service Registry installation instructions, see the Sun Java Enterprise System 5 Installation Guide for Microsoft Windows.
Update the Release 5 install.properties file.
Perform post-install upgrade and configuration of the Release 5 Service Registry.
cd ServiceRegistryR5-base\install
ant -f build-install.xml upgrade
The upgrade utility creates a new Application Server domain for Service Registry, starts the Service Registry domain and deploys the Service Registry. Each Service Registry is associated with its own Application Server domain.
Stop the Release 5 Service Registry (Application Server) domain.
cd ServiceRegistryR5-base\install
ant -f build-install.xml appserver.domain.stop
Update the Release 5 configuration data files with changes made to the Release 4 configuration data files.
Start the Release 5 Service Registry (Application Server) domain.
cd ServiceRegistryR5-base\install
ant -f build-install.xml appserver.domain.start