From: Richard Millet Date: Wed, 23 Nov 2011 18:33:29 +0000 (+0000) Subject: CSPACE-4526: Updated JaxRsServiceProvider build.xml's deploy and undeploy targets... X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=f70ada1f68e179abd10626f59eda4a1a6539f214;p=tmp%2Fjakarta-migration.git 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. --- 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 @@ + - + - + + - +