InfoSphere Enterprise Records, Version 4.5.1.3+       Application server:  JBOSS Application Server     

(JBoss Application Server) Configuring the Transfer tool

After you install the Transfer tool, you must configure it by copying certain files into different directories and editing the command file.

To configure the Transfer tool:
  1. Log in to the server where you installed the Transfer tool.
  2. 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 machine:
    RM_install_path/FileNet/RM/
    FilePlanImportExportTool/lib
    RM_install_path/FileNet/RM/
    RMTransfer/lib
    RM_install_path/FileNet/RM/
    RecordsManagerSweep/lib
    JBoss Application Server 5 (Windows®)
    1. Open the JBoss Application Server run.bat file for editing.
    2. 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
    3. Save the run.bat file.
    4. Copy the jboss-classloading.xml file from:
      RM_install_path/FileNet/RM

      to

      RM_install_pathFileNet/RM/
      RecordsManager/WEB-INF
    
    
    JBoss Application Server 5 (UNIX)
    1. Open the JBoss Application Server run.sh file for editing.
    2. 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
    3. Save the run.sh file.
    4. Copy the jboss-classloading.xml file from:
      RM_install_path/FileNet/RM

      to

      RM_install_pathFileNet/RM/
      RecordsManager/WEB-INF
    
    
  3. To configure the tool command file, open the file in a text editor and make the following changes:
    Command file Edits
    RMTransfer.bat (Windows)
    1. Find set APP_SERVER= and enter JBOSS, as follows: set APP_SERVER=JBOSS
    2. 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 (UNIX)
    1. Find the parameter APP_SERVER= and enter JBoss Application Server, as follows:
      APP_SERVER=JBOSS
    2. Find the parameter JAVA_HOME= in the JBoss section, and enter the Java™ home path. For example:JAVA_HOME=/usr/Java5/jre


Feedback

Last updated: November 2010


© Copyright IBM Corporation 2010.
This information center is powered by Eclipse technology. (http://www.eclipse.org)