Interstage Application Server J2EE ユーザーズガイド |
目次
索引
![]() ![]() |
第1部 J2EE共通編 | > 第3章 J2EEアプリケーションの運用 | > 3.2 J2EEアプリケーションクライアントの運用 | > 3.2.1 運用開始までの流れ |
J2EEアプリケーションクライアントからJNDIのネーミングサービスにアクセスするためには、環境プロパティを指定する必要があります。
環境プロパティの種類と格納先を次に示します。
JNDI環境プロパティの設定については、“JNDI環境プロパティの詳細設定”を参照してください。
設定個所 |
パス名 |
---|---|
jndi.propertiesファイル |
|
FJjndi.propertiesファイル |
|
javax.naming.InitialContext(Hashtable environment)引数 |
- |
アプリケーション起動時のコマンドラインでの引数(-Dオプション) |
- |
【設定例】
FJjndi.propertiesの設定例を次に示します。
com.fujitsu.interstage.j2ee.DeploymentDescriptorClient=D:\tests\application-client.xml |
com.fujitsu.interstage.j2ee.DeploymentDescriptorClient=/export/home/tests/application-client.xml |
com.fujitsu.interstage.j2ee.DeploymentDescriptorClient=/home/tests/application-client.xml |
“=”の前後には空白をあけないでください。
目次
索引
![]() ![]() |