# Locations of paths to external biocore jars. If you have followed # the instructions on the web, you should only need to change the # very first value for the $BIOCORE_HOME # This file is included by an sh install script that the person # installing the server will execute before starting up the server # binary. # Base path where all of the biocore packages are installed. This # variable isn't used directly. Rather, it is used as a prefix for # variables defined below this. if [ -z "$biocoreBase" ]; then biocoreBase=$BIOCORE_HOME fi # BioCoRE webapp name (what you type after the http://machine/. Probably # don't need to change if [ -z "$biocoreWebAppName" ]; then biocoreWebAppName=biocore fi # Location of the biocore servlet files if [ -z "$biocoreServletContainerDir" ]; then biocoreServletContainerDir=${biocoreBase}/packages/tomcat/current fi # Location of the jep jar file if [ -z "$jepJar" ]; then jepJar=${biocoreBase}/packages/jep/current/jep.jar fi # Location of the mysqlj jar file. If you didn't download a new # connector, don't worry about this #if [ -z "$mysqlJ" ]; then # mysqlJ=${biocoreBase}/packages/mysqlj/current/mysqlj.jar #fi