[jboss-jira] [JBoss JIRA] (AS7-383) JMXConnector should support "jmxconnector" alias used by jmx-remoting.sar
David Lloyd (Updated) (JIRA)
jira-events at lists.jboss.org
Tue Nov 1 14:24:45 EDT 2011
[ https://issues.jboss.org/browse/AS7-383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
David Lloyd updated AS7-383:
----------------------------
Fix Version/s: Open To Community
(was: 7.1.0.Beta1)
> JMXConnector should support "jmxconnector" alias used by jmx-remoting.sar
> -------------------------------------------------------------------------
>
> Key: AS7-383
> URL: https://issues.jboss.org/browse/AS7-383
> Project: Application Server 7
> Issue Type: Task
> Components: JMX
> Reporter: Scott Marlow
> Assignee: Scott Marlow
> Fix For: Open To Community
>
>
> For users that might of previously used jmx-remoting.sar. Add /jmxrmi alias for AS6+AS7. They could also later change their application for AS6/AS7 to use the "service:jmx:rmi:///jndi/rmi://localhost:1090/jmxrmi" URL.
> This should be a one line change (I hope :-):
> registry.rebind("jmxrmi", rmiServer.toStub());
> registry.rebind("jmxconnector", rmiServer.toStub());
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list