安裝「傳送」工具之後,您必須編輯指令檔來配置它。
如果要配置傳送工具,請執行下列動作:
應用程式伺服器 | 編輯 |
---|---|
WebSphere® Application Server(全部) |
|
WebSphere Application Server 6.1 和 7.x(僅限 SSL) | 將 ssl.client.props 新增至 JVA_ARGS 找到下面這一行: 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" |
編輯 RMTransfer.sh 檔:
應用程式伺服器 | 編輯 |
---|---|
WebSphere Application Server |
|
WebSphere Application Server 6.1 和 7.x,根據 SSL 執行 | 在 java 指令行指定 com.ibm.SSL.ConfigURL 系統內容。
com.ibm.SSL.ConfigURL 內容參照的檔案 URL 指向 ssl.client.props 檔。
找到下面這一行:-Dcom.ibm.CORBA.ConfigURL="$CORBA_CONFIGURL" \將下面這一行新增至您剛才找到的那一行後面: -Dcom.ibm.SSL.ConfigURL=file:"$WS_DIR" /profiles/AppSrv01/properties/ssl.client.props \ |
com.ibm.CORBA.loginSource=none