summaryrefslogtreecommitdiffstats
path: root/pki/base/tks/shared/conf
diff options
context:
space:
mode:
authorjdennis <jdennis@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2011-04-12 13:43:25 +0000
committerjdennis <jdennis@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2011-04-12 13:43:25 +0000
commit5447794311572726cf50805d89474398a28fb3c8 (patch)
tree1e3faaa8ee697e527ec7ba6e35c57c0f29f0879f /pki/base/tks/shared/conf
parentd832de98ee19cb24830165c10fbeded7790e5ae3 (diff)
downloadpki-5447794311572726cf50805d89474398a28fb3c8.tar.gz
pki-5447794311572726cf50805d89474398a28fb3c8.tar.xz
pki-5447794311572726cf50805d89474398a28fb3c8.zip
Bug 693815 - /var/log/tomcat6/catalina.out owned by pkiuser
Set the TOMCAT_LOG variable in the per instance tomcat config file otherwise it defaults to the generic tomcat log file. Note, we set up and configure our log file elsewhere so the only issue was the initscript was setting the TOMCAT_USER ownership on TOMCAT_LOG, a file we otherwise do not use or touch. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1954 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
Diffstat (limited to 'pki/base/tks/shared/conf')
-rw-r--r--pki/base/tks/shared/conf/tomcat6.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/pki/base/tks/shared/conf/tomcat6.conf b/pki/base/tks/shared/conf/tomcat6.conf
index 31385567d..b3aa82df7 100644
--- a/pki/base/tks/shared/conf/tomcat6.conf
+++ b/pki/base/tks/shared/conf/tomcat6.conf
@@ -47,6 +47,9 @@ TOMCAT_USER="[PKI_USER]"
# Set the TOMCAT_PID location
CATALINA_PID="[TOMCAT_PIDFILE]"
+# Set the tomcat log file
+TOMCAT_LOG="[TOMCAT_LOG_DIR]/catalina.out"
+
# Connector port is 8080 for this tomcat6 instance
#CONNECTOR_PORT="8080"