-
Notifications
You must be signed in to change notification settings - Fork 7
Activation
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.
-
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.
-
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>