From: <tho...@us...> - 2013-11-23 12:43:49
|
Revision: 7586 http://bigdata.svn.sourceforge.net/bigdata/?rev=7586&view=rev Author: thompsonbry Date: 2013-11-23 12:43:40 +0000 (Sat, 23 Nov 2013) Log Message: ----------- Added Paths: ----------- branches/BIGDATA_RELEASE_1_3_0/src/resources/HAJournal/NICUtil.sh Added: branches/BIGDATA_RELEASE_1_3_0/src/resources/HAJournal/NICUtil.sh =================================================================== --- branches/BIGDATA_RELEASE_1_3_0/src/resources/HAJournal/NICUtil.sh (rev 0) +++ branches/BIGDATA_RELEASE_1_3_0/src/resources/HAJournal/NICUtil.sh 2013-11-23 12:43:40 UTC (rev 7586) @@ -0,0 +1,13 @@ +#!/bin/bash + +# Setup the environment. +source src/resources/HAJournal/HAJournal.env + +# +java\ + ${JAVAOPTS}\ + -cp ${CLASSPATH}\ + -Djava.security.policy=${POLICY_FILE}\ + -Dlog4j.configuration=${LOG4J_CONFIG}\ + -Djava.util.logging.config.file=${LOGGING_CONFIG}\ + com.bigdata.util.config.NicUtil This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |