After you install the Transfer tool, you must configure it by editing the command file.
To configure the Transfer tool:
Application server | Edits |
---|---|
WebSphere® Application Server (all) |
|
WebSphere Application Server 6.1 and 7.x (SSL only) | Add ssl.client.props to JVA_ARGS Locate the following line: set JVA_ARGS=%JVA_ARGS% -Dcom.ibm.CORBA.loginSource=noneAdd the following line after the line you just located: set JVA_ARGS=%JVA_ARGS% -Dcom.ibm.SSL.ConfigURL ="file:%WS_DIR%/profiles/AppSrv01/properties/ ssl.client.props" |
Edit the RMTransfer.sh file:
Application server | Edits |
---|---|
WebSphere Application Server |
|
WebSphere Application Server 6.1 and 7.x running under SSL | Specify the com.ibm.SSL.ConfigURL system
property in the java command line. The com.ibm.SSL.ConfigURL property
references a file URL that points to the ssl.client.props file.
Locate the following line: -Dcom.ibm.CORBA.ConfigURL="$CORBA_CONFIGURL" \Add the following line after the line you just located: -Dcom.ibm.SSL.ConfigURL=file:"$WS_DIR" /profiles/AppSrv01/properties/ssl.client.props \ |
com.ibm.CORBA.loginSource=none