Installing Hibernate on Linux

Hibernate Core for Java and related JAR files are required if you wish to use the database store feature, which allows the EMS server to store messages in a database. Hibernate Core is no longer installed automatically with the EMS server. Follow the steps in this section to install it.

    Procedure
  1. Navigate to the TIB_ems_8.7.0 temporary directory (see Installing on Linux).

  2. Install Hibernate Core using one of these commands, depending on the Linux platform variant.

    Linux Variant Command
    Red Hat
    sudo yum install -y rpm/hibernate/*.rpm
    SUSE
    sudo zypper install rpm/hibernate/*.rpm
    Other Linux variants
    tar -xvf tar/hibernate/*.tar.gz
    

    Move the content of the new local opt/tibco/ems/8.7/bin directory inside your EMS_HOME/bin directory.