[jboss-jira] [JBoss JIRA] Commented: (JBAS-4156) [jmx-console] Add additional informatin to page header

Kenny MacLeod (JIRA) jira-events at lists.jboss.org
Wed Mar 26 16:33:40 EDT 2008


    [ http://jira.jboss.com/jira/browse/JBAS-4156?page=comments#action_12404921 ] 
            
Kenny MacLeod commented on JBAS-4156:
-------------------------------------

ok, i could've explained it better :)

It is common to run multiple JBAS instances on a single host, when that host has multiple IP addresses.  Each instance is bound to a specific IP address using the -b switch.

However, when you go to the JMX console, the page just lists the hostname of the machine, not the name of the specific address to which that instance has been bound.

As an example, say I have a machine who's hostname is machine-1.  This machine has additional IP addresses, which have DNS entries as jboss-host-1 and jboss-host-2.  The machine is running a JBAS instance bound to each of the addition addresses.  The JMX console for both instances just displays "machine-1", so you can't distinguish them.  If it displayed jboss-host-1 or -2, that would be better.

The easy fix is for the JMX console to display the name of the JBOSS_BIND_ADDRESS system property, rather than the local host name.  In the default situation where JBoss binds to localhost, it should still display the hostname.

> [jmx-console] Add additional informatin to page header
> ------------------------------------------------------
>
>                 Key: JBAS-4156
>                 URL: http://jira.jboss.com/jira/browse/JBAS-4156
>             Project: JBoss Application Server
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: JMX, Web Console
>    Affects Versions: JBossAS-4.0.4.GA
>            Reporter: Kenny MacLeod
>         Assigned To: Dimitris Andreadis
>            Priority: Trivial
>
> The main page of the jmx-console currently displays the hostname of the localhost.  In cases where multiple jboss instances are running on a single host, this isn't particularly useful.
> I'd like to request that as well as the hostname, it also displays the hostname of the IP address to which the jboss instance is bound. 

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

        



More information about the jboss-jira mailing list