awips2/nativeLib/files.native/awipsShare/hydroapps/whfs/bin/start_raxbase
Steve Harris 81bc07bff4 13.4.1-7 baseline
Former-commit-id: 8347bed50e [formerly 4c6ff79e71 [formerly dd6304e82206bb46b0c0442d15ab5d9312d9f19f]]
Former-commit-id: 4c6ff79e71
Former-commit-id: 8072752c77
2013-05-13 12:58:10 -04:00

18 lines
568 B
Bash
Executable file

#!/bin/ksh
# file name: start_raxbase
# Last Updated: 01/02/2008
# This allows you to run this script from outside of ./bin
RUN_FROM_DIR=`dirname $0`
# set up SOME environment variables for RAX applications
. /rfc_arc/lib/rax.profile
# need to add a path to the jar file for this application
export CLASSPATH=$DB_DRIVER_PATH:$RUN_FROM_DIR/rax_apps.jar
# Java bin directory
JBINDIR=$SYS_JAVA_DIR/bin
# run application using java
xterm -T RaxBase -iconic -n RaxBase -e $JBINDIR/java -Xmx512m -Xms32m ohd.hseb.raxbase.RaxBase $RAX_JDBCURL $IHFS_JDBCURL $ADB_NAME .