From 7b737b2ea9d798cbbfb27ad15d157a7cb42fdb08 Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Fri, 14 Sep 2012 15:42:01 -0500 Subject: Fixed conflicting log4j.properties. The /lib link has been replaced with a real folder which contains links to the files in /usr/share/tomcat/lib. This way the log4j.properties can be placed in this folder without causing conflicts with other instances. Ticket: #284 --- base/deploy/scripts/operations | 1 - 1 file changed, 1 deletion(-) (limited to 'base/deploy/scripts') diff --git a/base/deploy/scripts/operations b/base/deploy/scripts/operations index 60b66efdc..d4c03d084 100644 --- a/base/deploy/scripts/operations +++ b/base/deploy/scripts/operations @@ -961,7 +961,6 @@ verify_symlinks() [alias]=/etc/pki/${PKI_INSTANCE_ID}/alias [bin]=/usr/share/tomcat/bin [conf]=/etc/pki/${PKI_INSTANCE_ID} - [lib]=/usr/share/tomcat/lib [logs]=/var/log/pki/${PKI_INSTANCE_ID}) # '${PKI_INSTANCE_PATH}' symlinks (root:root ownership) -- cgit