aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordglFromAtt <dgl@research.att.com>2018-10-16 21:12:00 +0000
committerdglFromAtt <dgl@research.att.com>2018-10-16 21:12:09 +0000
commitd696ab87dd9b38c978a1a6967044477d208b9e16 (patch)
treebec0e015234ea1e3f7844c0bc1c190d28584fa6c
parent22434bf13b3ebbb78c996f712d6dd80304c0c3f2 (diff)
Set proper java runtime argument
Change-Id: I472450c5bd3b857c07f22c95575426cd0ab4296f Signed-off-by: dglFromAtt <dgl@research.att.com> Issue-ID: DMAAP-829
-rw-r--r--misc/dmaapbc2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/dmaapbc b/misc/dmaapbc
index ea2a81d..c36c5d5 100644
--- a/misc/dmaapbc
+++ b/misc/dmaapbc
@@ -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