Sun Java System Application Server 9.1 Installation Guide

ProcedureTo Configure Registry Server with Application Server 9.1

Before You Begin

If you are using Application Server 9.1 with Java ES 5 Update 1, you need to install Registry Server manually from the Java ES 5 Update 1 distribution directory from <JavaES_ditribution_dir>/<OS>/Products/registry-svr/Packages directory.

The following procedure describes how to Configure Registry Server from Java ES 5 Update 1 to work with Application Server 9.1.

  1. Run the following command:

    cd <registry_server_install_dir>/install

    On Solaris, <registry_server_install_dir> is /opt/SUNWsrvc-registry, by default. On Linux, the default install location is /opt/sun/srvc-registry.

  2. Run the following command:

    <Ant-base_dir>/ant -f build-install.xml -Dinstall.properties=./install.properties install

    Where <Ant-base_dir> is /usr/sfw/bin on Solaris and /opt/sun/share/bin on Linux.

  3. Run the following command:

    <Ant-base_dir>/ant -f build-install.xml appserver.deploy.as9

  4. Run the following command:

    <Ant-base_dir>/ant -f build-install.xml appserver.domain.stop

  5. Run the following command:

    <Ant-base_dir>/ant -f build-install.xml appserver.domain.start