# # Copyright (c) 2004-2015 TIBCO Software Inc. # All Rights Reserved. # # This software is the confidential and proprietary information of # TIBCO Software Inc. # #========================================================== # Common environment variables. #========================================================== # tibco.env.PSP=: tibco.env.TIB_HOME=/apps/tibco2 tibco.env.ASG_HOME=/apps/tibco2/asg/2.4 tibco.env.ASG_CONFIG_HOME=/apps/tibco2/cfgmgmt/tibco/cfgmgmt/asg-03 tibco.env.BE_HOME=/apps/tibco2/be/5.6 tibco.env.AS_HOME=/apps/tibco2/as/2.4 tibco.env.RV_HOME=/apps/tibco2/tibrv/8.4 tibco.env.EMS_HOME=/apps/tibco2/ems/8.3 tibco.env.BE_ECLIPSE_HOME=%BE_HOME%/eclipse-platform/eclipse ECLIPSE_HOME=%TIBCO_CUSTOMER_ECLIPSE_DIR% # user and password for internal requests tibco.env.ASG_ADMIN_USERNAME=admin tibco.env.ASG_ADMIN_PASSWORD=\#\!3nmDCAG\/oN0vfFUw\+HODauShgrSDXpF1 # # Other arguments to the application # tibco.env.APP_ARGS= # # Customizable Classpath information... # e.g g:/a1/b1;d:/a2/b2/c.jar # All classes and jars in these directories will be automatically picked # up. You can also specify individual files. Use forward slashes only. # Append %PSP%%RV_HOME%/lib/tibrvj.jar to tibco.env.CUSTOM_EXT_PREPEND_CP if you are using RV # tibco.env.CUSTOM_EXT_PREPEND_CP=%ASG_HOME%/lib%PSP%%ASG_HOME%/lib/ext/hotfix%PSP%%ASG_HOME%/lib/ext/tibco%PSP%%ASG_HOME%/lib/ext/tpcl tibco.env.CUSTOM_EXT_APPEND_CP= #========================================================== # TIBCO BusinessWorks environment variables. #========================================================== # Set these variables when using TIBCO BusinessEvents as a container for TIBCO BusinessWorks # Copy values from the same properties in bwengine.tra tibco.env.BW_HOME= tibco.env.BW_MIGRATION_APPEND_VERSION= tibco.env.BW_PLUGINS_HOME_OLD= tibco.env.BW_PLUGINS_HOME= tibco.env.TPCL_HOME= tibco.env.TRA_HOME= tibco.env.TRA_APPEND_VERSION= tibco.env.HAWK_HOME= # Copy values from matching properties in bwengine.tra (those do not have a # BW_ prefix). Remove from these values any reference to a TIBCO BusinessEvents # library. tibco.env.BW_CUSTOM_EXT_PREPEND_CP= tibco.env.BW_CUSTOM_EXT_APPEND_CP= tibco.env.BW_STD_EXT_CP= tibco.env.BW_PATH= tibco.env.BW_LD_LIBRARY_PATH= tibco.env.BW_SHLIB_PATH= tibco.env.BW_LIBPATH= #========================================================== # JVM related settings. Choose your options carefully. #========================================================== tibco.env.TIB_JAVA_HOME=/apps/tibco2/tibcojre64/11 # # Ensure that the JVM_LIB_PATH points to the appropriate JVM Server DLL or SO. # # Example: # 64 bit Sun JVM for Intel or AMD on Linux should use JVM_LIB_PATH = # %TIB_JAVA_HOME%/lib/amd64/server/libjvm.so # # 64 bit Sun JVM for Intel or AMD on Windows should use JVM_LIB_PATH = # %TIB_JAVA_HOME%/lib/amd64/server/libjvm.dll # # 32 bit Sun JVM for Intel or AMD on Windows should use JVM_LIB_PATH = # %TIB_JAVA_HOME%/lib/i386/server/libjvm.dll # # tibco.env.JVM_LIB_PATH=/apps/tibco2/tibcojre64/11/lib/server/libjvm.so tibco.env.JVM_LIB_DIR=/apps/tibco2/tibcojre64/11/lib # # 32 bit JVM parameters for production. Change heap size and tune other # parameters as needed. # Note: Additional options for Sun JVMs. Consult the appropriate JVM # manual for high performance options. # Ex: -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -XX:MaxGCPauseMillis=150 # -XX:+CMSIncrementalMode -XX:+CMSIncrementalPacing -XX:+UseCMSCompactAtFullCollection -XX:CMSFullGCsBeforeCompaction=2 # -XX:+DisableExplicitGC -XX:+UseTLAB -XX:+UseSpinning -XX:+UseFastAccessorMethods # # java.extended.properties=-server -Xms2048m -Xmx2048m -javaagent:%BE_HOME%/lib/cep-base.jar -XX:MaxPermSize=512m -XX:+UseParNewGC -XX:+UseConcMarkSweepGC # # 64 bit JVM parameters for production. Change heap size and tune other # parameters as needed. # Note: On some platforms the "-d64" switch might not work. Please # consult the JVM's documentation to ensure that the correct # switch is set to enable the 64bit JVM mode. # Note: Additional options for Sun JVMs. Consult the appropriate JVM # manual for high performance options. # Ex: -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -XX:MaxGCPauseMillis=150 # -XX:+CMSIncrementalMode -XX:+CMSIncrementalPacing -XX:+UseCMSCompactAtFullCollection -XX:CMSFullGCsBeforeCompaction=2 # -XX:+DisableExplicitGC -XX:+UseTLAB -XX:+UseSpinning -XX:+UseFastAccessorMethods # # java.extended.properties=-server -d64 -Xms2048m -Xmx2048m -javaagent:%BE_HOME%/lib/cep-base.jar -XX:MaxPermSize=512m -XX:+UseParNewGC -XX:+UseConcMarkSweepGC java.extended.properties=-server -d64 -Xms2048m -Xms2048m -javaagent:%BE_HOME%/lib/cep-base.jar -XX:MaxPermSize=512m -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -XX:+HeapDumpOnOutOfMemoryError -Djava.security.egd=file:///dev/./urandom -javaagent:/opt/newrelic/newrelic.jar -Dnewrelic.config.app_name="dev_auapgdvtibapp02_asg-engine-03" -Dnewrelic.config.log_file_name="dev_auapgdvtibapp02_asg-engine-03.log" -Dnewrelic.config.file="/opt/newrelic/newrelic.yml" # # Parameters for remote debugging. # # tibco.env.JDI_PORT=5192 # java.extended.properties=-Xms1024m -Xmx1024m -XX:MaxPermSize=256m -Xdebug -Xrunjdwp:transport=dt_socket,address=%JDI_PORT%,suspend=n,server=y #========================================================== # Classpath and other environment settings. You do not have # to modify these. #========================================================== # # TIBCO standard classpath # tibco.env.STD_EXT_CP %PSP%%TIB_JAVA_HOME%/lib%PSP%%TIB_JAVA_HOME%/lib/ext%PSP%%BE_HOME%/hotfix/lib/eclipse/plugins%PSP%%BE_HOME%/lib/eclipse/plugins%PSP%%BE_HOME%/hotfix/mm/lib%PSP%%BE_HOME%/mm/lib%PSP%%BE_HOME%/hotfix/views/lib%PSP%%BE_HOME%/views/lib%PSP%%BE_HOME%/hotfix/views/lib/ext%PSP%%BE_HOME%/views/lib/ext%PSP%%BE_HOME%/hotfix/lib%PSP%%BE_HOME%/lib%PSP%%BE_HOME%/hotfix/lib/palettes%PSP%%BE_HOME%/lib/palettes%PSP%%BE_HOME%/hotfix/lib/ext/tpcl%PSP%%BE_HOME%/lib/ext/tpcl%PSP%%BE_HOME%/hotfix/lib/ext/tpcl/emf%PSP%%BE_HOME%/lib/ext/tpcl/emf%PSP%%BE_HOME%/hotfix/lib/ext/tpcl/apache%PSP%%BE_HOME%/lib/ext/tpcl/apache%PSP%%BE_HOME%/hotfix/lib/ext/tpcl/tomsawyer%PSP%%BE_HOME%/lib/ext/tpcl/tomsawyer%PSP%%BE_HOME%/hotfix/lib/ext/tibco%PSP%%BE_HOME%/lib/ext/tibco%PSP%%BE_HOME%/hotfix/lib/ext%PSP%%BE_HOME%/lib/ext%PSP%%AS_HOME%/hotfix/lib%PSP%%AS_HOME%/lib%PSP%%RV_HOME%/lib%PSP%%EMS_HOME%/clients/java%PSP%%BW_CUSTOM_EXT_PREPEND_CP%%PSP%%BW_STD_EXT_CP%%PSP%%BW_CUSTOM_EXT_APPEND_CP%%PSP%%HAWK_HOME%/lib%PSP%%EMS_HOME%/lib%PSP%%TIB_HOME%/tools/lib # # TIBCO Standard Path (Applicable to all Platforms) # tibco.env.PATH %TIB_JAVA_HOME%/bin%PSP%%BE_HOME%/hotfix/bin%PSP%%BE_HOME%/bin%PSP%%BE_HOME%/hotfix/lib/ext%PSP%%AS_HOME%/hotfix/lib%PSP%%AS_HOME%/lib%PSP%%RV_HOME%/bin%PSP%%BW_PATH%%PSP%%HAWK_HOME%/bin%PSP%%PATH%:%EMS_HOME%/lib/64:%EMS_HOME%/lib: # # TIBCO Load Library Path # Load Library Path (LD_LIBRARY_PATH, SHLIB_PATH, LIBPATH) are ignored # on Windows environments. # tibco.env.LD_LIBRARY_PATH %BE_HOME%/hotfix/lib%PSP%%BE_HOME%/lib%PSP%%BE_HOME%/hotfix/lib/eclipse/plugins%PSP%%BE_HOME%/lib/eclipse/plugins%PSP%%BE_HOME%/hotfix/lib/ext/tpcl%PSP%%BE_HOME%/lib/ext/tpcl%PSP%%BE_HOME%/hotfix/lib/ext/tpcl/emf%PSP%%BE_HOME%/lib/ext/tpcl/emf%PSP%%BE_HOME%/hotfix/lib/ext/tpcl/apache%PSP%%BE_HOME%/lib/ext/tpcl/apache%PSP%%BE_HOME%/hotfix/lib/ext/tibco%PSP%%BE_HOME%/lib/ext/tibco%PSP%%BE_HOME%/hotfix/lib/ext%PSP%%BE_HOME%/lib/ext%PSP%%AS_HOME%/hotfix/lib%PSP%%AS_HOME%/lib%PSP%%JVM_LIB_DIR%/server%PSP%%JVM_LIB_DIR%%PSP%%RV_HOME%/lib/64%PSP%%RV_HOME%/lib%PSP%%EMS_HOME%/clients/java%PSP%%BW_LD_LIBRARY_PATH%%PSP%%LD_LIBRARY_PATH%:%EMS_HOME%/lib/64:%EMS_HOME%/lib: tibco.env.SHLIB_PATH %BE_HOME%/hotfix/lib%PSP%%BE_HOME%/lib%PSP%%BE_HOME%/hotfix/lib/eclipse/plugins%PSP%%BE_HOME%/lib/eclipse/plugins%PSP%%BE_HOME%/hotfix/lib/ext/tpcl%PSP%%BE_HOME%/lib/ext/tpcl%PSP%%BE_HOME%/hotfix/lib/ext/tpcl/emf%PSP%%BE_HOME%/lib/ext/tpcl/emf%PSP%%BE_HOME%/hotfix/lib/ext/tpcl/apache%PSP%%BE_HOME%/lib/ext/tpcl/apache%PSP%%BE_HOME%/hotfix/lib/ext/tibco%PSP%%BE_HOME%/lib/ext/tibco%PSP%%BE_HOME%/hotfix/lib/ext%PSP%%BE_HOME%/lib/ext%PSP%%AS_HOME%/hotfix/lib%PSP%%AS_HOME%/lib%PSP%%JVM_LIB_DIR%/server%PSP%%JVM_LIB_DIR%%PSP%%RV_HOME%/lib/64%PSP%%RV_HOME%/lib%PSP%%EMS_HOME%/clients/java%PSP%%BW_SHLIB_PATH%%PSP%%SHLIB_PATH%:%EMS_HOME%/lib/64:%EMS_HOME%/lib: tibco.env.LIBPATH %BE_HOME%/hotfix/lib%PSP%%BE_HOME%/lib%PSP%%BE_HOME%/hotfix/lib/eclipse/plugins%PSP%%BE_HOME%/lib/eclipse/plugins%PSP%%BE_HOME%/hotfix/lib/ext/tpcl%PSP%%BE_HOME%/lib/ext/tpcl%PSP%%BE_HOME%/hotfix/lib/ext/tpcl/emf%PSP%%BE_HOME%/lib/ext/tpcl/emf%PSP%%BE_HOME%/hotfix/lib/ext/tpcl/apache%PSP%%BE_HOME%/lib/ext/tpcl/apache%PSP%%BE_HOME%/hotfix/lib/ext/tibco%PSP%%BE_HOME%/lib/ext/tibco%PSP%%BE_HOME%/hotfix/lib/ext%PSP%%BE_HOME%/lib/ext%PSP%%AS_HOME%/hotfix/lib%PSP%%AS_HOME%/lib%PSP%%JVM_LIB_DIR%/server%PSP%%JVM_LIB_DIR%%PSP%%RV_HOME%/lib/64%PSP%%RV_HOME%/lib%PSP%%EMS_HOME%/clients/java%PSP%%BW_LIBPATH%%PSP%%LIBPATH%:%EMS_HOME%/lib/64:%EMS_HOME%/lib: # # Specifies the JVM to be used to launch this application # java.library %JVM_LIB_PATH% # # Specifies the JVM to be used to launch this application # java.start.class com.tibco.asg.container.standalone.ASGMain # # Specifies the main function in invoke # java.start.method main # # Specifies the function to shutdown # java.stop.method # # Installation details # java.property.tibco_home %TIB_HOME% java.property.tibco_tra_version %TRA_APPEND_VERSION% java.property.ASG_HOME %ASG_HOME% java.property.BE_HOME /apps/tibco2/be/5.6 # # Specifies the classpath with expansion on # tibco.class.path.extended %CUSTOM_EXT_PREPEND_CP%%PSP%%STD_EXT_CP%%PSP%%CUSTOM_EXT_APPEND_CP%%PSP%:%EMS_HOME%/lib/64:%EMS_HOME%/lib: # # Sets the SAX and DOM JAXP factories to use # java.property.javax.xml.parsers.SAXParserFactory org.apache.xerces.jaxp.SAXParserFactoryImpl java.property.javax.xml.parsers.DocumentBuilderFactory org.apache.xerces.jaxp.DocumentBuilderFactoryImpl # # Registers the encryption provider # TIBCO_SECURITY_VENDOR j2se # # Specify values to connect to the domain for authorization (http activity) # java.property.TIBCO_TRA_HOME %TRA_HOME% java.property.TIBCO_DOMAIN_HOME %TRA_HOME%/../domain # # Runtime Implementation of EventPayload class has to be declared. # BusinessEvents by default uses XiNodePayload, ObjectPayload, TibrvMsgPayload. # be.event.payload.classes com.tibco.cep.runtime.model.event.impl.XiNodePayload, com.tibco.cep.runtime.model.event.impl.ObjectPayload, com.tibco.cep.driver.tibrv.serializer.TibrvMsgPayload #========================================================== # Extended options. Specify custom properties here. #========================================================== # # Arguments to pass to the application # application.args %APP_ARGS% # # Language Properties # #be.locale.language en #be.locale.country #be.locale.variant # # RMI properties for remote management # Use these properties if the Cluster MBean has to be accessed # programmatically # #be.engine.cluster.rmi.enabled=false #be.engine.cluster.rmi.host=localhost #be.engine.cluster.rmi.port=9999 # # Properties for working with MM # To work with TIBCO API Exchange Monitoring and Management # component, you must uncomment the following properties and set as needed. # 5555 is used. An invalid port number will throw an exception. # If you uncomment these properties, you must provide the port when starting # (When MM starts engines, it uses the port set in the site topology file.) # When authentication is enabled, file based authentication is used by default. # You can specify LDAP authentication in the project CDD file. # Consult documentation for more details. # #java.property.com.sun.management.jmxremote=true #java.property.com.sun.management.jmxremote.ssl=false #java.property.com.sun.management.jmxremote.port=5555 #java.property.com.sun.management.jmxremote.authenticate=false java.property.be.engine.jmx.connector.port=%jmx_port% java.property.be.engine.jmx.connector.authenticate=false #AS Channel properties #asLogLevel values: 0-7 #0 - INFO, 1 - WARN, 2 - ERROR, 3 - FATAL, #4 - FINE, 5 - FINER, 6 - FINEST, 7 - NONE #java.property.asg.as.metaspace=GTM #java.property.asg.as.discovery=tcp://127.0.0.1:13000 #java.property.asg.as.listen=tcp://127.0.0.1:13000-*/ #java.property.asg.as.asLogLevel=0 #java.property.asg.as.asLogDir=%ASG_CONFIG_HOME%/logs # Jars that should be skipped by Tomcat server's TLDJarScanner tomcat.util.scan.StandardJarScanFilter.jarsToSkip=xdata.jar,tibrvj.jar,log4j-core.jar,xml-apis.jar,derbyLocale_cs.jar,derbyLocale_de_DE.jar,derbyLocale_es.jar,derbyLocale_fr.jar,derbyLocale_hu.jar,derbyLocale_it.jar,derbyLocale_ja_JP.jar,derbyLocale_ko_KR.jar,derbyLocale_pl.jar,derbyLocale_pt_BR.jar,derbyLocale_ru.jar,derbyLocale_zh_CN.jar,derbyLocale_zh_TW.jar,iText-toolbox.jar,iText-toolbox-2.1.3.jar,bcmail-jdk14-138.jar,bcprov-jdk14-138.jar,jaxb-api.jar,jaxb-runtime-2.3.1.jar,txw2-2.3.1.jar,istack-commons-runtime-3.0.7.jar,stax-ex-1.8.jar,FastInfoset-1.2.15.jar,javax.activation-api-1.2.0.jar,xml-apis.jar,serializer.jar,log4j-core.jar,log4j-1.2.15.jar,ami.jar,utilities.jar,util.jar,log4j.jar,pdq.jar