Skip to content

Commit

Permalink
add context descriptor
Browse files Browse the repository at this point in the history
  • Loading branch information
fizx committed Feb 22, 2013
1 parent c756fc8 commit 8663af7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions sunspot_solr/solr/contexts/solr.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0"?>
<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure.dtd">
<Configure class="org.eclipse.jetty.webapp.WebAppContext">
<Set name="contextPath"><SystemProperty name="hostContext" default="/solr"/></Set>
<Set name="war"><SystemProperty name="jetty.home"/>/webapps/solr.war</Set>
<Set name="defaultsDescriptor"><SystemProperty name="jetty.home"/>/etc/webdefault.xml</Set>
<Set name="tempDirectory"><Property name="jetty.home" default="."/>/solr-webapp</Set>
</Configure>

0 comments on commit 8663af7

Please sign in to comment.