Service Registry 安装会在 ServiceRegistry-basedata\domains\registry 目录中创建一个 Application Server 域。
此域的 Application Server 管理控制台具有端口号 6489。Service Registry 将自动作为一个 Web 应用程序部署在 6480 端口处的 registry 域中。
切换到 ServiceRegistry-base 目录。
启动 Service Registry。
JavaES-install-dir\share\ant\bin\ant.bat -f build-install.xml appserver.domain.start
将显示一条消息,指示服务器正在启动。当启动进程结束后,将显示另外一条消息。
要访问 Service Registry Web Console,请在浏览器中使用以下 URL 格式:
https://hostname:port
如果是在安装了 Service Registry 的同一系统中运行您的浏览器,则指定本地主机作为 hostname。
否则,不要指定本地主机作为 hostname,而是使用其上正在运行 Service Registry 的系统的名称。
安装期间所分配的默认端口号为 6480。例如:
https://mycomputer.example.com:6480
您应看到 Web Console 的欢迎页面。默认登录名为 admin。密码在安装期间设置。
展开“应用程序” 节点,再展开“Web 应用程序”节点。Service Registry 被部署为名为 soar 的 Web 应用程序。
切换到 ServiceRegistry-base 目录。
停止 Service Registry。
JavaES-install-dir\share\ant\bin\ant.bat -f build-install.xml appserver.domain.stop