Ä 1. Change APP_HOME below to refer to the path where the Assure Ä client was installed. Ä 2. Verify the location of Java and correct JAVA_HOME as needed. Ä 3. Review and alter the CONFIG_NAME and DEPLOY_HOME variables Ä as set for the Assure client deployment. Ä Ä This is a shell script which configures Ä any environment variables for the Java JVM. Ä Variables must be exported to be seen by the launcher. . /etc/profile Ä export JAVA_HOME=/usr/lpp/java/J7.1_64 export JAVA_HOME=/usr/lpp/java/current_31 Ä /acr/assure/AITE2/InfogixClient/igx-data APP_HOME=/shnorpro/acr/assure/AITE2/InfogixClient CONFIG_NAME=default Ä DEPLOY_HOME=ÅAPP_HOME/igx-data/ÅCONFIG_NAME/IA Ä DEPLOY_HOME=ÅAPP_HOME/igx-data/ÅCONFIG_NAME DEPLOY_HOME=ÅAPP_HOME/igx-data export PATH=/bin:"ÅäJAVA_HOMEå"/bin: LIBPATH=/lib:/usr/lib:"ÅäJAVA_HOMEå"/bin LIBPATH="ÅLIBPATH":"ÅäJAVA_HOMEå"/lib/s390 LIBPATH="ÅLIBPATH":"ÅäJAVA_HOMEå"/lib/s390/j9vm LIBPATH="ÅLIBPATH":"ÅäJAVA_HOMEå"/bin/classic export LIBPATH="ÅLIBPATH": CONFPATH=ÅDEPLOY_HOME/conf RCONFPATH=ÅDEPLOY_HOME/rcapture-conf BOOTSTRAP_HOME=ÅDEPLOY_HOME Ä Customize your CLASSPATH here CLASSPATH=ÅCONFPATH/jcl CLASSPATH=ÅCLASSPATH:ÅRCONFPATH:ÅCONFPATH: CLASSPATH=ÅCLASSPATH:ÅBOOTSTRAP_HOME/lib/cee-bootstrap.jar export CLASSPATH Ä Set JZOS specific options Ä Use this variable to specify encoding for DD STDOUT and STDERR Äexport JZOS_OUTPUT_ENCODING=Cp1047 Ä Use this variable to prevent JZOS from handling MVS operator commands Äexport JZOS_ENABLE_MVS_COMMANDS=false Ä Use this variable to supply additional arguments to main JZOS_MAIN_ARGS=com.unitechsys.acr.component.controlsassure JZOS_MAIN_ARGS=ÅJZOS_MAIN_ARGS.usr.cmdline.OIRunner export JZOS_MAIN_ARGS Ä Infogix Assure system properties IAO="-Dbootstrap.home=ÅBOOTSTRAP_HOME" IAO="ÅIAO -Dbootstrap.config=ÅCONFPATH/bootstrap.properties" IAO="ÅIAO -DIP.DATA_TEMP=/shnorpro/acr/assure/AITE2/InfogixClient/igx-data/tem IAO="ÅIAO -DIP.DATA_HOME=/shnorpro/acr/assure/AITE2/InfogixClient/igx-data/dat Ä Configure JVM options IJO="-Xms256m -Xmx512m" Ä Tailor HOSTNAME value for log file name prefix IJO="ÅIJO -DHOSTNAME=`uname -n`" IJO="ÅIJO -Djavax.net.ssl.trustStore=ÅCONFPATH/democert.keystore" IJO="ÅIJO -Djavax.net.ssl.trustStorePassword=democert" Ä Uncomment the following to aid in debugging "Class Not Found" problems ÄIJO="ÅIJO -verbose:class" Ä Uncomment the following if you want to run with Ascii file encoding ÄIJO="ÅIJO -Dfile.encoding=ISO8859-1" export IBM_JAVA_OPTIONS="ÅIJO ÅIAO"