[jboss-cvs] JBossAS SVN: r114800 - branches/JBPAPP_5/testsuite/src/resources/test-configs/tomcat-ssl/deploy/jbossweb.sar.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Apr 10 09:11:36 EDT 2014


Author: istudens at redhat.com
Date: 2014-04-10 09:11:36 -0400 (Thu, 10 Apr 2014)
New Revision: 114800

Modified:
   branches/JBPAPP_5/testsuite/src/resources/test-configs/tomcat-ssl/deploy/jbossweb.sar/server.xml
Log:
JBPAPP-11031 adding AprLifecycleListener to tomcat-ssl configuration

Modified: branches/JBPAPP_5/testsuite/src/resources/test-configs/tomcat-ssl/deploy/jbossweb.sar/server.xml
===================================================================
--- branches/JBPAPP_5/testsuite/src/resources/test-configs/tomcat-ssl/deploy/jbossweb.sar/server.xml	2014-04-10 10:38:12 UTC (rev 114799)
+++ branches/JBPAPP_5/testsuite/src/resources/test-configs/tomcat-ssl/deploy/jbossweb.sar/server.xml	2014-04-10 13:11:36 UTC (rev 114800)
@@ -5,6 +5,13 @@
    start to allow web apps to be deployed before starting the
    connectors.
    -->
+
+   <!-- Optional listener which ensures correct init and shutdown of APR,
+        and provides information if it is not installed -->
+   <Listener className="org.apache.catalina.core.AprLifecycleListener" SSLEngine="on" />
+   <!--Initialize Jasper prior to webapps are loaded. Documentation at /docs/jasper-howto.html -->
+   <Listener className="org.apache.catalina.core.JasperListener" />
+
    <Service name="jboss.web">
 
       <!-- A HTTP/1.1 Connector on port 8080 which redirects to 8443 for https -->



More information about the jboss-cvs-commits mailing list