book
Article ID: KB0076037
calendar_today
Updated On:
Description
How can we install only the TIBCO Streaming runtime in production environments without also installing on the production server the development environment, maven repository, testing tools, and documentation?
Resolution
The full TIBCO® Streaming product installation for a Development environment includes a single ZIP-file package used for server-only deployment to Production environments. This video shows a complete deployment of only the TIBCO Streaming runtime with OS configuration and a StreamBase application to demonstrate correct environment set-up and installation.
Video:
https://www.youtube.com/watch?v=SbcjT7gBS0cTo install
platform_linuxx86_64-10.4.4.zip into the
/opt directory, use steps (example):
$ su
# cd /opt
# mkdir -p tibco/sb-cep/10.4.4
# cd tibco/sb-cep/10.4.4
# unzip /home/me/uploads/platform_linuxx86_64-10.4.4.zipSet these environment variables for the user account used to run the TIBCO Streaming server:
JAVA_HOME | The location of the Oracle Java JDK obtained from Oracle Corp. |
TIBCO_EP_HOME | The parent directory where the server was installed |
PATH | Place at the start the environment variable the paths: {TIBCO_EP_HOME}/distrib/tibco/bin {JAVA_HOME}/jdk/bin |
Issue/Introduction
https://www.youtube.com/watch?v=SbcjT7gBS0c