acoliver 02/02/09 04:39:16
Modified: docs demo3.html
Log:
made instructions clearer and more correct
Revision Changes Path
1.2 +11 -1 jakarta-lucene/docs/demo3.html
Index: demo3.html
===================================================================
RCS file: /home/cvs/jakarta-lucene/docs/demo3.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- demo3.html 26 Jan 2002 16:38:17 -0000 1.1
+++ demo3.html 9 Feb 2002 12:39:16 -0000 1.2
@@ -14,6 +14,8 @@
<meta name="author" value="Andrew
C. Oliver">
<meta name="email" value="acoliver@apache.org">
+
+
<title>Jakarta Lucene - Jakarta Lucene - Building and Installing the
Basic Demo</title>
</head>
@@ -144,7 +146,9 @@
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 a (any) subdirectory of your {tomcat}/webapps directory (make
sure you didn't leave off the ".." or you'll get a null pointer
+exception).
+{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.
@@ -248,6 +252,12 @@
</body>
</html>
<!-- end the processing -->
+
+
+
+
+
+
--
To unsubscribe, e-mail: <mailto:lucene-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-dev-help@jakarta.apache.org>
|