oops... I refer to the luceneweb directory when I mean just tomcat webapps

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149669 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andrew C. Oliver 2002-02-08 13:12:30 +00:00
parent 23f09891f8
commit 17b7faf67c
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ Let's start by creating the index you'll need for the web examples.
Since you've already set your classpath in the previous examples,
all you need to do is type
<b> "java org.apache.lucene.demo.IndexHTML -create -index {index-dir} .."</b>.
You'll need to do this from your {tomcat}/webapps/luceneweb directory. {index-dir}
You'll need to do this from your {tomcat}/webapps directory. {index-dir}
should be a directory that Tomcat has permission to read and write, but is
outside of a web accessible context. By default the webapp is configured
to look in <b>/opt/lucene/index</b> for this index.