(WebSphere Application Server) Configuring the Transfer tool
After you install the Transfer tool, you must configure it by editing the command file.
Procedure
To configure the Transfer tool:
- Log on to the server where you installed the Transfer tool.
- Edit the RMTransfer.bat file:
- Windows
Application server Edits WebSphere® Application Server (all) - Find the parameter set APP_SERVER= and enter WebSphere Application Server, as follows: set APP_SERVER=WebSphere
- Verify that WS_DIR points to the directory where WebSphere Application Server orWebSphere Application Server Client is installed. For example: set WS_DIR=C:/Program Files/IBM/WebSphere/AppServer
- Find the parameter set NAMING_PROVIDER_URL= in
the WebSphere Server section and enter the URL for your Content Engine or Content Platform Engine server in the following
format:
set NAMING_PROVIDER_URL=iiop://CE Server:port# - Find the parameter set CORBA_CONFIGURL= in
the WebSphere Server section and enter the location of the sas.client.props property
file, according to your version of WebSphere Application
Server:For example: WebSphere Application Server 6.0 or earlier
set CORBA_CONFIGURL=-Dcom.ibm.CORBA.ConfigURL= "file:%WS_DIR%/profiles/default/properties/ sas.client.props"WebSphere Application Serverset CORBA_CONFIGURL=-Dcom.ibm.CORBA.ConfigURL= "file:%WS_DIR%/properties/sas.client.props"WebSphere Application Server Server 6.1 or 7.xset CORBA_CONFIGURL=-Dcom.ibm.CORBA.ConfigURL= "file:%WS_DIR%/profiles/AppSrv01/properties/ sas.client.props"
WebSphere Application Server 6.1 and 7.x (SSL only) Add ssl.client.props to JVA_ARGS Locate the following line:
Add the following line after the line you located:set JVA_ARGS=%JVA_ARGS% -Dcom.ibm.CORBA.loginSource=noneset JVA_ARGS=%JVA_ARGS% -Dcom.ibm.SSL.ConfigURL ="file:%WS_DIR%/profiles/AppSrv01/properties/ ssl.client.props" - AIX and Linux
Edit the RMTransfer.sh file:
Application server Edits WebSphere Application Server - Find the parameter set APP_SERVER= and enter WebSphere Application Server, as follows: APP_SERVER=WebSphere
- Verify that WS_DIR points to the directory
where WebSphere Application
Server or the client is installed.
For example: WS_DIR=/opt/IBM/WebSphere/AppServer
- Find the parameter NAMING_PROVIDER_URL= in the WebSphere Server section, and enter the URL for your Content Engine or Content Platform Engine server in the following format: NAMING_PROVIDER_URL=iiop://CE Server:port#
- Find the parameter CORBA_CONFIGURL= in the
WebSphere Server section.
Specify the CORBA Configuration file path, if AppClient is installed or if the path is not the default path, and enter the location of the sas.client.props file, according to your version of WebSphere Application Server.
For example: WebSphere Application Server 6.0 or earlierCORBA_CONFIGURL=file:"$WS_DIR"/profiles/default/ properties/sas.client.propsWebSphere Application Server ClientCORBA_CONFIGURL=file:"$WS_DIR"/properties/ sas.client.propsWebSphere Application Server 6.1 or 7.xCORBA_CONFIGURL=file:"$WS_DIR"/profiles/AppSrv01/ properties/sas.client.props
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:
Add the following line after the line you located:-Dcom.ibm.CORBA.ConfigURL="$CORBA_CONFIGURL" \-Dcom.ibm.SSL.ConfigURL=file:"$WS_DIR" /profiles/AppSrv01/properties/ssl.client.props \
- AIX and Linux
- Windows
- Disable the requirement to log on to Content Engine or Content Platform Engine when you run the tool,
as follows:
- Edit the sas.client.props file indicated by the CORBA_CONFIGURL.
- Set the following variable.
com.ibm.CORBA.loginSource=none - Save and close the file.