WebSphere Application Server Version 6.1 Feature Pack for Web Services   
             オペレーティング・システム: AIX , HP-UX, Linux, Solaris, Windows, Windows Vista

             目次と検索結果のパーソナライズ化

例: マルチユーザー環境におけるデプロイメント・マネージャー・プロファイルの作成

この例は、Linux または UNIX マルチユーザー環境でデプロイメント・マネージャー・プロファイルを作成する方法を示しています。

この例は、Linux または UNIX オペレーティング・システムを実行するユーザーにのみ適用されます。 以下のステップに従って、マルチユーザー環境でユーザー shasti のデプロイメント・マネージャー・プロファイルを作成します。
  1. プロファイルを作成します。
    [Windows]
    manageprofiles -create
                  -profileName shasti
                  -profilePath ~/shasti/WebSphere
                  -templatePath app_server_root/profileTemplates/dmgr 
                  -cellName shaix1
                  -hostName myhost
                  -nodeName dmgr1
                  -startingPort 12000
    
    [Linux] [AIX HP-UX Solaris]
    manageprofiles.sh -create
                  -profileName shasti
                  -profilePath ~/shasti/WebSphere
                  -templatePath app_server_root/profileTemplates/dmgr 
                  -cellName shaix1
                  -hostName myhost
                  -nodeName dmgr1
                  -startingPort 12000
    
  2. [Linux] [AIX HP-UX Solaris] 以下のようにフォルダーの所有者を変更します。
    chown -R shasti ~/shasti/WebSphere
    
  3. 便宜上、ユーザー shasti のプロファイル内のスクリプト ~shasti/WebSphere/bin/setupCmdLine.sh への呼び出しを追加して、ユーザー shasti がログインするときの環境を設定します。
  4. 以下のように、ユーザー shasti に、これらのフォルダーへのアクセス許可を与えます。
    app_server_root/bin         --- rx (read and execute)
    app_server_root/java        --- rx 
    app_server_root/properties  ----r  (read)
    app_server_root/deploytool  ----r 
    app_server_root/config      ----r 
    app_server_root/lib         ----r 
    app_server_root/classes     ----r 
    app_server_root/null        ----r 
    app_server_root/samples     ----r 
    app_server_root/Web         ----r 
    



関連タスク
デプロイメント・マネージャー・プロファイルの作成
アプリケーション・サーバー・プロファイルの作成
関連情報
manageprofiles コマンド
参照トピック    

ご利用条件 | フィードバック

最終更新: Jan 21, 2008 4:10:06 PM EST
http://publib.boulder.ibm.com/infocenter/wasinfo/v6r1/index.jsp?topic=/com.ibm.websphere.wsfep.multiplatform.doc/info/ae/ae/rxml_multiprofile.html