Sun Java Communications Suite 5 インストールガイド
Application Server のドメインの起動
-
コマンド行で、ApplicationServer-base/bin ディレクトリに移動し、次のコマンドを入力します。
% asadmin start-domain --user admin-id --passwordfile \
path_to_admin-password_file domainname
|
-
オプション部分には、インストール時に指定した値を入力してください。サーバーが起動中であることを通知するメッセージが表示されます。
Starting Domain domain1, please wait. Log redirected to install_dir...
|
起動プロセスが完了すると、さらに次のメッセージが表示されます。
-
Application Server の各インスタンスを起動します。次に例を示します。
./asadmin start-domain --domain domain1 --user
|
注 –
起動に失敗したことを示すメッセージが表示される場合は、設定の変更がまだ適用されていない可能性があります。その場合は、asadmin reconfig コマンドを実行します。次に例を示します。
asadmin reconfig --user admin --password adminadmin --host localhost --port 4849 server
|
-
Application Server プロセスが実行中であることを確認します。Solaris OS の場合の例を次に示します。
/usr/bin/ps -ef | grep appserv
|
/opt/SUNWappserver/appserver/lib/appservDAS domain1
|
- © 2010, Oracle Corporation and/or its affiliates