summaryrefslogtreecommitdiffstats
path: root/base/server/tomcat7/conf/server.xml
diff options
context:
space:
mode:
Diffstat (limited to 'base/server/tomcat7/conf/server.xml')
-rw-r--r--base/server/tomcat7/conf/server.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/server/tomcat7/conf/server.xml b/base/server/tomcat7/conf/server.xml
index 8b6e40473..e6c4bd201 100644
--- a/base/server/tomcat7/conf/server.xml
+++ b/base/server/tomcat7/conf/server.xml
@@ -79,6 +79,8 @@ Tomcat Port = [TOMCAT_SERVER_PORT] (for shutdown)
<!-- has been EXCLUDED from the Tomcat 7 'tomcat-lib' RPM! -->
<!-- Listener className="org.apache.catalina.mbeans.ServerLifecycleListener" -->
<Listener className="org.apache.catalina.mbeans.GlobalResourcesLifecycleListener" />
+
+ <Listener className="com.netscape.cms.tomcat.PKIListener"/>
<!-- Global JNDI resources
Documentation at /docs/jndi-resources-howto.html
@@ -94,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.