From ec8bfc57b95e111a37af3fc188e6f7e924f2cb78 Mon Sep 17 00:00:00 2001 From: Bryan Kowal Date: Thu, 19 Jul 2012 09:31:34 -0500 Subject: [PATCH] Issue #913 - fix the correct RadarServer start-config file. Former-commit-id: 6f119cdb8ac36e2824e06f03e78bd9d2fceca0ce [formerly 0651a04d0ef6ba7cb5eba73000154c7250a1badc] [formerly 1e13956bce97f57a9878cd82905376996da015fd] [formerly 132870666a020264cd6665cede180dba907ca5d9 [formerly 1e13956bce97f57a9878cd82905376996da015fd [formerly 10a2b1626a9388c1bf4244142fedd49d5b1d1d39]]] Former-commit-id: 132870666a020264cd6665cede180dba907ca5d9 Former-commit-id: 3d9dea96dc898463aa692086d87dce68f2398ab6 [formerly 30e2defaf89bad86a2ae943e80c696f015642211] Former-commit-id: f9bfa30a326a03c12be943557689f800772e17c3 --- rpms/awips2.core/Installer.rcm/scripts/conf/start-config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpms/awips2.core/Installer.rcm/scripts/conf/start-config b/rpms/awips2.core/Installer.rcm/scripts/conf/start-config index ddc720d0e1..dfb0b66ee9 100644 --- a/rpms/awips2.core/Installer.rcm/scripts/conf/start-config +++ b/rpms/awips2.core/Installer.rcm/scripts/conf/start-config @@ -3,12 +3,12 @@ edex_endpoint_arg=@EDEX_HOME@/edex/data/sbn/radar # The following line controls the location of log files. See # data/config/res/log4j.properties for more logging options. -log_dir=$rs_home_dir/rcm/data/logs +log_dir=$rs_home_dir/data/logs # Uncomment and change the following line to choose a Java VM. The # default is the "java" program that is in the PATH. #java=/path/to/jre/bin/java -java=${INSTALL_PATH}/bin/java +java=/awips2/java/bin/java # necessary for fxaAnnounce to be called if rpg goes down awips2_fxa=/awips2/fxa