[jboss-jira] [JBoss JIRA] Commented: (JBAS-6110) Tomcat status in the web-console missing logo

Dimitris Andreadis (JIRA) jira-events at lists.jboss.org
Sat Oct 18 13:54:25 EDT 2008


    [ https://jira.jboss.org/jira/browse/JBAS-6110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12434290#action_12434290 ] 

Dimitris Andreadis commented on JBAS-6110:
------------------------------------------

Also made this change:

Modified:
   branches/Branch_4_2/console/src/main/org/jboss/console/plugins/MonitorLister.java
Log:
point to the web-console's own status page (synch with trunk).

Modified: branches/Branch_4_2/console/src/main/org/jboss/console/plugins/MonitorLister.java
===================================================================
--- branches/Branch_4_2/console/src/main/org/jboss/console/plugins/MonitorLister.java	2008-10-18 16:50:47 UTC (rev 79699)
+++ branches/Branch_4_2/console/src/main/org/jboss/console/plugins/MonitorLister.java	2008-10-18 17:40:54 UTC (rev 79700)
@@ -159,7 +159,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
@@ -168,7 +168,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

> Tomcat status in the web-console missing logo
> ---------------------------------------------
>
>                 Key: JBAS-6110
>                 URL: https://jira.jboss.org/jira/browse/JBAS-6110
>             Project: JBoss Application Server
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: JMX/Web Console
>    Affects Versions: JBossAS-4.2.3.GA
>            Reporter: Dimitris Andreadis
>            Assignee: Dimitris Andreadis
>             Fix For: JBossAS-4.2.4.GA
>
>
> The logo is missing from http://host:8080/web-console/status & the reference to the css stylesheet is also wrong.
> See JBPAPP-1146 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list