diff --git a/edexOsgi/com.raytheon.edex.plugin.gfe/src/com/raytheon/edex/plugin/gfe/reference/MapManager.java b/edexOsgi/com.raytheon.edex.plugin.gfe/src/com/raytheon/edex/plugin/gfe/reference/MapManager.java index b6eee2956f..f1be71f07d 100644 --- a/edexOsgi/com.raytheon.edex.plugin.gfe/src/com/raytheon/edex/plugin/gfe/reference/MapManager.java +++ b/edexOsgi/com.raytheon.edex.plugin.gfe/src/com/raytheon/edex/plugin/gfe/reference/MapManager.java @@ -228,10 +228,10 @@ public class MapManager { } // configure the text products - Configurator configurator = new Configurator(_config.getSiteID() - .get(0)); - statusHandler.info("Configuring text products...."); - configurator.execute(); +// Configurator configurator = new Configurator(_config.getSiteID() +// .get(0)); +// statusHandler.info("Configuring text products...."); +// configurator.execute(); if (needUpdate) { // need the attributes from the edit area step to be able to do diff --git a/edexOsgi/com.raytheon.edex.plugin.gfe/src/com/raytheon/edex/plugin/gfe/textproducts/ConfigureTextProductsHandler.java b/edexOsgi/com.raytheon.edex.plugin.gfe/src/com/raytheon/edex/plugin/gfe/textproducts/ConfigureTextProductsHandler.java index 078da7c802..24a884665c 100644 --- a/edexOsgi/com.raytheon.edex.plugin.gfe/src/com/raytheon/edex/plugin/gfe/textproducts/ConfigureTextProductsHandler.java +++ b/edexOsgi/com.raytheon.edex.plugin.gfe/src/com/raytheon/edex/plugin/gfe/textproducts/ConfigureTextProductsHandler.java @@ -79,9 +79,10 @@ public class ConfigureTextProductsHandler implements public Object handleRequest(ConfigureTextProductsRequest request) throws Exception { String site = request.getSite(); - Configurator configurator = new Configurator(site); - configurator.execute(); - log.info(String.format("configureTextProducts ran for site %s", site)); +// Configurator configurator = new Configurator(site); +// configurator.execute(); +// log.info(String.format("configureTextProducts ran for site %s", site)); + log.info(String.format("configureTextProducts skipped for site %s", site)); return null; } diff --git a/edexOsgi/com.raytheon.uf.common.ohd/utility/common_static/base/hydro/Apps_defaults b/edexOsgi/com.raytheon.uf.common.ohd/utility/common_static/base/hydro/Apps_defaults index 21540a65be..14a71481d6 100644 --- a/edexOsgi/com.raytheon.uf.common.ohd/utility/common_static/base/hydro/Apps_defaults +++ b/edexOsgi/com.raytheon.uf.common.ohd/utility/common_static/base/hydro/Apps_defaults @@ -247,7 +247,7 @@ pghost : localhost # The machine PostGres is running on pguser : awips # The user allowed to access PostGres pgport : 5432 # The PostGres Server port adb_name : adb_ob7xxx # RFC archive database name -rax_pghost : ax # The machine PostGres is running on for the adb +rax_pghost : localhost # The machine PostGres is running on for the adb # vacuum log dir token. vacuum_log_dir : $(whfs_log_dir)/vacuum