You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by sh...@apache.org on 2008/09/20 16:33:02 UTC

svn commit: r697368 - /lucene/solr/trunk/example/solr/conf/solrconfig.xml

Author: shalin
Date: Sat Sep 20 07:33:02 2008
New Revision: 697368

URL: http://svn.apache.org/viewvc?rev=697368&view=rev
Log:
Fixing typo in jmx documentation -- serviceurl should be serviceUrl

Modified:
    lucene/solr/trunk/example/solr/conf/solrconfig.xml

Modified: lucene/solr/trunk/example/solr/conf/solrconfig.xml
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/example/solr/conf/solrconfig.xml?rev=697368&r1=697367&r2=697368&view=diff
==============================================================================
--- lucene/solr/trunk/example/solr/conf/solrconfig.xml (original)
+++ lucene/solr/trunk/example/solr/conf/solrconfig.xml Sat Sep 20 07:33:02 2008
@@ -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
   -->