9.2.1 設定手順
サーバ管理コマンドでアプリケーション統合属性ファイルを取得して,固有の属性ファイルの内容を一括して編集できます。
アプリケーション統合属性ファイルに含まれる,固有の属性ファイルの要素を次に示します。
-
アプリケーション属性ファイル
(<hitachi-application-property></hitachi-application-property>)
-
EJB-JAR属性ファイル
(<hitachi-ejb-jar-property></hitachi-ejb-jar-property>)
-
Session Bean属性ファイル
<hitachi-session-bean-property></hitachi-session-bean-property>
-
Entity Bean属性ファイル
<hitachi-entity-bean-property></hitachi-entity-bean-property>
-
Message-driven Bean属性ファイル
<hitachi-message-bean-property></hitachi-message-bean-property>
-
WAR属性ファイル
<hitachi-war-property></hitachi-war-property>
-
フィルタ属性ファイル
<hitachi-filter-property></hitachi-filter-property>
-
サーブレット属性ファイル
<hitachi-servlet-property></hitachi-servlet-property>
-
Connector属性ファイル
<hitachi-connector-property></hitachi-connector-property>
アプリケーション統合属性ファイルの詳細については,マニュアル「アプリケーションサーバ リファレンス 定義編(アプリケーション/リソース定義)」の「3.1 アプリケーション統合属性ファイル」を参照してください。
アプリケーション統合属性ファイルによる,J2EEアプリケーションのプロパティ設定手順を次に示します。
(1) アプリケーション統合属性ファイルの取得
アプリケーション統合属性ファイルを取得するために,アプリケーション統合属性ファイルパスを指定して,cjgetapppropコマンドを実行します。
- 実行形式
cjgetappprop <サーバ名称> -name <J2EEアプリケーション名> -type all -c <アプリケーション統合属性ファイルパス>
- 実行例
cjgetappprop Myserver -name App1 -type all -c App1prop.xml
(2) プロパティ設定項目の編集
上記(1)で出力されたアプリケーション統合属性ファイルをテキストエディタで編集します。J2EEアプリケーションのプロパティ編集項目については,「9.1 J2EEアプリケーションのプロパティ設定の概要」を参照してください。アプリケーション統合属性ファイルの編集項目は,固有の属性ファイルの編集項目と同じです。
(3) アプリケーション属性の設定
アプリケーション統合属性ファイルで指定した項目をアプリケーション属性に反映するために,cjsetapppropコマンドを実行します。
- 実行形式
cjsetappprop <サーバ名称> -name <J2EEアプリケーション名> -type all -c <アプリケーション統合属性ファイルパス>
- 実行例
cjsetappprop MyServer -name App1 -type all -c App1Prop.xml