diff options
| author | Monika <monika_hedman@brown.edu> | 2019-06-26 17:54:18 -0400 |
|---|---|---|
| committer | Monika <monika_hedman@brown.edu> | 2019-06-26 17:54:18 -0400 |
| commit | f08914e7b376b92e9046dd8bd4bc4dc2f5996e6f (patch) | |
| tree | 20cace0012e229a5419b360227025241e3cf9fdb /solr-8.1.1/server/contexts | |
| parent | 0df1e6093ee5cc2b9b7510b8f4ea5325fd47ffe8 (diff) | |
installed solr
Diffstat (limited to 'solr-8.1.1/server/contexts')
| -rw-r--r-- | solr-8.1.1/server/contexts/solr-jetty-context.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/solr-8.1.1/server/contexts/solr-jetty-context.xml b/solr-8.1.1/server/contexts/solr-jetty-context.xml new file mode 100644 index 000000000..6392cd11b --- /dev/null +++ b/solr-8.1.1/server/contexts/solr-jetty-context.xml @@ -0,0 +1,8 @@ +<?xml version="1.0"?> +<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_0.dtd"> +<Configure class="org.eclipse.jetty.webapp.WebAppContext"> + <Set name="contextPath"><Property name="hostContext" default="/solr"/></Set> + <Set name="war"><Property name="jetty.base"/>/solr-webapp/webapp</Set> + <Set name="defaultsDescriptor"><Property name="jetty.base"/>/etc/webdefault.xml</Set> + <Set name="extractWAR">false</Set> +</Configure> |
