Application Server는 Message Queue에 종속되어 작동합니다. Java ES 설치 프로그램의 마침 페이지에서 서버 시작 옵션을 선택한 경우 설치 후 Application Server가 자동으로 시작됩니다.
또한 Application Server 설치 디렉토리의 bin 폴더에 있는 .bat 파일에 액세스하여 Application Server를 시작 및 중지할 수도 있습니다.
ApplicationServer-base \bin 디렉토리로 변경합니다.
Application Server 도메인을 시작합니다.
asadmin.bat start-domain --user admin-user-ID --passwordfile passwordFileName domain-name
예를 들어, 다음 명령을 입력하여 admin-user-ID admin 및 passwordFileName passfile로 domain1을 시작합니다.
asadmin.bat start-domain --user admin --passwordfile passfile domain1
ApplicationServer-base \bin 디렉토리로 변경합니다.
Application Server 도메인을 중지합니다.
asadmin.bat stop-domain domainName
ApplicationServer-base \bin 디렉토리로 변경합니다.
Application Server 에이전트를 시작합니다.
asadmin.bat start-node-agent --port admin-Port --user admin-user-ID --password admin-password node-agent--name