[jboss-cvs] JBossAS SVN: r59021 - trunk/tomcat/src/resources

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Dec 13 19:00:27 EST 2006


Author: scott.stark at jboss.org
Date: 2006-12-13 19:00:24 -0500 (Wed, 13 Dec 2006)
New Revision: 59021

Modified:
   trunk/tomcat/src/resources/war-deployers-beans.xml
Log:
Add a deploymentClass property to control the deployment wrapper

Modified: trunk/tomcat/src/resources/war-deployers-beans.xml
===================================================================
--- trunk/tomcat/src/resources/war-deployers-beans.xml	2006-12-13 23:51:15 UTC (rev 59020)
+++ trunk/tomcat/src/resources/war-deployers-beans.xml	2006-12-14 00:00:24 UTC (rev 59021)
@@ -148,6 +148,9 @@
       -->
       <property name="managerClass">org.jboss.web.tomcat.tc6.session.JBossCacheManager</property>
 
+      <!-- The class used as the deployment wrapper -->
+      <property name="deploymentClass">org.jboss.web.tomcat.tc6.deployers.TomcatDeployment</property>
+
       <!-- The name of the request property under with the authenticated JAAS
       Subject is stored on successful authentication. If null or empty then
       the Subject will not be stored.




More information about the jboss-cvs-commits mailing list