[jboss-cvs] JBossAS SVN: r111406 - in branches/JBPAPP_5_1: tomcat/src/webapps/ROOT.war and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu May 19 11:27:43 EDT 2011


Author: thauser at redhat.com
Date: 2011-05-19 11:27:43 -0400 (Thu, 19 May 2011)
New Revision: 111406

Modified:
   branches/JBPAPP_5_1/build/jbossas-5-ewp.patch
   branches/JBPAPP_5_1/tomcat/src/webapps/ROOT.war/index.html
Log:
JBPAPP-6084 is fixed by this commit. See the JIRA issue for more details.


Modified: branches/JBPAPP_5_1/build/jbossas-5-ewp.patch
===================================================================
--- branches/JBPAPP_5_1/build/jbossas-5-ewp.patch	2011-05-19 14:38:33 UTC (rev 111405)
+++ branches/JBPAPP_5_1/build/jbossas-5-ewp.patch	2011-05-19 15:27:43 UTC (rev 111406)
@@ -71,7 +71,7 @@
     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
     <link rel="StyleSheet" href="css/jboss.css" type="text/css"/>
  </head>
-@@ -15,25 +15,24 @@
+@@ -15,26 +15,25 @@
     </a></div>
  <!-- header end -->
  
@@ -81,6 +81,7 @@
        <li><a href="/admin-console/">Admin Console</a></li>
        <li><a href="/jmx-console/">JMX Console</a></li>
 -      <li><a href="/web-console/">JBoss Web Console</a></li>
+       <li><a href="/jbossws/">JBoss WS Console</a></li>
 -      <li><a href="/status">Tomcat status</a>
 +      <li><a href="/status">JBoss Web status</a>
            <a href="/status?full=true">(full)</a>

Modified: branches/JBPAPP_5_1/tomcat/src/webapps/ROOT.war/index.html
===================================================================
--- branches/JBPAPP_5_1/tomcat/src/webapps/ROOT.war/index.html	2011-05-19 14:38:33 UTC (rev 111405)
+++ branches/JBPAPP_5_1/tomcat/src/webapps/ROOT.war/index.html	2011-05-19 15:27:43 UTC (rev 111406)
@@ -20,6 +20,7 @@
       <li><a href="/admin-console/">Admin Console</a></li>
       <li><a href="/jmx-console/">JMX Console</a></li>
       <li><a href="/web-console/">JBoss Web Console</a></li>
+      <li><a href="/jbossws/">JBoss WS 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>



More information about the jboss-cvs-commits mailing list