summaryrefslogtreecommitdiffstats
path: root/base/server/tomcat8
diff options
context:
space:
mode:
Diffstat (limited to 'base/server/tomcat8')
-rw-r--r--base/server/tomcat8/conf/server.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/base/server/tomcat8/conf/server.xml b/base/server/tomcat8/conf/server.xml
index 2f4d470be..648423903 100644
--- a/base/server/tomcat8/conf/server.xml
+++ b/base/server/tomcat8/conf/server.xml
@@ -80,6 +80,7 @@ Tomcat Port = [TOMCAT_SERVER_PORT] (for shutdown)
<Listener className="org.apache.catalina.core.JreMemoryLeakPreventionListener" />
<Listener className="org.apache.catalina.mbeans.GlobalResourcesLifecycleListener" />
<Listener className="org.apache.catalina.core.ThreadLocalLeakPreventionListener" />
+ <Listener className="com.netscape.cms.tomcat.PKIListener"/>
<!-- Global JNDI resources
Documentation at /docs/jndi-resources-howto.html
@@ -95,8 +96,6 @@ 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.