2012-07-11 17:45:43 -04:00
|
|
|
<?xml version="1.0"?>
|
2015-01-05 10:45:58 -05:00
|
|
|
<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_0.dtd">
|
2012-07-11 17:45:43 -04:00
|
|
|
<Configure class="org.eclipse.jetty.webapp.WebAppContext">
|
2015-01-05 10:45:58 -05:00
|
|
|
<Set name="contextPath"><Property name="hostContext" default="/solr"/></Set>
|
|
|
|
<Set name="war"><Property name="jetty.base"/>/webapps/solr.war</Set>
|
|
|
|
<Set name="defaultsDescriptor"><Property name="jetty.base"/>/etc/webdefault.xml</Set>
|
|
|
|
<Set name="tempDirectory"><Property name="jetty.base" default="."/>/solr-webapp</Set>
|
2015-01-08 11:56:25 -05:00
|
|
|
<Set name="persistTempDirectory">true</Set>
|
2012-12-11 19:26:09 -05:00
|
|
|
</Configure>
|