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:
Shalin Shekhar Mangar 2008-09-20 14:33:02 +00:00
parent 77041bf7ab
commit a61088f009
1 changed files with 1 additions and 1 deletions

View File

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