Sun Java Enterprise System 5 Upgrade Guide for Microsoft Windows

ProcedureTo Upgrade the Service Registry

Before You Begin
  1. Log in as administrator.

  2. Stop the Release 4 Service Registry (Application Server) domain.

    cd ServiceRegistryR4-base\install

    ant -f build-install.xml appserver.domain.stop

  3. 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.

  4. Update the Release 5 install.properties file.

    1. Set the jes.data.home property property in the install.properties file to point to the Release 4 install location.

    2. Set the soar.data.home property in the install.properties file to point to ServiceRegistryR4-base.

  5. 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.

  6. Stop the Release 5 Service Registry (Application Server) domain.

    cd ServiceRegistryR5-base\install

    ant -f build-install.xml appserver.domain.stop

  7. Update the Release 5 configuration data files with changes made to the Release 4 configuration data files.

  8. Start the Release 5 Service Registry (Application Server) domain.

    cd ServiceRegistryR5-base\install

    ant -f build-install.xml appserver.domain.start