diff options
| author | Stanley Yip <33562077+yipstanley@users.noreply.github.com> | 2019-07-30 19:41:09 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-30 19:41:09 -0400 |
| commit | 13f45e3c819aaafcff175256ffb8723642c22dca (patch) | |
| tree | 00e38b12a22dcc52253e2d7c3e35efee42ad80cf /solr-8.1.1/server/contexts | |
| parent | 80e6356692da7bffaad2efccf01500173c488de0 (diff) | |
| parent | a2a73a1ad032979ea6eea06aa65354841e0ef0fa (diff) | |
Merge pull request #233 from browngraphicslab/text_box_ab
Text box ab
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> |
