You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2007/11/09 16:28:23 UTC

[Solr Wiki] Trivial Update of "SolrInstall" by PieterCoucke

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The following page has been changed by PieterCoucke:
http://wiki.apache.org/solr/SolrInstall

------------------------------------------------------------------------------
  
  == Setup ==
   * Stop your servlet container
-  * From the solr distribution, copy the solr war to the webapps directory of your servlet container as solr.war
+  * From the solr distribution, copy the solr war to the webapps directory of your servlet container '''as solr.war'''
   * From the solr distribution, copy the example solr home '''example/solr''' as a template for your solr home.
   * Start the servlet container, passing the location of your solr home.  This may be done in a number of ways:
     * Set the java system property solr.solr.home to your solr home.