After you install the File Plan Import Export tool, you
must configure the tool by editing the command file with values related
to your instance of WebSphere® Application
Server.
Different versions WebSphere Application
Server require
different modifications to the command file. The command file is FilePlanTool.bat.
Before you begin
WebSphere Application
Server or the
WebSphere Application
Server client must be installed
and available on the server where you installed the File Plan Import
Export tool.
Procedure
To configure the command file:
- Log on to the server where you installed the File Plan
Import Export tool.
- Back up the FilePlanTool.bat file.
The default location is ier_install_path/FilePlanImportExportTool/FilePlanTool.bat.
- Open the FilePlanTool.bat file in
a text editor and make the following changes:
- Search for the APP_SERVER= parameter
and set the value to WebSphere. For
example: set APP_SERVER=WebSphere
- In the WebSphere Server section, search for the WS_DIR= parameter
and set the value to the directory where WebSphere Application
Server or WebSphere Application
Server client is installed. For example: set WS_DIR=C:/Program Files/IBM/WebSphere/AppServer
- In the WebSphere Server section, search for the NAMING_PROVIDER_URL= parameter
and set the value to the URL for the Content Engine or Content Platform Engine server in the following
format: set NAMING_PROVIDER_URL=iiop://CE
Server:port#
- In the WebSphere Server section, search for the CORBA_CONFIGURL= parameter
and set the value to the location of the sas.client.props file:
- WebSphere Application
Server 6.0 or earlier.
set CORBA_CONFIGURL=-Dcom.ibm.CORBA.ConfigURL=
"file:%WS_DIR%/profiles/default/properties/
sas.client.props"
- WebSphere client
set CORBA_CONFIGURL=-Dcom.ibm.CORBA.ConfigURL=
"file:%WS_DIR%/properties/sas.client.props"
- WebSphere Application
Server 6.1 and 7.0
set CORBA_CONFIGURL=-Dcom.ibm.CORBA.ConfigURL=
"file:%WS_DIR%/profiles/AppSrv01/properties/
sas.client.props"
- (WebSphere Application
Server 6.1 with SSL) Add ssl.client.props to
the JVA_ARGS parameter. Add the following code
before the RunTool line:
set JVA_ARGS=%JVA_ARGS% -Dcom.ibm.SSL.ConfigURL
="file:%WS_DIR%/profiles/AppSrv01/properties/
ssl.client.props"