IBM Enterprise Records, Version 5.1.2    

(WebLogic Server) Configuring the File Plan Import Export tool

Follow these instructions to configure the File Plan Import and Export tool on the WebLogic Server.

Procedure

To configure the File Plan Import Export tool:

  1. Log on to the server where the tool is installed.
  2. Copy the required JAR files from the source directory to the target directory:
    Web application server Source Target
    WebLogic Server 9 On theApplication Engine or Workplace XT server, copy the weblogic.jar file from the WebLogic Server directory. For example: BEA_HOME/server/lib/weblogic.jar

    On the server where the File Plan Import Export tool is installed, add the file to the following directory. For example: ier_install_path/FilePlanImportExportTool/lib/weblogic.jar

    WebLogic Server 10 On the Application Engine or Workplace XT server, create the wlfullclient.jar file by changing directory to WL_HOME/server/lib and then running the following command:
    java -jar 
    ..\..\..\modules\
    com.bea.core.jarbuilder
    _1.0.1.0.jar
    Then copy the wlfullclient.jar file from the WebLogic Server directory. For example: BEA_HOME/server/lib/wlfullclient.jar

    On the server where the File Plan Import Export tool is installed, add the file to the following directory. For example: ier_install_path/FilePlanImportExportTool/lib/wlfullclient.jar

  3. Configure the command file according to your operating system.
    • Windows

      Open the FilePlanTool.bat file in a text editor and make the following changes:

      Web application server Procedure
      WebLogic Server
      1. Find the set APP_SERVER= parameter and set the value to Weblogic. For example: set APP_SERVER=Weblogic
      2. In the WebLogic Server section, for WebLogic Server 9 or earlier, copy weblogic.jar to the ier_install_path\FilePlanImportExportTool\lib directory and find the set CLASS_PATH= parameter and add weblogic.jar to the CLASS_PATH entry. For example: set CLASS_PATH=%CLASS_PATH%;lib\weblogic.jar
      3. In the WebLogic Server section, for WebLogic Server 10, copy the wlfullclient.jar to the ier_install_path\FilePlanImportExportTool\lib directory and find the set CLASS_PATH= parameter and add wlfullclient.jar to the CLASS_PATH entry. For example: set CLASS_PATH=%CLASS_PATH%;lib\wlfullclient.jar
      4. In the WebLogic Server section, find the set JAVA_HOME= parameter and set the value to the Java™ home path. For example: set JAVA_HOME=C:\bea\jdk150_04

        Or, if you are using the compatible jrockit JRE: set JAVA_HOME=C:\bea\jrockit90_150_04\jre

    • AIX, HP-UX, Linux, and Solaris

      Open the FilePlanTool.sh file in a text editor and make the following changes:

      Web application server Procedure
      WebLogic Server
      1. Find the APP_SERVER= parameter and set the value to Weblogic. For example: APP_SERVER=Weblogic
      2. In the WebLogic Server section, for WebLogic Server 9 or earlier, copy weblogic.jar to the ier_install_path/FilePlanImportExportTool/lib directory and find the CLASS_PATH= parameter and add weblogic.jar to the CLASS_PATH entry. For example: CLASS_PATH="$CLASS_PATH";lib/weblogic.jar
      3. In the WebLogic Server section, for WebLogic Server 10, copy the wlfullclient.jar to the ier_install_path/FilePlanImportExportTool/lib directory and find the CLASS_PATH= parameter and add wlfullclient.jar to the CLASS_PATH entry. For example: set CLASS_PATH="$CLASS_PATH";lib/wlfullclient.jar
      4. In the WebLogic Server section, find the JAVA_HOME= parameter, and set the value to the Java home path. For example:JAVA_HOME=/opt/bea/jdk150_04/jre
  4. Save and close the file.


Feedback

Last updated: November 2013
frmic107.htm

© Copyright IBM Corporation 2013