summaryrefslogtreecommitdiffstats
path: root/pki/base/tks/shared
diff options
context:
space:
mode:
authorAde Lee <alee@redhat.com>2012-03-16 13:20:38 -0400
committerAde Lee <alee@redhat.com>2012-03-20 15:40:35 -0400
commit29629861abfc92ce754a99fcee6c2df6febf7387 (patch)
tree48f71cbf242c4554a568cf95aa38338325ea2ed7 /pki/base/tks/shared
parentc33e9dca5de7cffc0960838812dcd06854ef38c6 (diff)
downloadpki-29629861abfc92ce754a99fcee6c2df6febf7387.tar.gz
pki-29629861abfc92ce754a99fcee6c2df6febf7387.tar.xz
pki-29629861abfc92ce754a99fcee6c2df6febf7387.zip
BZ 802396 - Change location of TOMCAT_LOG to match tomcat6 changes
Tomcat6 has changed the changed the location of the TOMCAT_LOG, and it should no longer point to catalina.out. This initially caused dogtag to break because the code to chown TOMCAT_LOG to TOMCAT_USER was removed. Added code to spec file to fix existing instances. Also fixed error in spec file. Incorrect selinux patch was being applied for f17.
Diffstat (limited to 'pki/base/tks/shared')
-rw-r--r--pki/base/tks/shared/conf/tomcat6.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/pki/base/tks/shared/conf/tomcat6.conf b/pki/base/tks/shared/conf/tomcat6.conf
index b3aa82df7..2d7def5ec 100644
--- a/pki/base/tks/shared/conf/tomcat6.conf
+++ b/pki/base/tks/shared/conf/tomcat6.conf
@@ -48,7 +48,7 @@ TOMCAT_USER="[PKI_USER]"
CATALINA_PID="[TOMCAT_PIDFILE]"
# Set the tomcat log file
-TOMCAT_LOG="[TOMCAT_LOG_DIR]/catalina.out"
+TOMCAT_LOG="[TOMCAT_LOG_DIR]/tomcat-initd.log"
# Connector port is 8080 for this tomcat6 instance
#CONNECTOR_PORT="8080"