Sun Java System Application Server Platform Edition 8.2 릴리스 노트

Procedure포트 값을 변경하는 방법

단계
  1. install dir /domains/domain1/config/domain.xml 파일에서 다음 항목을 확인합니다.


    <jmx-connector accept-all="false" address="0.0.0.0" auth-realm-name=
    "admin-realm" enabled="true" name="system" port="8686" protocol="rmi_jrmp" 
    security-enabled="false"/\>" -- and in file <as 8.1 install dir\>
    /domains/domain1/samples/config/domain.xml, notice it used the same port 
    "8686", so it failed to start domain due to port conflict.
  2. 포트 값 86868687로 변경한 다음 domain1을 다시 시작합니다.