otis        02/05/28 19:34:25

  Modified:    docs     demo3.html
  Log:
  - Added a note about escaping backslashes when specifying a path to an
    index directory under Windows.
  Submitted by: Eli Tucker
  
  Revision  Changes    Path
  1.6       +4 -1      jakarta-lucene/docs/demo3.html
  
  Index: demo3.html
  ===================================================================
  RCS file: /home/cvs/jakarta-lucene/docs/demo3.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- demo3.html        16 May 2002 05:15:28 -0000      1.5
  +++ demo3.html        29 May 2002 02:34:25 -0000      1.6
  @@ -194,7 +194,10 @@
   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.  
  
  
  

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

Reply via email to