mirror of
https://github.com/apache/lucene.git
synced 2025-02-20 17:07:09 +00:00
- Added a note about escaping backslashes when specifying a path to an
index directory under Windows. PR: Obtained from: Submitted by: Eli Tucker Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149761 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b7f9ce0e2a
commit
fc1deaed6c
@ -194,7 +194,10 @@ Tomcat. </p>
|
||||
From your Tomcat directory look in the webapps/luceneweb subdirectory. If its not
|
||||
present, try browsing to "http://localhost:8080/luceneweb" then look again.
|
||||
Edit a file called configuration.jsp. Ensure that the indexLocation is equal to the
|
||||
location you used for your index. You may also customize the appTitle and appFooter
|
||||
location you used for your index. Note that if you are using a
|
||||
Windows OS, you will need to escape backslashes. For example, the indexLocation may look
|
||||
something like "c:\\dev\\lucene-index".
|
||||
You may also customize the appTitle and appFooter
|
||||
strings as you see fit. Once you have finsihed altering the configuration you should
|
||||
restart Tomcat. You may also wish to update the war file by typing
|
||||
<b>jar -uf luceneweb.war configuration.jsp</b> from the luceneweb subdirectory.
|
||||
|
Loading…
x
Reference in New Issue
Block a user