[jboss-cvs] JBossAS SVN: r62107 - in branches/Branch_5_0/varia/src/resources: services/invoker/http and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Apr 4 20:16:21 EDT 2007


Author: scott.stark at jboss.org
Date: 2007-04-04 20:16:20 -0400 (Wed, 04 Apr 2007)
New Revision: 62107

Modified:
   branches/Branch_5_0/varia/src/resources/jmx/web-inf/jboss-web.xml
   branches/Branch_5_0/varia/src/resources/services/invoker/http/jboss-web.xml
   branches/Branch_5_0/varia/src/resources/services/invoker/httpha/jboss-web.xml
Log:
Add jboss-web DOCTYPEs

Modified: branches/Branch_5_0/varia/src/resources/jmx/web-inf/jboss-web.xml
===================================================================
--- branches/Branch_5_0/varia/src/resources/jmx/web-inf/jboss-web.xml	2007-04-04 22:06:07 UTC (rev 62106)
+++ branches/Branch_5_0/varia/src/resources/jmx/web-inf/jboss-web.xml	2007-04-05 00:16:20 UTC (rev 62107)
@@ -1,3 +1,7 @@
+<!DOCTYPE jboss-web PUBLIC
+   "-//JBoss//DTD Web Application 5.0//EN"
+   "http://www.jboss.org/j2ee/dtd/jboss-web_5_0.dtd">
+   
 <jboss-web>
    <!-- Uncomment the security-domain to enable security. You will
       need to edit the htmladaptor login configuration to setup the

Modified: branches/Branch_5_0/varia/src/resources/services/invoker/http/jboss-web.xml
===================================================================
--- branches/Branch_5_0/varia/src/resources/services/invoker/http/jboss-web.xml	2007-04-04 22:06:07 UTC (rev 62106)
+++ branches/Branch_5_0/varia/src/resources/services/invoker/http/jboss-web.xml	2007-04-05 00:16:20 UTC (rev 62107)
@@ -1,3 +1,7 @@
+<!DOCTYPE jboss-web PUBLIC
+   "-//JBoss//DTD Web Application 5.0//EN"
+   "http://www.jboss.org/j2ee/dtd/jboss-web_5_0.dtd">
+   
 <jboss-web>
    <security-domain>java:/jaas/jmx-console</security-domain>
 </jboss-web>

Modified: branches/Branch_5_0/varia/src/resources/services/invoker/httpha/jboss-web.xml
===================================================================
--- branches/Branch_5_0/varia/src/resources/services/invoker/httpha/jboss-web.xml	2007-04-04 22:06:07 UTC (rev 62106)
+++ branches/Branch_5_0/varia/src/resources/services/invoker/httpha/jboss-web.xml	2007-04-05 00:16:20 UTC (rev 62107)
@@ -1,3 +1,6 @@
+<!DOCTYPE jboss-web PUBLIC
+   "-//JBoss//DTD Web Application 5.0//EN"
+   "http://www.jboss.org/j2ee/dtd/jboss-web_5_0.dtd">
 <jboss-web>
    <security-domain>java:/jaas/jmx-console</security-domain>
 </jboss-web>




More information about the jboss-cvs-commits mailing list