From f70ada1f68e179abd10626f59eda4a1a6539f214 Mon Sep 17 00:00:00 2001 From: Richard Millet Date: Wed, 23 Nov 2011 18:33:29 +0000 Subject: [PATCH] CSPACE-4526: Updated JaxRsServiceProvider build.xml's deploy and undeploy targets to delete Tomcat's copy of our context.xml file at $CATALINA_BASE/conf/[enginename]/[hostname]/cspace-services.xml. We expected Tomcat would replace this file when a new .war was deployed, but it is not. Since the settings in the this file override the ones inside the .war (and exploded war) and could be stale, we need to delete it. --- services/JaxRsServiceProvider/build.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/services/JaxRsServiceProvider/build.xml b/services/JaxRsServiceProvider/build.xml index 2dbb4083c..6c712920d 100644 --- a/services/JaxRsServiceProvider/build.xml +++ b/services/JaxRsServiceProvider/build.xml @@ -3,14 +3,13 @@ collectionspace services war - + - @@ -141,20 +140,22 @@ + - + - + + - + -- 2.47.3