Sun Java Enterprise System 5 Installation Guide for Microsoft Windows

Starting and Stopping the Service Registry

Service Registry installation creates an Application Server domain in ServiceRegistry-basedata\domains\registry directory.

The Application Server administrative console for this domain has port number 6489. Service Registry is automatically deployed as a web application in the registry domain at port 6480.

ProcedureTo Start Service Registry

  1. Change to the ServiceRegistry-base directory.

  2. Start Service Registry.

    JavaES-install-dir\share\ant\bin\ant.bat -f build-install.xml appserver.domain.start

Next Steps

A message is displayed telling you that the server is starting. When the startup process has been completed, an additional message is displayed.

ProcedureTo Access the Service Registry Web Console

  1. To access theService Registry Web Console, use the following URL format in your browser:

    https://hostname:port
    
  2. Specify your local host as hostname if you are running your browser on the same system where Service Registry is installed.

    Otherwise, instead of specifying your local host as hostname, use the name of the system that Service Registry is running on.

    The default port number assigned during installation is 6480. For example:

    https://mycomputer.example.com:6480
Next Steps

You should see the Web Console welcome page. The default login name is admin. The password is set during installation.

Expand the Applications node, then the Web Applications node. Service Registry is deployed as a web application named soar.

ProcedureTo Stop Service Registry

  1. Change to the ServiceRegistry-base directory.

  2. Stop Service Registry.

    JavaES-install-dir\share\ant\bin\ant.bat -f build-install.xml appserver.domain.stop

ProcedureTo Restart Service Registry

  1. Change to the ServiceRegistry-base\install directory.

  2. Restart Service Registry.

    JavaES-install-dir\share\ant\bin\ant.bat build-install.xml appserver.domain.bounce