Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Modular Scripts/Tomcat/configure-tomcat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source configure-linux.sh "being-invoked"
#name of the current script
SCRIPT_NAME=configure-tomcat.sh
#version of the current script
SCRIPT_VERSION=1.6
SCRIPT_VERSION=1.7

#minimum version of tomcat to enable log rotation
MIN_TOMCAT_VERSION=6.0.33.0
Expand Down Expand Up @@ -522,7 +522,7 @@ write21TomcatFileContents() {
\$ActionSendStreamDriverPermittedPeer *.loggly.com

#RsyslogGnuTLS
\$DefaultNetstreamDriverCAFile /etc/rsyslog.d/keys/ca.d/logs-01.loggly.com_sha12.crt
\$DefaultNetstreamDriverCAFile $CA_FILE_PATH

#parameterized token here.......
#Add a tag for tomcat events
Expand Down