# # 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=/opt/tibco tibco.env.ASG_HOME=/opt/tibco/asg/2.5 tibco.env.ASG_CONFIG_HOME=/opt/tibco/cfgmgmt/tibco/cfgmgmt/asg-05 tibco.env.TIB_CONFIG_HOME=/opt/tibco/cfgmgmt/tibco/cfgmgmt tibco.env.BE_HOME=/opt/tibco/be/6.2 tibco.env.AS_HOME=/opt/tibco/as/2.4 #tibco.env.RV_HOME= #tibco.env.EMS_HOME= tibco.env.ASG_HOST=localhost tibco.env.ASG_PORT=9099 tibco.env.ASG_ADMIN_USERNAME=admin # Note: password can be in plaintext or TIBCO obfuscated form (obfuscated using asg-password-obfuscator) tibco.env.ASG_ADMIN_PASSWORD=\#\!tAKHvKxdB0FDEQOjPyNZ6a1p1ho215Bxbw3X6TR6QTTs\/USMuPHBVLxoy56OMBwm # #========================================================== # Credentials for the Config API. #========================================================== # tibco.env.ASG_CONFIG_USERNAME=admin tibco.env.ASG_CONFIG_PASSWORD=\#\!tAKHvKxdB0FDEQOjPyNZ6a1p1ho215Bxbw3X6TR6QTTs\/USMuPHBVLxoy56OMBwm # # Other arguments to the application # tibco.env.APP_ARGS=/opt/tibco/asg/2.5 %ASG_PORT% # # 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. # 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= #========================================================== # JVM related settings. Choose your options carefully. #========================================================== tibco.env.TIB_JAVA_HOME=/opt/tibco/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=/opt/tibco/tibcojre64/11/lib/server/libjvm.so tibco.env.JVM_LIB_DIR=/opt/tibco/tibcojre64/11/lib # # 32 bit JVM parameters for production. Increase 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 -Xmx256m # # 64 bit JVM parameters for production. Increase 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 -Xmx512m # # 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%%ASG_HOME%/lib/configui%PSP%%TIB_JAVA_HOME%/lib%PSP%%TIB_JAVA_HOME%/lib/ext%PSP%%BE_HOME%/lib%PSP%%BE_HOME%/lib/ext/tpcl/emf%PSP%%BE_HOME%/lib/eclipse/plugins%PSP%%BE_HOME%/lib/ext/tpcl/apache%PSP%%BE_HOME%/lib/ext/tpcl/opentelemetry%PSP%%BE_HOME%/lib/ext/tpcl/opentelemetry/exporters%PSP%%ASG_HOME%/lib%PSP%%BE_HOME%/lib/ext/tibco%PSP%%BE_HOME%/lib/ext/tpcl%PSP%%AS_HOME%/lib # # TIBCO Standard Path (Applicable to all Platforms) # tibco.env.PATH %BE_HOME%/hotfix/bin%PSP%%BE_HOME%/bin%PSP%%AS_HOME%/hotfix/lib%PSP%%AS_HOME%/lib%PSP%%RV_HOME%/bin%PSP%%BW_PATH%%PSP%%HAWK_HOME%/bin%PSP%%PATH% # # 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% 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% 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% # # 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.designtime.configui.launcher.ASGConfigLauncher # # Specifies the main function in invoke # java.start.method main # # Specifies the function to shutdown # java.stop.method stop # # Installation details # java.property.tibco_home %TIB_HOME% java.property.tibco_tra_version %TRA_APPEND_VERSION% java.property.BE_HOME /opt/tibco/be/6.2 # # Specifies the classpath with expansion on # tibco.class.path.extended %CUSTOM_EXT_PREPEND_CP%%PSP%%STD_EXT_CP%%PSP%%CUSTOM_EXT_APPEND_CP%%PSP% # # 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 #========================================================== # Extended options. Specify custom properties here. #========================================================== # # Arguments to pass to the application # application.args %APP_ARGS% # # Config UI properties # java.property.com.tibco.asg.designtime.configui.launcher.ASGAdminUserName=%ASG_ADMIN_USERNAME% java.property.com.tibco.asg.designtime.configui.launcher.ASGAdminPassword=%ASG_ADMIN_PASSWORD% java.property.com.tibco.asg.designtime.configui.launcher.HostName=%ASG_HOST% java.property.com.tibco.asg.designtime.configui.ConfigHome=%ASG_CONFIG_HOME% java.property.com.tibco.asg.designtime.configui.ASGHome=%ASG_HOME% java.property.com.tibco.asg.designtime.configui.logDir=%ASG_CONFIG_HOME%/logs #asg-configui authentication details #ASGAuthProcess value can be LDAP, FILE or you can leave it blank java.property.com.tibco.asg.designtime.configui.ASGAuthProcess= java.property.com.tibco.asg.designtime.configui.ASGPropFile=%ASG_HOME%/mm/config/users.pwd #Portal Master Project java.property.com.tibco.asg.designtime.configui.portal.master=BookQueryBE #Configure Session Timeout #session timeout value is set in minutes and it should be an integer java.property.com.tibco.asg.designtime.configui.ASGSessionTimeOut=120 # VCS Adapter should implement com.tibco.asg.config.server.vcs.ASGConfigVCSAdapter #java.property.com.tibco.asg.designtime.configui.vcs.adapter=com.example.ASGVCSAdapter # checkin script is valid if custom VCS adapter (above) is not specified #java.property.com.tibco.asg.designtime.configui.checkinscript=checkin.sh #Properties to enable SSL #set secure and SSLEnabled to true to enable SSL and to false to disable SSL #set clientAuth to true to enable 2 way SSL java.property.com.tibco.asg.designtime.configui.launcher.secure=false java.property.com.tibco.asg.designtime.configui.launcher.scheme=http java.property.com.tibco.asg.designtime.configui.launcher.keyAlias=tomcat java.property.com.tibco.asg.designtime.configui.launcher.keystorePass=#!BrOgdTinWZCIEr+86R22SRm9XS9Vb4SwFWm0Jy5odFc= java.property.com.tibco.asg.designtime.configui.launcher.keystoreFile= java.property.com.tibco.asg.designtime.configui.launcher.keystoreType=JKS java.property.com.tibco.asg.designtime.configui.launcher.clientAuth=false java.property.com.tibco.asg.designtime.configui.launcher.sslEnabledProtocols=TLSv1.2,TLSv1.1,TLSv1 java.property.com.tibco.asg.designtime.configui.launcher.SSLEnabled=false java.property.com.tibco.asg.designtime.configui.launcher.server= java.property.com.tibco.asg.designtime.configui.launcher.ciphers=TLS_RSA_WITH_AES_128_CBC_SHA256,TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA256,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_DSS_WITH_AES_128_CBC_SHA,TLS_DHE_DSS_WITH_AES_128_CBC_SHA256,TLS_DHE_DSS_WITH_AES_256_CBC_SHA,TLS_DHE_DSS_WITH_AES_256_CBC_SHA256,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA256,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA256 java.property.com.tibco.asg.designtime.configui.launcher.truststoreFile= java.property.com.tibco.asg.designtime.configui.launcher.truststorePass=#!BrOgdTinWZCIEr+86R22SRm9XS9Vb4SwFWm0Jy5odFc= java.property.com.tibco.asg.designtime.configui.launcher.truststoreType=JKS # Config API Properties tibco.env.ASG_CONFIG_LOGGER=BE_LOGGER # log4j2 configuration file java.property.log4j.configurationFile=%ASG_CONFIG_HOME%/log4j2.xml