Follow these instructions to configure the File Plan Import
Export tool on JBoss Application Server.
Procedure
To configure the File Plan Import Export tool:
- Log on to the server where you installed the tool.
- Copy the corresponding JAR files to the specified directory:
Option |
Description |
JBoss Application Server 4 |
Copy the jbossall-client.jar file
from the JBOSS_HOME/client directory
to the lib directory on the server where the
tool is installed: 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 set CLASS_PATH statement. For example, on:
set CLASS_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 |
FilePlanTool.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
|
FilePlanTool.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
|