After you install the Transfer tool, you must configure
it by copying certain files into different directories and editing
the command file.
Procedure
To configure the Transfer tool:
- Log on to the server where you installed the Transfer tool.
- Copy the corresponding JAR file to the specified directory:
Option |
Description |
JBoss Application Server 4 |
Copy the jbossall-client.jar file
from the JBOSS_HOME/client directory
to the following installed lib directory of the
tool server: ier_install_path
/FilePlanImportExportTool/lib
ier_install_path
/RMTransfer/lib
ier_install_path
/RecordsManagerSweep/lib
|
JBoss Application Server 5
(Windows) |
- Open the JBoss Application Server run.bat file
for editing.
- Add the location of the jbossall-client.jar file
to the CLASS_PATH statement. For example, on:
setCLASS_PATH=%CLASS_PATH%;
JBoss5x_
install_path\client\
jbossall-client.jar
- Save the run.bat file.
- Copy the jboss-classloading.xml file from:
ier_install_path
/FileNet/RM
to
ier_install_path
/RecordsManager/WEB-INF
|
JBoss Application Server 5
(AIX, HP-UX, Linux, and Solaris) |
- Open the JBoss Application Server run.sh file
for editing.
- Add the location of the jbossall-client.jar file
to the CLASS_PATH statement.
CLASS_PATH=”$CLASS_PATH”;
JBoss5x_install_path
/client/jbossall-client.jar
- Save the run.sh file.
- Copy the jboss-classloading.xml file from:
ier_install_path
/FileNet/RM
to
ier_install_path
/RecordsManager/WEB-INF
|
- To configure the tool command file, open the file in a
text editor and make the following changes:
Command file |
Edits |
RMTransfer.bat (Windows) |
- Find set APP_SERVER= and enter JBOSS, as
follows: set APP_SERVER=JBOSS
- Find set JAVA_HOME= in the JBoss Application Server section,
and enter the Java home path.
For example: set JAVA_HOME=C:\jdk1.5.0_11
|
RMTransfer.sh (AIX, HP-UX, Linux, and
Solaris) |
- Find the parameter APP_SERVER= and enter JBoss Application Server, as follows:
APP_SERVER=JBOSS
- Find the parameter JAVA_HOME= in the JBoss section, and enter
the Java™ home path. For example:JAVA_HOME=/usr/Java5/jre
|