Path-/opt/app/dmaap-listener/lib does not exist
[ccsdk/sli/northbound.git] / dmaap-listener / src / main / java / org / onap / ccsdk / sli / northbound / dmaapclient / SdncAaiDmaapConsumer.java
index 5cf3694..f35e6f1 100644 (file)
@@ -68,7 +68,7 @@ public class SdncAaiDmaapConsumer 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/";