Sun Java System Delegated Administrator 6.4 管理ガイド

設定ファイルの配備スクリプト

Web コンテナごとに、2 つの配備スクリプトが存在します。1 つのスクリプトは、Delegated Administrator サーバーファイルを配備します。もう一つのスクリプトは、Delegated Administrator コンソールファイルを配備します。

これらの配備スクリプトは次のとおりです。

Web Server 6
  • Delegated Administrator サーバーファイル (resource.properties) の配備スクリプト:

    config-wbsvr-commcli

  • Delegated Administrator コンソールファイルの配備スクリプト:

    config-wbsvr-da

スクリプトを実行するには、次のコマンドを入力します。


# ./config-wbsvr-commcli
# ./config-wbsvr-da
Web Server 7.x
  • Delegated Administrator サーバーファイル (resource.properties) の配備スクリプト:

    config-wbsvr7x-commcli

  • Delegated Administrator コンソールファイルの配備スクリプト:

    config-wbsvr7x-da

スクリプトを実行するには、次のコマンドを入力します。


# ./config-wbsvr7x-commcli
# ./config-wbsvr7x-da
Application Server 7.x
  • Delegated Administrator サーバーファイル (resource.properties) の配備スクリプト:

    config-appsvr-commcli

  • Delegated Administrator コンソールファイルの配備スクリプト:

    config-appsvr-da

スクリプトを実行するには、次のコマンドを入力します。


# ./config-appsvr-commcli deploy
# ./config-appsvr-da deploy

これらのコマンドでは、引数 deploy を使用してください。

Application Server 8.x
  • Delegated Administrator サーバーファイル (resource.properties) の配備スクリプト:

    config-appsvr8x-commcli

  • Delegated Administrator コンソールファイルの配備スクリプト:

    config-appsvr8x-da

スクリプトを実行するには、次のコマンドを入力します。


# ./config-appsvr8x-commcli deploy
# ./config-appsvr8x-da deploy

これらのコマンドでは、引数 deploy を使用してください。