summaryrefslogtreecommitdiffstats
path: root/base/server/tomcat7
diff options
context:
space:
mode:
authorAde Lee <alee@redhat.com>2015-04-22 02:33:02 -0400
committerAde Lee <alee@redhat.com>2015-04-22 10:55:49 -0400
commit91239a9d9820ab4ea8c7e58da0ac1bf9b88fb32d (patch)
tree601595d1c637eba03546fb72382c1744e469643f /base/server/tomcat7
parent2c171ca8fafc1d688b9b965d1255a81aba6aa7ee (diff)
downloadpki-91239a9d9820ab4ea8c7e58da0ac1bf9b88fb32d.tar.gz
pki-91239a9d9820ab4ea8c7e58da0ac1bf9b88fb32d.tar.xz
pki-91239a9d9820ab4ea8c7e58da0ac1bf9b88fb32d.zip
Changes to config files to support nuxwdog
Specifically changes to CS.cfg, server.xml and tomcat.conf
Diffstat (limited to 'base/server/tomcat7')
-rw-r--r--base/server/tomcat7/conf/server.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/base/server/tomcat7/conf/server.xml b/base/server/tomcat7/conf/server.xml
index b9e8860b2..8b6e40473 100644
--- a/base/server/tomcat7/conf/server.xml
+++ b/base/server/tomcat7/conf/server.xml
@@ -94,6 +94,8 @@ Tomcat Port = [TOMCAT_SERVER_PORT] (for shutdown)
pathname="conf/tomcat-users.xml" />
</GlobalNamingResources>
+ <Listener className="com.netscape.cms.tomcat.NuxwdogPasswordStoreInitializer"/>
+
<!-- A "Service" is a collection of one or more "Connectors" that share
a single "Container" Note: A "Service" is not itself a "Container",
so you may not define subcomponents such as "Valves" at this level.