Configuring TIBCO AECM

Set up the RepConnector environment to communicate with TIBCO AECM.

  1. Verify that the lines in the repra_env.bat file on Windows or the repra_env.sh file on UNIX that define the TIBCO_HOME environment variable are not commented out, and that they point to the installation location for TIBCO Active Enterprise. For example:

    On Windows:

    TIBCO_HOME=c:\tibco71
    On UNIX:
    TIBCO_HOME=/work/tibco71
  2. Verify that the lines that define the directory structure for the TIBCO Active Enterprise Certified Messaging library files, Maverik4.jar and TIBRepoClient4.jar, are not commented out and that they are correct for your environment.
    On Windows:
    REPRA_CLASSPATH=%TIBCO_HOME%\Adapter\SDK\java\Maverick4.
    jar:
    REPRA_CLASSPATH=%REPRA_CLASSPATH%:%TIBCO_HOME%\Adapter\
    SDK\java\TIBRepoClient4.jar
    CLASSPATH=%CLASSPATH%:%REPRA_CLASSPATH%;
    BOOTCLASSPATH=%BOOTCLASSPATH%:%REPRA_CLASSPATH%
    On UNIX:
    REPRA_CLASSPATH=$TIBCO_HOME/Adapter/SDK/java/Maverick4.
    jar:$REPRA_CLASSPATH
    REPRA_CLASSPATH=$REPRA_CLASSPATH:$TIBCO_HOME/Adapter/SDK/
    java/TIBRepoClient4.jar
    CLASSPATH=$CLASSPATH:$REPRA_CLASSPATH
    BOOTCLASSPATH=$BOOTCLASSPATH:$REPRA_CLASSPATH
  3. Restart your application server.