X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=dmaap-listener%2Fsrc%2Fmain%2Fscripts%2Fstart-dmaap-listener.sh;fp=dmaap-listener%2Fsrc%2Fmain%2Fscripts%2Fstart-dmaap-listener.sh;h=3890df263e333bd04daab01962026775cec1ec12;hb=356b29817974cf09ed15088fef172e033e940047;hp=7c11f4e80fa843be77378c46a9af12aa3d5823b0;hpb=2cc77fb3196548ea03e9f793c0889063208f24af;p=sdnc%2Fnorthbound.git diff --git a/dmaap-listener/src/main/scripts/start-dmaap-listener.sh b/dmaap-listener/src/main/scripts/start-dmaap-listener.sh index 7c11f4e8..3890df26 100644 --- a/dmaap-listener/src/main/scripts/start-dmaap-listener.sh +++ b/dmaap-listener/src/main/scripts/start-dmaap-listener.sh @@ -60,7 +60,7 @@ do LISTENERCLASSPATH=$LISTENERCLASSPATH:$file done -${JAVA} ${JAVA_OPTS} -Dlog4j.configuration=file:${UEBLISTENERROOT}/lib/log4j.properties -cp ${LISTENERCLASSPATH} com.att.sdnctl.dmaapclient.DmaapListener & +${JAVA} ${JAVA_OPTS} -Dlog4j.configuration=file:${UEBLISTENERROOT}/lib/log4j.properties -cp ${LISTENERCLASSPATH} org.openecomp.sdnc.dmaapclient.DmaapListener & echo $! > $PIDFILE