Configuring TIBCO RV, RVCM

Set up the RepConnector environment to communicate with TIBCO RV and RVCM.

  1. Verify that the line in the repra_env.bat file on Windows or the repra_env.sh file on UNIX that defines the TIBCO_HOME environment variable is not commented out, and that it points to the installation location for TIBCO Rendezvous. 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 Rendezvous library file, tibrvj.jar, are not commented out, and that they are correct for your environment. For example:

    On Windows:

    REPRA_CLASSPATH=%TIBCO_HOME%\lib\tibrvj.jar
    set CLASSPATH=%CLASSPATH%;%REPRA_CLASSPATH%
    BOOTCLASSPATH=%BOOTCLASSPATH%;%REPRA_CLASSPATH%
    On UNIX:
    REPRA_CLASSPATH=$TIBCO_HOME/lib/tibrvj.jar:$REPRA_CLASSPATH
    CLASSPATH=$CLASSPATH:$REPRA_CLASSPATH
    BOOTCLASSPATH=$BOOTCLASSPATH:$REPRA_CLASSPATH
  3. Restart your application server.