Skip to content

Activation

Ramesh Polishetti edited this page Aug 26, 2025 · 3 revisions

TIBCO BusinessEvents Enterprise Edition requires activation via a valid license before it can start.

For activation instructions, refer to the TIBCO BusinessEvents Getting Started Guide at TIBCO BusinessEvents Documentation.

Activation methods:

  1. In-Product Activation (Local Activation)

    Mount the folder containing the license file into the container and set the TIB_ACTIVATION tra property to the license file path.

     Example:
     docker run -e tra.java.property.TIB_ACTIVATION=/license/file/path <dockerimage>
    

💡Quick Tip: To simplify setup, place the license file in the same directory as your .cdd or .ear files before building the container. This ensures the license file is copied into the container and is available at: /opt/tibco/be/ext for Linux and C:/tibco/be/ext for Windows.

  1. TIBCO Activation Service (Remote Activation)

    Set the TIB_ACTIVATION tra property to the Activation Service URL when running the container.

     Example:
     docker run -e tra.java.property.TIB_ACTIVATION=https://<license-service-url> <dockerimage>
    

Clone this wiki locally