mirror of https://github.com/apache/lucene.git
Fixing typo in jmx documentation -- serviceurl should be serviceUrl
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@697368 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
77041bf7ab
commit
a61088f009
|
@ -123,7 +123,7 @@
|
|||
e.g. <jmx agentId="myAgent" />
|
||||
|
||||
If you want to start a new MBeanServer, specify the serviceUrl
|
||||
e.g <jmx serviceurl="service:jmx:rmi:///jndi/rmi://localhost:9999/solr" />
|
||||
e.g <jmx serviceUrl="service:jmx:rmi:///jndi/rmi://localhost:9999/solr" />
|
||||
|
||||
For more details see http://wiki.apache.org/solr/SolrJmx
|
||||
-->
|
||||
|
|
Loading…
Reference in New Issue