[jboss-cvs] JBossAS SVN: r104139 - in trunk: tomcat/src/webapps/ROOT.war/WEB-INF and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Apr 22 06:35:38 EDT 2010


Author: remy.maucherat at jboss.com
Date: 2010-04-22 06:35:37 -0400 (Thu, 22 Apr 2010)
New Revision: 104139

Modified:
   trunk/tomcat/src/webapps/ROOT.war/WEB-INF/web.xml
   trunk/tomcat/src/webapps/ROOT.war/index.html
   trunk/varia/src/resources/jmx/jmx-console-web.xml
Log:
- Fix jmx-console example constraint.
- Comment out status Servlet.
- Update links.

Modified: trunk/tomcat/src/webapps/ROOT.war/WEB-INF/web.xml
===================================================================
--- trunk/tomcat/src/webapps/ROOT.war/WEB-INF/web.xml	2010-04-22 09:44:43 UTC (rev 104138)
+++ trunk/tomcat/src/webapps/ROOT.war/WEB-INF/web.xml	2010-04-22 10:35:37 UTC (rev 104139)
@@ -9,6 +9,7 @@
   <description>
      Welcome to JBoss
   </description>
+  <!-- Uncomment to enable the status Servlet
   <servlet>
     <servlet-name>Status Servlet</servlet-name>
     <servlet-class>org.jboss.web.tomcat.service.StatusServlet</servlet-class>
@@ -17,4 +18,5 @@
     <servlet-name>Status Servlet</servlet-name>
     <url-pattern>/status</url-pattern>
   </servlet-mapping>
+  -->
 </web-app>

Modified: trunk/tomcat/src/webapps/ROOT.war/index.html
===================================================================
--- trunk/tomcat/src/webapps/ROOT.war/index.html	2010-04-22 09:44:43 UTC (rev 104138)
+++ trunk/tomcat/src/webapps/ROOT.war/index.html	2010-04-22 10:35:37 UTC (rev 104139)
@@ -20,17 +20,14 @@
    <ul>
       <li><a href="/admin-console/">Administration Console</a></li>
       <li><a href="/jmx-console/">JMX Console</a></li>
-      <li><a href="/status">Tomcat status</a>
-          <a href="/status?full=true">(full)</a>
-          <a href="/status?XML=true">(XML)</a></li>
    </ul>
 
    <h3>JBoss AS Online Resources</h3>
    <ul>
       <li><a href="http://www.jboss.org/jbossas/docs">JBoss AS Documentation</a></li>
-      <li><a href="http://wiki.jboss.org">JBoss Wiki</a></li>
+      <li><a href="http://community.jboss.org/en/wiki">JBoss Wiki</a></li>
       <li><a href="http://jira.jboss.org/jira/browse/JBAS">JBoss AS JIRA</a></li>
-      <li><a href="http://www.jboss.org/index.html?module=bb">JBoss Forums</a></li>
+      <li><a href="http://community.jboss.org/en/jbossas">JBoss Forums</a></li>
        <li><a href="https://lists.jboss.org/">JBoss Mailing Lists</a></li>
    </ul>
 

Modified: trunk/varia/src/resources/jmx/jmx-console-web.xml
===================================================================
--- trunk/varia/src/resources/jmx/jmx-console-web.xml	2010-04-22 09:44:43 UTC (rev 104138)
+++ trunk/varia/src/resources/jmx/jmx-console-web.xml	2010-04-22 10:35:37 UTC (rev 104139)
@@ -104,8 +104,6 @@
          role JBossAdmin to access the HTML JMX console web application
        </description>
        <url-pattern>/*</url-pattern>
-       <http-method>GET</http-method>
-       <http-method>POST</http-method>
      </web-resource-collection>
      <auth-constraint>
        <role-name>JBossAdmin</role-name>




More information about the jboss-cvs-commits mailing list