Revert back wrong code 43/31843/1
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Thu, 15 Feb 2018 15:24:09 +0000 (16:24 +0100)
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Thu, 15 Feb 2018 15:24:09 +0000 (16:24 +0100)
Revert back policyClient client and port used by sdc cache

Issue-ID: CLAMP-85
Change-Id: Ifd59e8530dea6032449d4c868286533cbcac8739
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
src/main/java/org/onap/clamp/clds/client/req/policy/PolicyClient.java
src/test/resources/http-cache/start_http_cache.sh

index ee78b45..06eff4e 100644 (file)
@@ -353,7 +353,7 @@ public class PolicyClient {
     private PolicyEngine getPolicyEngine() {
         PolicyEngine policyEngine;
         try {
     private PolicyEngine getPolicyEngine() {
         PolicyEngine policyEngine;
         try {
-            policyEngine = new PolicyEngine(appContext.getResource(cldsPolicyConfigFile).getURL().getPath());
+            policyEngine = new PolicyEngine(appContext.getResource(cldsPolicyConfigFile).getFile().getAbsolutePath());
         } catch (IOException e1) {
             throw new PolicyClientException("Exception when opening policy config file", e1);
         } catch (PolicyEngineException e) {
         } catch (IOException e1) {
             throw new PolicyClientException("Exception when opening policy config file", e1);
         } catch (PolicyEngineException e) {
index f318256..36829dd 100755 (executable)
@@ -34,4 +34,4 @@ fi
 echo 'Installing requests packages for Python'
 pip install requests
 echo 'Executing the Http proxy in Cache mode only'
 echo 'Installing requests packages for Python'
 pip install requests
 echo 'Executing the Http proxy in Cache mode only'
-python sdc_proxy.py --port 2080 --root /usr/src/http-cache-app/data-cache
+python sdc_proxy.py --port 8080 --root /usr/src/http-cache-app/data-cache