summaryrefslogtreecommitdiffstats
path: root/base/ca/shared
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2016-06-16 15:35:20 -0500
committerEndi S. Dewata <edewata@redhat.com>2016-06-17 20:18:58 +0200
commit502e9ee5eb52bda8cb5bdf4ac4ef1d32dbded98f (patch)
tree6e228c8687a18377f420e31c8ae7f1e3757c0b41 /base/ca/shared
parent51f34c3edb73a78b42468b756b89d07fc9ec7839 (diff)
downloadpki-502e9ee5eb52bda8cb5bdf4ac4ef1d32dbded98f.tar.gz
pki-502e9ee5eb52bda8cb5bdf4ac4ef1d32dbded98f.tar.xz
pki-502e9ee5eb52bda8cb5bdf4ac4ef1d32dbded98f.zip
Removed unused Tomcat 6 files.
https://fedorahosted.org/pki/ticket/2363
Diffstat (limited to 'base/ca/shared')
-rw-r--r--base/ca/shared/conf/tomcat6.conf58
1 files changed, 0 insertions, 58 deletions
diff --git a/base/ca/shared/conf/tomcat6.conf b/base/ca/shared/conf/tomcat6.conf
deleted file mode 100644
index 2d7def5ec..000000000
--- a/base/ca/shared/conf/tomcat6.conf
+++ /dev/null
@@ -1,58 +0,0 @@
-# Service-specific configuration file for tomcat6. This will be sourced by
-# the SysV init script after the global configuration file
-# /etc/tomcat6/tomcat6.conf, thus allowing values to be overridden in
-# a per-service manner.
-#
-# NEVER change the init script itself. To change values for all services make
-# your changes in /etc/tomcat6/tomcat6.conf
-#
-# To change values for a specific service make your edits here.
-# To create a new service create a link from /etc/init.d/<your new service> to
-# /etc/init.d/tomcat6 (do not copy the init script) and make a copy of the
-# /etc/sysconfig/tomcat6 file to /etc/sysconfig/<your new service> and change
-# the property values so the two services won't conflict. Register the new
-# service in the system as usual (see chkconfig and similars).
-#
-
-# Where your java installation lives
-#JAVA_HOME="/usr/lib/jvm/java"
-
-# Where your tomcat installation lives
-CATALINA_BASE="[PKI_INSTANCE_PATH]"
-#CATALINA_HOME="/usr/share/tomcat6"
-#JASPER_HOME="/usr/share/tomcat6"
-#CATALINA_TMPDIR="/var/cache/tomcat6/temp"
-
-# You can pass some parameters to java here if you wish to
-#JAVA_OPTS="-Xminf0.1 -Xmaxf0.3"
-
-# Use JAVA_OPTS to set java.library.path for libtcnative.so
-#JAVA_OPTS="-Djava.library.path=/usr/lib64"
-
-# What user should run tomcat
-TOMCAT_USER="[PKI_USER]"
-
-# You can change your tomcat locale here
-#LANG="en_US"
-
-# Run tomcat under the Java Security Manager
-#SECURITY_MANAGER="false"
-
-# Time to wait in seconds, before killing process
-#SHUTDOWN_WAIT="30"
-
-# Whether to annoy the user with "attempting to shut down" messages or not
-#SHUTDOWN_VERBOSE="false"
-
-# Set the TOMCAT_PID location
-CATALINA_PID="[TOMCAT_PIDFILE]"
-
-# Set the tomcat log file
-TOMCAT_LOG="[TOMCAT_LOG_DIR]/tomcat-initd.log"
-
-# Connector port is 8080 for this tomcat6 instance
-#CONNECTOR_PORT="8080"
-
-# If you wish to further customize your tomcat environment,
-# put your own definitions here
-# (i.e. LD_LIBRARY_PATH for some jdbc drivers)