Installation Environment Variables
Recommended Environment Variables Setup
It is recommended that you set the following environment variables where Fulfillment Order Management is installed:
Environment Variable | Value |
---|---|
export AF_HOME | $TIBCO_HOME/af/4.0 |
export AF_CONFIG_HOME | $AF_HOME/roles/configurator/standalone/config |
export ORACLE_HOME | /usr/local/app/oracle/product/<ORACLE_VERSION>/db_1 |
export JAVA_HOME | /usr/java/jdk1.8.x |
export ANT_HOME | /usr/ant/1.9.x |
export EMS_HOME | $TIBCO_HOME/ems/8.3 |
export PATH | $ANT_HOME/bin:$ORACLE_HOME/bin:$JAVA_HOME/bin:$EMS_HOME/bin:$PATH |
export LD_LIBRARY_PATH | $ORACLE_HOME/lib:$LD_LIBRARY_PATH |
export CLASSPATH | $ANT_HOME/lib:$CLASSPATH |
export AF_OMS_CONTEXT_URL |
http://<host>:<port>
The host and port are the OMS Server IP and port details. The context URL is used if it requires to create users with the appropriate roles by the $AF_HOME/bin/userservice.sh utility. |
Copyright © Cloud Software Group, Inc. All rights reserved.