Bug fix to address DMAAPLISTENERROOT
[ccsdk/sli/northbound.git] / dmaap-listener / src / main / java / org / onap / ccsdk / sli / northbound / dmaapclient / OofPciPocDmaapConsumers.java
index 9d78e8a..e8dacb9 100644 (file)
@@ -83,7 +83,7 @@ public class OofPciPocDmaapConsumers extends SdncDmaapConsumerImpl {
         rootDir = System.getenv(DMAAPLISTENERROOT);
 
         if ((rootDir == null) || (rootDir.length() == 0)) {
-            rootDir = "/opt/app/dmaap-listener/lib/";
+          rootDir = "/opt/onap/sdnc/dmaap-listener/lib/";
         }
         else {
             rootDir = rootDir + "/lib/";