Configuring RepConnector for TIBCO

This section describes how to set up the RepConnector environment so that RepConnector can communicate with:

Sybase recommends that you configure your environment before you configure the RepConnector connection. This enables you to ping the TIBCO messaging system during configuration to verify that you have configured it properly.

StepsConfiguring TIBCO RV, RVCM

Follow these steps to configure your environment for different versions of TIBCO Rendezvous.

  1. Verify that the line in repra_env.sh that defines the TIBCO_HOME environment variable is not commented out and points to the installation location for the TIBCO Rendezvous.

    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 are correct for your environment.

    REPRA_CLASSPATH=$TIBCO_HOME/lib/tibrvj.jar:$REPRA_CLASSPATH
    CLASSPATH=$CLASSPATH:$REPRA_CLASSPATH
    BOOTCLASSPATH=$BOOTCLASSPATH:$REPRA_CLASSPATH
    
  3. Restart your application server.

StepsConfiguring TIBCO AECM

  1. Verify that the line in repra_env.sh that defines the TIBCO_HOME environment variable is not commented out and points to the installation location for TIBCO Active Enterprise.

    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 are correct for your environment.

    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.

StepsConfiguring TIBCO Enterprise for JMS

  1. Verify that the lines in repra_env.sh that define the TIBCO_HOME environment variable are not commented out and point to the installation location for the TIBCO Enterprise for JMS environment.

    TIBCO_HOME=/work/tibco71
    
  2. Verify that the lines that define the directory structure for the TIBCO Enterprise for JMS library files (tibrvjms.jar, tibjms.jar, jms.jar) are not commented out and are defined correctly for your environment.

    REPRA_CLASSPATH=$TIBCO_HOME/jms/clients/java/jms.jar
    REPRA_CLASSPATH=$TIBCO_HOME/jms/clients/java/tibrvjms.jar:$REPRA_CLASSPATH
    REPRA_CLASSPATH=$TIBCO_HOME/jms/clients/java/tibjms.jar:$REPRA_CLASSPATH
    CLASSPATH=$CLASSPATH:$REPRA_CLASSPATH
    BOOTCLASSPATH=$BOOTCLASSPATH:$REPRA_CLASSPATH
    
  3. Restart your application server.