Service Registry를 설치하면 ServiceRegistry-basedata\domains\registry 디렉토리에 Application Server 도메인이 생성됩니다.
이 도메인에 대한 Application Server 관리 콘솔은 포트 번호 6489를 사용합니다. Service Registry는 6480 포트에서 registry 도메인에 웹 응용 프로그램으로 자동 배포됩니다.
ServiceRegistry-base 디렉토리로 변경합니다.
Service Registry를 시작합니다.
JavaES-install-dir\share\ant\bin\ant.bat -f build-install.xml appserver.domain.start
서버가 시작된다는 내용의 메시지가 표시됩니다. 시작 프로세스가 완료되면 추가 메시지가 표시됩니다.
Service Registry 웹 콘솔에 액세스하려면 브라우저에서 다음 URL 형식을 사용합니다.
https://hostname:port
Service Registry가 설치된 시스템에서 웹 브라우저를 실행하는 경우 hostname으로 로컬 호스트를 지정합니다.
그렇지 않으면 hostname으로 로컬 호스트를 지정하는 대신 Service Registry가 실행되고 있는 시스템의 이름을 사용합니다.
설치 중에 할당된 기본 포트 번호는 6480입니다. 예를 들면 다음과 같습니다.
https://mycomputer.example.com:6480
웹 콘솔 시작 페이지가 표시됩니다. 기본 로그인 이름은 admin입니다. 비밀번호는 설치 중에 설정됩니다.
응용 프로그램 노드를 확장한 다음 웹 응용 프로그램 노드를 확장합니다. Service Registry가 soar라는 웹 응용 프로그램으로 배포됩니다.
ServiceRegistry-base 디렉토리로 변경합니다.
Service Registry를 중지합니다.
JavaES-install-dir\share\ant\bin\ant.bat -f build-install.xml appserver.domain.stop