[jboss-cvs] JBossAS SVN: r74112 - in trunk: tomcat/src/main/org/jboss/web/tomcat/service and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jun 4 17:04:23 EDT 2008


Author: jprindiv
Date: 2008-06-04 17:04:23 -0400 (Wed, 04 Jun 2008)
New Revision: 74112

Modified:
   trunk/console/src/main/org/jboss/console/plugins/MonitorLister.java
   trunk/tomcat/src/main/org/jboss/web/tomcat/service/StatusServlet.java
Log:
JBAS-4246 Fixing it for real this time (changed incorrect references to css/logo in StatusServlet.java)


Modified: trunk/console/src/main/org/jboss/console/plugins/MonitorLister.java
===================================================================
--- trunk/console/src/main/org/jboss/console/plugins/MonitorLister.java	2008-06-04 20:45:12 UTC (rev 74111)
+++ trunk/console/src/main/org/jboss/console/plugins/MonitorLister.java	2008-06-04 21:04:23 UTC (rev 74112)
@@ -156,7 +156,7 @@
             "Connector scoreboard", // name
             "JBossWeb Connectors status scoreboard", // description
             "images/smallnet.gif", // Icon URL
-            "/status", // Default URL
+            "status", // Default URL
             null,
             null, // sub nodes
             null   // Sub-Resources
@@ -165,7 +165,7 @@
             "Full status", // name
             "JBossWeb complete status", // description
             "images/smallnet.gif", // Icon URL
-            "/status?full=true", // Default URL
+            "status?full=true", // Default URL
             null,
             null, // sub nodes
             null   // Sub-Resources

Modified: trunk/tomcat/src/main/org/jboss/web/tomcat/service/StatusServlet.java
===================================================================
--- trunk/tomcat/src/main/org/jboss/web/tomcat/service/StatusServlet.java	2008-06-04 20:45:12 UTC (rev 74111)
+++ trunk/tomcat/src/main/org/jboss/web/tomcat/service/StatusServlet.java	2008-06-04 21:04:23 UTC (rev 74112)
@@ -362,12 +362,12 @@
       + "<head>"
       + "<title>Tomcat Status</title>"
       + "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\" />"
-      + "<link rel=\"StyleSheet\" href=\"jboss.css\" type=\"text/css\"/>"
+      + "<link rel=\"StyleSheet\" href=\"css/jboss.css\" type=\"text/css\"/>"
       + "</head>"
       + "<body>"
       + "<!-- header begin -->"
       + "<a href=\"http://www.jboss.org\">"
-      + "<img src=\"logo.gif\" alt=\"JBoss\" id=\"logo\" width=\"226\" height=\"105\" />"
+      + "<img src=\"images/logo.gif\" alt=\"JBoss\" id=\"logo\" width=\"226\" height=\"105\" />"
       + "</a>"
       + "<div id=\"header\">&nbsp;</div>"
       + "<div id=\"navigation_bar\">"




More information about the jboss-cvs-commits mailing list