hello,
i need to access the solr mbeans displayed in jconsole.... to access the attributes of solr using codes( java) JMXServiceURL address = new JMXServiceURL("service:jmx:rmi:///jndi/rmi://<host>:<port>/jmxrmi"); JMXConnector conn = JMXConnectorFactory.connect(address); MBeanServerConnection mbs = conn.getMBeanServerConnection(); now how do i create a solrMbean object to check on its attributes. -- View this message in context: http://lucene.472066.n3.nabble.com/solrDynamicMbeans-access-tp756593p756593.html Sent from the Solr - User mailing list archive at Nabble.com.