[jboss-jira] [JBoss JIRA] Commented: (JBAS-7829) Port org.jboss.jmx.adaptor.html.ClusteredConsoleServlet to use the JSR-160 client API

Scott Marlow (JIRA) jira-events at lists.jboss.org
Sat Mar 27 23:41:37 EDT 2010


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

Scott Marlow commented on JBAS-7829:
------------------------------------

This could impact varia/target/resources/jmx/html/cluster/bootstrap.html which expects the user to pass the JNDI port in as a parameter (default=1099).  

Currently, the servlet is passed the target hostname, which is still useful.  If the jmx connector rmi registry port is passed in, ClusteredConsoleServlet should be able to issue a query like the following to access the target mbean server.

      JMXServiceURL url = new JMXServiceURL("service:jmx:rmi:///jndi/rmi://localhost:8099/jmxrmi");
      JMXConnector jmxc = JMXConnectorFactory.connect(url, new HashMap());
      return jmxc.getMBeanServerConnection(); 

> Port org.jboss.jmx.adaptor.html.ClusteredConsoleServlet to use the JSR-160 client API
> -------------------------------------------------------------------------------------
>
>                 Key: JBAS-7829
>                 URL: https://jira.jboss.org/jira/browse/JBAS-7829
>             Project: JBoss Application Server
>          Issue Type: Sub-task
>      Security Level: Public(Everyone can see) 
>            Reporter: David Lloyd
>             Fix For: JBossAS-6.0.0.M3
>
>
> Also move it out of the org.jboss.jmx.adaptor package.

-- 
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