diff options
author | dglFromAtt <dgl@research.att.com> | 2018-04-10 05:33:06 -0400 |
---|---|---|
committer | dglFromAtt <dgl@research.att.com> | 2018-04-10 05:38:09 -0400 |
commit | aac024c140494a3f3769862ab87317dbd153c384 (patch) | |
tree | f5252deea7ef6b5767b7c18b3f0e3c794c96d600 /misc/dmaapbc | |
parent | 6d9409c90c46577384fd9184faa1122bd727073c (diff) |
Include logback.xml in container
Patch set1: increment artifact version
Change-Id: I35919f5aa8ad6db4e0c7e7ca728bfb151328aa7d
Signed-off-by: dglFromAtt <dgl@research.att.com>
Issue-ID: DMAAP-125
Signed-off-by: dglFromAtt <dgl@research.att.com>
Diffstat (limited to 'misc/dmaapbc')
-rw-r--r-- | misc/dmaapbc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/dmaapbc b/misc/dmaapbc index b26952c..c63fcee 100644 --- a/misc/dmaapbc +++ b/misc/dmaapbc @@ -89,7 +89,7 @@ start() { # JVM flags #old line from Dockerfile...keep for reference only - FLAGS="-cp etc:lib/* -Dlog4j.configuration=etc/log4j.properties -Ddmaapbc.properties=etc/dmaapbc.properties -Dhttps.protocols=TLSv1.2 -Dhttps.cipherSuites=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256" + FLAGS="-cp etc:lib/* -Dlog4j.configuration=etc/log4j.properties -Ddmaapbc.properties=etc/dmaapbc.properties -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 |