Application Server が機能するかどうかは、Message Queue に依存しています。Java ES インストーラの「完了」ページでサーバーの起動オプションを選択済みの場合は、Application Server はインストール後に自動的に起動されます。
Application Server の起動と停止は、Application Server インストールディレクトリの bin フォルダにある .bat ファイルにアクセスすることによっても可能です。
ApplicationServer-base\bin ディレクトリに移動します。
Application Server ドメインを起動します。
asadmin.bat start-domain --user admin-user-ID --passwordfile passwordFileName domain-name
たとえば、domain1 を、admin-user-ID admin、passwordFileName passfile で起動するには、次のコマンドを入力します。
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