dnaber      2004/10/13 14:08:59

  Modified:    xdocs    demo3.xml
               docs     demo3.html
  Log:
  typo fixes
  
  Revision  Changes    Path
  1.4       +4 -4      jakarta-lucene/xdocs/demo3.xml
  
  Index: demo3.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-lucene/xdocs/demo3.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- demo3.xml 9 Feb 2002 12:38:53 -0000       1.3
  +++ demo3.xml 13 Oct 2004 21:08:59 -0000      1.4
  @@ -22,7 +22,7 @@
   <p>
   The Lucene Web Application demo is a template web application intended for 
deployment
   on Tomcat or a similar web container.  It's NOT designed as a "best practices"
  -implementation by ANY means.  Its more of a "hello world" type Lucene Web App.  
  +implementation by ANY means.  It's more of a "hello world" type Lucene Web App.  
   The purpose of this application is to demonstrate Lucene.  With that being said, 
   it should be relatively simple to create a small searchable website in Tomcat or 
   a similar application server.
  @@ -54,14 +54,14 @@
   
   <section name="Configuration">
   <p> 
  -From your Tomcat directory look in the webapps/luceneweb subdirectory.  If its not 
  +From your Tomcat directory look in the webapps/luceneweb subdirectory.  If it's 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 
  -strings as you see fit.  Once you have finsihed altering the configuration you 
should 
  +strings as you see fit.  Once you have finished 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.  
  -(The u option is not available in all versions of jar.  In this case recreate the 
war file).
  +(The -u option is not available in all versions of jar.  In this case recreate the 
war file).
   </p>
   </section>
   
  
  
  
  1.28      +4 -4      jakarta-lucene/docs/demo3.html
  
  Index: demo3.html
  ===================================================================
  RCS file: /home/cvs/jakarta-lucene/docs/demo3.html,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- demo3.html        18 May 2004 13:32:00 -0000      1.27
  +++ demo3.html        13 Oct 2004 21:08:59 -0000      1.28
  @@ -161,7 +161,7 @@
                                       <p>
   The Lucene Web Application demo is a template web application intended for 
deployment
   on Tomcat or a similar web container.  It's NOT designed as a "best practices"
  -implementation by ANY means.  Its more of a "hello world" type Lucene Web App.  
  +implementation by ANY means.  It's more of a "hello world" type Lucene Web App.  
   The purpose of this application is to demonstrate Lucene.  With that being said, 
   it should be relatively simple to create a small searchable website in Tomcat or 
   a similar application server.
  @@ -223,14 +223,14 @@
         <tr><td>
           <blockquote>
                                       <p> 
  -From your Tomcat directory look in the webapps/luceneweb subdirectory.  If its not 
  +From your Tomcat directory look in the webapps/luceneweb subdirectory.  If it's 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 
  -strings as you see fit.  Once you have finsihed altering the configuration you 
should 
  +strings as you see fit.  Once you have finished 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.  
  -(The u option is not available in all versions of jar.  In this case recreate the 
war file).
  +(The -u option is not available in all versions of jar.  In this case recreate the 
war file).
   </p>
                               </blockquote>
           </p>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to