Zookeeper setup
[lui-solr.git] / zookeeper / contexts / solr-jetty-context.xml
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>