mirror of https://github.com/apache/lucene.git
Enlighted by Hoss' question, clarify a bit more about nesting Solr within a larger web application
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@640667 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
01b7029218
commit
f0f2b88680
|
@ -40,6 +40,16 @@
|
|||
You will need to put this prefix in front of the SolrDispatchFilter
|
||||
url-pattern mapping too (/solr/*), and also on any paths for
|
||||
legacy Solr servlet mappings you may be using.
|
||||
For the admin JSP's to work properly in a path-prefixed configuration,
|
||||
the admin folder containing the JSPs needs to be under the app context root
|
||||
named to match the path-prefix. For example:
|
||||
|
||||
.war
|
||||
xxx
|
||||
admin
|
||||
stats.jsp
|
||||
-->
|
||||
<!--
|
||||
<init-param>
|
||||
<param-name>path-prefix</param-name>
|
||||
<param-value>/xxx</param-value>
|
||||
|
|
Loading…
Reference in New Issue