dnaber 2004/08/25 16:26:17 Modified: src/java overview.html Log: remove the information about Sun's JavaWebServer, as it seems to be outdated Revision Changes Path 1.12 +0 -25 jakarta-lucene/src/java/overview.html Index: overview.html =================================================================== RCS file: /home/cvs/jakarta-lucene/src/java/overview.html,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- overview.html 7 Aug 2004 11:03:49 -0000 1.11 +++ overview.html 25 Aug 2004 23:26:17 -0000 1.12 @@ -129,31 +129,6 @@ <p><tt>> <b>rm java/jdk1.1.6/docs/relnotes/smicopyright.html</b></tt> <p><tt>> <b>java -cp lucene.jar:lucene-demo.jar org.apache.lucene.demo.IndexHTML java/jdk1.1.6/docs/relnotes</b></tt> <br><tt>deleting java/jdk1.1.6/docs/relnotes/SMICopyright.html</tt></blockquote> -HTML indexes are searched using SUN's <a href="http://jserv.javasoft.com/products/webserver/index.html">JavaWebServer</a> -(JWS) and <a href="../../src/demo/Search.jhtml">Search.jhtml</a>. To use -this: -<ul> -<li> -copy <tt>Search.html</tt> and <tt>Search.jhtml</tt> to JWS's <tt>public_html</tt> -directory;</li> -<li> -copy lucene.jar to JWS's lib directory;</li> - -<li> -create and maintain your indexes with demo.IndexHTML in JWS's top-level -directory;</li> - -<li> -launch JWS, with the <tt>demo</tt> directory on CLASSPATH (only one class -is actually needed);</li> - -<li> -visit <a href="../../src/demo/Search.html">Search.html</a>.</li> -</ul> -Note that indexes can be updated while searches are going on. <tt>Search.jhtml</tt> -will re-open the index when it is updated so that the latest version is -immediately available. -<br> </body> </html>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]