engine/solr/context.xml.tmpl
author Gautier Thibault <gthibault@universcine.com>
Wed, 24 Mar 2010 15:42:58 +0100
changeset 22 9a7dd07eeae6
parent 12 8f7f62845562
child 58 4e933452d538
permissions -rw-r--r--
add UserLogin
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
12
8f7f62845562 reorg for project and first link with solr
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
8f7f62845562 reorg for project and first link with solr
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
<Context docBase="<path_to_mosatags>/engine/solr/apache-solr-1.3.0.war" debug="0" crossContext="true">
8f7f62845562 reorg for project and first link with solr
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
  <Environment name="solr/home" type="java.lang.String" value="<path_to_mosatags>/engine/solr" override="true"/>
8f7f62845562 reorg for project and first link with solr
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
</Context>