[jboss-cvs] JBossAS SVN: r58993 - trunk/tomcat/src/main/org/jboss/web/tomcat/tc6/deployers

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Dec 12 07:02:21 EST 2006


Author: remy.maucherat at jboss.com
Date: 2006-12-12 07:02:20 -0500 (Tue, 12 Dec 2006)
New Revision: 58993

Modified:
   trunk/tomcat/src/main/org/jboss/web/tomcat/tc6/deployers/TomcatDeployer.java
Log:
- Switch to the new deployer, for testing.

Modified: trunk/tomcat/src/main/org/jboss/web/tomcat/tc6/deployers/TomcatDeployer.java
===================================================================
--- trunk/tomcat/src/main/org/jboss/web/tomcat/tc6/deployers/TomcatDeployer.java	2006-12-12 10:50:24 UTC (rev 58992)
+++ trunk/tomcat/src/main/org/jboss/web/tomcat/tc6/deployers/TomcatDeployer.java	2006-12-12 12:02:20 UTC (rev 58993)
@@ -722,7 +722,7 @@
    public AbstractWarDeployment getDeployment(DeploymentUnit unit, WebMetaData metaData)
       throws Exception
    {
-      TomcatDeployment deployment = new TomcatDeployment();
+      TomcatDeployment2 deployment = new TomcatDeployment2();
       DeployerConfig config = new DeployerConfig();
       config.setDefaultSecurityDomain(this.defaultSecurityDomain);
       config.setSubjectAttributeName(this.subjectAttributeName);




More information about the jboss-cvs-commits mailing list