Re: How to involve JMX by configuration

2011-06-14 Thread Gora Mohanty
On Wed, Jun 15, 2011 at 7:41 AM, kun xiong wrote: > Hi, > > I am wondering how to start JMX monitor without code change. > > Currently, I have to insert code "LocateRegistry.createRegistry();" into > SolrCore.java. > > And I specify serviceUrl="service:jmx:rmi:///jndi/rmi://localhost:/sol

How to involve JMX by configuration

2011-06-14 Thread kun xiong
Hi, I am wondering how to start JMX monitor without code change. Currently, I have to insert code "LocateRegistry.createRegistry();" into SolrCore.java. And I specify at solrconfig.xml. Can I make it by only configuration change? Thanks Kun