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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Nov 25 12:29:52 EST 2009


Author: remy.maucherat at jboss.com
Date: 2009-11-25 12:29:52 -0500 (Wed, 25 Nov 2009)
New Revision: 96978

Modified:
   trunk/build/build.xml
   trunk/tomcat/src/webapps/ROOT.war/index.html
Log:
- Disable web console for now.

Modified: trunk/build/build.xml
===================================================================
--- trunk/build/build.xml	2009-11-25 17:28:50 UTC (rev 96977)
+++ trunk/build/build.xml	2009-11-25 17:29:52 UTC (rev 96978)
@@ -1681,10 +1681,11 @@
     </chmod>
 
     <!-- Unpack the plugin manager SAR (embedded) and application WAR -->
+  	<!-- Note: disable web-console for now
     <unjar src="${console.module.output}/jboss-as-console-console-mgr-sar.jar" 
              dest="${install.all.deploy}/management/console-mgr.sar"/>
     <unjar src="${console.module.output}/jboss-as-console-web-console.war" 
-             dest="${install.all.deploy}/management/console-mgr.sar/web-console.war"/>
+             dest="${install.all.deploy}/management/console-mgr.sar/web-console.war"/> -->
 
   </target>
 

Modified: trunk/tomcat/src/webapps/ROOT.war/index.html
===================================================================
--- trunk/tomcat/src/webapps/ROOT.war/index.html	2009-11-25 17:28:50 UTC (rev 96977)
+++ trunk/tomcat/src/webapps/ROOT.war/index.html	2009-11-25 17:29:52 UTC (rev 96978)
@@ -30,7 +30,6 @@
           <a href="/status?full=true">(full)</a>
           <a href="/status?XML=true">(XML)</a></li>
       <li><a href="/jmx-console/">JMX Console</a></li>
-      <li><a href="/web-console/">JBoss Web Console</a></li>
    </ul>
 
 <!-- footer begin -->




More information about the jboss-cvs-commits mailing list