solr-jetty-context.xml 474 B

12345678
  1. <?xml version="1.0"?>
  2. <!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_0.dtd">
  3. <Configure class="org.eclipse.jetty.webapp.WebAppContext">
  4. <Set name="contextPath"><Property name="hostContext" default="/solr"/></Set>
  5. <Set name="war"><Property name="jetty.base"/>/solr-webapp/webapp</Set>
  6. <Set name="defaultsDescriptor"><Property name="jetty.base"/>/etc/webdefault.xml</Set>
  7. <Set name="extractWAR">false</Set>
  8. </Configure>