- 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:
Otis Gospodnetic 2002-05-29 02:34:25 +00:00
parent b7f9ce0e2a
commit fc1deaed6c

View File

@ -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.