転送ツールをインストールしたら、コマンド・ファイルを編集してこのツールを構成する必要があります。
手順
転送ツールを構成するには、以下の手順を実行します。
- 転送ツールをインストールしたサーバーにログオンします。
- RMTransfer.bat ファイルを編集します。
- Windows
アプリケーション・サーバー |
編集 |
WebSphere® Application
Server (すべて) |
- パラメーター set APP_SERVER= を見つけ、WebSphere Application
Server を入力します。例: set
APP_SERVER=WebSphere
- WS_DIR が、WebSphere Application
Server または WebSphere Application
Server クライアントがインストールされているディレクトリーを指していることを確認します。 例: set WS_DIR=C:/Program Files/IBM/WebSphere/AppServer
- WebSphere Server セクションでパラメーター set NAMING_PROVIDER_URL= を見つけ、次の形式でご使用の Content Engineまたは Content Platform Engine サーバーの URL を入力します。
set NAMING_PROVIDER_URL=iiop://CE Server:port#
- WebSphere Server セクションでパラメーター set CORBA_CONFIGURL= を見つけ、次のようにご使用の WebSphere Application
Server のバージョンに基づいて、sas.client.props プロパティー・ファイルの場所を入力します。
例: WebSphere Application
Server 6.0 以前 set CORBA_CONFIGURL=-Dcom.ibm.CORBA.ConfigURL=
"file:%WS_DIR%/profiles/default/properties/
sas.client.props"
WebSphere Application
Server set CORBA_CONFIGURL=-Dcom.ibm.CORBA.ConfigURL=
"file:%WS_DIR%/properties/sas.client.props"
WebSphere Application
Server 6.1 または 7.x set CORBA_CONFIGURL=-Dcom.ibm.CORBA.ConfigURL=
"file:%WS_DIR%/profiles/AppSrv01/properties/
sas.client.props"
|
WebSphere Application
Server 6.1および 7.x (SSL のみ) |
JVA_ARGS に ssl.client.props を追加します。 次の行を見つけます。
set JVA_ARGS=%JVA_ARGS%
-Dcom.ibm.CORBA.loginSource=none
見つけた行の後に次の行を追加します。
set JVA_ARGS=%JVA_ARGS% -Dcom.ibm.SSL.ConfigURL
="file:%WS_DIR%/profiles/AppSrv01/properties/
ssl.client.props"
|
-
- 次のように、ツールを実行するときに Content Engine または Content Platform Engine にログオンする必要がなくなるように設定します。
- CORBA_CONFIGURL により示される sas.client.props ファイルを編集します。
- 以下の変数を設定します。
com.ibm.CORBA.loginSource=none
- ファイルを保存して閉じます。