Set proper java runtime argument 00/70600/1
authordglFromAtt <dgl@research.att.com>
Tue, 16 Oct 2018 21:12:00 +0000 (21:12 +0000)
committerdglFromAtt <dgl@research.att.com>
Tue, 16 Oct 2018 21:12:09 +0000 (21:12 +0000)
Change-Id: I472450c5bd3b857c07f22c95575426cd0ab4296f
Signed-off-by: dglFromAtt <dgl@research.att.com>
Issue-ID: DMAAP-829

misc/dmaapbc

index ea2a81d..c36c5d5 100644 (file)
@@ -125,7 +125,7 @@ start() {
 
        # JVM flags
 #old line from Dockerfile...keep for reference only
-       FLAGS="-cp etc:lib/* -Dlog4j.configuration=etc/log4j.properties -Ddmaapbc.properties=$PROPS  -Dlogback.configurationFile=etc/logback.xml -Dhttps.protocols=TLSv1.2 -Dhttps.cipherSuites=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256"
+       FLAGS="-cp etc:lib/* -Dlog4j.configuration=etc/log4j.properties -DConfigFile=$PROPS  -Dlogback.configurationFile=etc/logback.xml -Dhttps.protocols=TLSv1.2 -Dhttps.cipherSuites=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256"
        #nohup java $FLAGS $MAIN </dev/null >/dev/null 2>&1 &
        nohup java $FLAGS $MAIN </dev/null  &
        sleep 5