You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by rw...@apache.org on 2013/06/13 15:02:58 UTC

svn commit: r1492657 - in /stanbol/trunk/entityhub/indexing: dbpedia/src/main/resources/indexing/config/dbpedia/conf/solrconfig.xml freebase/src/main/resources/indexing/config/freebase/conf/solrconfig.xml

Author: rwesten
Date: Thu Jun 13 13:02:57 2013
New Revision: 1492657

URL: http://svn.apache.org/r1492657
Log:
STANBOL-1109: removed jmx configurations present in some default solrconf files of the entityhub indexing tool config

Modified:
    stanbol/trunk/entityhub/indexing/dbpedia/src/main/resources/indexing/config/dbpedia/conf/solrconfig.xml
    stanbol/trunk/entityhub/indexing/freebase/src/main/resources/indexing/config/freebase/conf/solrconfig.xml

Modified: stanbol/trunk/entityhub/indexing/dbpedia/src/main/resources/indexing/config/dbpedia/conf/solrconfig.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/entityhub/indexing/dbpedia/src/main/resources/indexing/config/dbpedia/conf/solrconfig.xml?rev=1492657&r1=1492656&r2=1492657&view=diff
==============================================================================
--- stanbol/trunk/entityhub/indexing/dbpedia/src/main/resources/indexing/config/dbpedia/conf/solrconfig.xml (original)
+++ stanbol/trunk/entityhub/indexing/dbpedia/src/main/resources/indexing/config/dbpedia/conf/solrconfig.xml Thu Jun 13 13:02:57 2013
@@ -246,25 +246,6 @@
      <!-- <infoStream file="INFOSTREAM.txt">false</infoStream> --> 
   </indexConfig>
 
-
-  <!-- JMX
-       
-       This example enables JMX if and only if an existing MBeanServer
-       is found, use this if you want to configure JMX through JVM
-       parameters. Remove this to disable exposing Solr configuration
-       and statistics to JMX.
-
-       For more details see http://wiki.apache.org/solr/SolrJmx
-    -->
-  <jmx />
-  <!-- If you want to connect to a particular server, specify the
-       agentId 
-    -->
-  <!-- <jmx agentId="myAgent" /> -->
-  <!-- If you want to start a new MBeanServer, specify the serviceUrl -->
-  <!-- <jmx serviceUrl="service:jmx:rmi:///jndi/rmi://localhost:9999/solr"/>
-    -->
-
   <!-- The default high-performance update handler -->
   <updateHandler class="solr.DirectUpdateHandler2">
 

Modified: stanbol/trunk/entityhub/indexing/freebase/src/main/resources/indexing/config/freebase/conf/solrconfig.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/entityhub/indexing/freebase/src/main/resources/indexing/config/freebase/conf/solrconfig.xml?rev=1492657&r1=1492656&r2=1492657&view=diff
==============================================================================
--- stanbol/trunk/entityhub/indexing/freebase/src/main/resources/indexing/config/freebase/conf/solrconfig.xml (original)
+++ stanbol/trunk/entityhub/indexing/freebase/src/main/resources/indexing/config/freebase/conf/solrconfig.xml Thu Jun 13 13:02:57 2013
@@ -247,24 +247,6 @@
   </indexConfig>
 
 
-  <!-- JMX
-       
-       This example enables JMX if and only if an existing MBeanServer
-       is found, use this if you want to configure JMX through JVM
-       parameters. Remove this to disable exposing Solr configuration
-       and statistics to JMX.
-
-       For more details see http://wiki.apache.org/solr/SolrJmx
-    -->
-  <jmx />
-  <!-- If you want to connect to a particular server, specify the
-       agentId 
-    -->
-  <!-- <jmx agentId="myAgent" /> -->
-  <!-- If you want to start a new MBeanServer, specify the serviceUrl -->
-  <!-- <jmx serviceUrl="service:jmx:rmi:///jndi/rmi://localhost:9999/solr"/>
-    -->
-
   <!-- The default high-performance update handler -->
   <updateHandler class="solr.DirectUpdateHandler2">