mirror of https://github.com/apache/lucene.git
typo fixes
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150609 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d596b8a32b
commit
f12555cb2a
|
@ -161,7 +161,7 @@ any container, but it is up to you to adapt them appropriately.
|
|||
<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 @@ Tomcat. </p>
|
|||
<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>
|
||||
|
|
|
@ -22,7 +22,7 @@ any container, but it is up to you to adapt them appropriately.
|
|||
<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 @@ Tomcat. </p>
|
|||
|
||||
<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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue