Is it possible to use multiple "-javaagent" for the TIBCO BusinessEvents engine?
book
Article ID: KB0093703
calendar_today
Updated On:
Products
Versions
TIBCO BusinessEvents Enterprise Edition
-
Not Applicable
-
Description
Description: Is it possible to use multiple "-javaagent" for the TIBCO BusinessEvents engine?
Resolution
Yes, multiple
javaagents can be configured using multiple -javaagent parameters.
Steps to configure: - Locate "java.extended.properties" in the be-engine.tra file. - Add multiple -javaagent parameters to the Java extended properties as desired. - Save the changes made to the be-engine.tra file and use this .tra to start your be-engine.
Configuration resembles the following: java.extended.properties=-server
-Xms256m -Xmx1024m -javaagent:%BE_HOME%/lib/cep-base.jar
-javaagent:D:/Path/To/probeagent.jar
Issue/Introduction
Is it possible to use multiple "-javaagent" for the TIBCO BusinessEvents engine?