source: gs3-extensions/solr/trunk/src/contexts/solr-jetty-context.xml@ 29141

Last change on this file since 29141 was 29141, checked in by ak19, 10 years ago

Part of port from lucene3.3.0 to lucene4.7.2. Solr related. Adding new contexts folder for solr4.7.2.

File size: 537 bytes
Line 
1<?xml version="1.0"?>
2<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure.dtd">
3<Configure class="org.eclipse.jetty.webapp.WebAppContext">
4 <Set name="contextPath"><SystemProperty name="hostContext" default="/solr"/></Set>
5 <Set name="war"><SystemProperty name="jetty.home"/>/webapps/solr.war</Set>
6 <Set name="defaultsDescriptor"><SystemProperty name="jetty.home"/>/etc/webdefault.xml</Set>
7 <Set name="tempDirectory"><Property name="jetty.home" default="."/>/solr-webapp</Set>
8</Configure>
Note: See TracBrowser for help on using the repository browser.