~slub.team/goobi-indexserver/3.x

« back to all changes in this revision

Viewing changes to conf/context.xml

  • Committer: Sebastian Meyer
  • Date: 2012-08-03 09:12:40 UTC
  • Revision ID: sebastian.meyer@slub-dresden.de-20120803091240-x6861b0vabq1xror
Remove Lucene and Solr source code and add patches instead
Fix Bug #985487: Auto-suggestion for the search interface

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- Set the path to the Solr war file as "docBase". -->
3
 
<Context docBase="/home/solr/apache-solr-1.4.1-dlf.war" debug="0" crossContext="true">
 
3
<Context docBase="/home/solr/apache-solr-for-dlf.war" debug="0" crossContext="true">
4
4
        <!-- Specify the Solr home directory as "value". -->
5
5
        <Environment name="solr/home" type="java.lang.String" value="/home/solr" override="true"/>
6
6
</Context>