uCosminexus Message Service Server Light for ebXML サーバ構築・運用ガイド
uCosminexus Application Serverの定義ファイルのうち,編集する必要があるものについて説明します。Cosminexusの定義ファイルの詳細については,マニュアル「Cosminexus リファレンス 定義編」を参照してください。
ebxml.mssl.home=<CMS Lightサーバのインストールディレクトリ> |
ebxml.mssl.home=C:\\Program Files\\Hitachi\\ebxml\\mssl |
ebxml.mssl.home=/opt/ebxml/mssl |
add.class.path=<Program Filesディレクトリ>\Hitachi\HNTRLib2\classes\hntrlibMj.jar add.class.path=<HiRDB Type4 JDBC DriverのJARファイル(pdjdbc2.jar)のパス> |
表4-7 HiRDB製品ごとのHiRDB Type4 JDBC DriverのJARファイルのパス(Windowsの場合)
| HiRDB製品 | HiRDB Type4 JDBC DriverのJARファイルのパス |
|---|---|
| HiRDB/Single Server | <HiRDBのインストールディレクトリ>\client\utl\pdjdbc2.jar |
| HiRDB/Parallel Server | |
| HiRDB/Run Time | <HiRDBのインストールディレクトリ>\utl\pdjdbc2.jar |
add.class.path=/opt/hitachi/HNTRLib2/classes/hntrlibMj64.jar add.class.path=<HiRDB Type4 JDBC DriverのJARファイル(pdjdbc2.jar)のパス> |
表4-8 HiRDB製品ごとのHiRDB Type4 JDBC DriverのJARファイルのパス(UNIXの場合)
| HiRDB製品 | HiRDB Type4 JDBC DriverのJARファイルのパス |
|---|---|
| HiRDB/Single Server | /opt/HiRDB_S/client/lib/pdjdbc2.jar |
| HiRDB/Parallel Server | /opt/HiRDB_P/client/lib/pdjdbc2.jar |
| HiRDB/Run Time | /opt/HiRDB/client/lib/pdjdbc2.jar |
add.class.path=C:\Program Files\Hitachi\HNTRLib2\classes\hntrlibMj.jar add.class.path=C:\Program Files\Hitachi\HiRDB\utl\pdjdbc2.jar |
add.class.path=/opt/hitachi/HNTRLib2/classes/hntrlibMj64.jar add.class.path=/opt/HiRDB/client/lib/pdjdbc2.jar |
grant codeBase "file:${ejbserver.http.root}/web/${ejbserver.serverName}/mssl$2fapp/-" {
permission java.net.SocketPermission "*", "connect, resolve";
permission java.io.FilePermission "<<ALL FILES>>", "read, write, delete, execute";
permission java.util.PropertyPermission "*", "read";
};
grant codeBase "file:${ejbserver.http.root}/web/${ejbserver.serverName}/mssl$2fgui/-" {
permission java.net.SocketPermission "*", "connect, resolve";
permission java.io.FilePermission "<<ALL FILES>>", "read, execute";
permission java.util.PropertyPermission "*", "read";
};
|
jp.co.hitachi.soft.ebxml.mssl.app.AppEntityResolver jp.co.hitachi.soft.ebxml.mssl.app.uoc.ReceiveFileOutput jp.co.hitachi.soft.ebxml.mssl.common.Const jp.co.hitachi.soft.ebxml.mssl.common.ErrorLogManager jp.co.hitachi.soft.ebxml.mssl.common.GUID jp.co.hitachi.soft.ebxml.mssl.common.LogManager jp.co.hitachi.soft.ebxml.mssl.common.MessageLogManager jp.co.hitachi.soft.ebxml.mssl.common.MessageResource jp.co.hitachi.soft.ebxml.mssl.common.PropertyLoader jp.co.hitachi.soft.ebxml.mssl.common.TraceLogManager jp.co.hitachi.soft.ebxml.mssl.common.JP1Event |
All Rights Reserved. Copyright (C) 2006, 2008, Hitachi, Ltd.