Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions dspace/solr/audit/conf/solrconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@
<infoStream>true</infoStream>
</indexConfig>

<jmx />

<updateHandler class="solr.DirectUpdateHandler2">

<updateLog>
Expand Down
19 changes: 0 additions & 19 deletions dspace/solr/dedup/conf/solrconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -311,25 +311,6 @@
<infoStream>true</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">

Expand Down
Loading