You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2014/08/26 20:59:26 UTC

[Solr Wiki] Update of "SolrTomcat" by JoshuaEdwards

Dear Wiki user,

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

The "SolrTomcat" page has been changed by JoshuaEdwards:
https://wiki.apache.org/solr/SolrTomcat?action=diff&rev1=67&rev2=68

  
  == Simple Example Install ==
  <!> [[Solr4.3]] requires completely different deployment. These instructions are '''not''' current and are for an indeterminate version of Solr.
+ 
+ <!> Though this page needs to be completely re-written for the latest Solr version, here are the main differences with Solr 4.3 (at least for running a single instance).  These steps are required for both Linux and Windows.
+  * Java 1.7 is required
+  * The JAR files from the Solr lib/ext directory (something like /opt/solr/example/lib/ext) must be copied to $CATALINA_HOME/lib/
+  * The log4j.properties file from the resources file (something like /opt/solr/example/resources) must be copied to $CATALINA_HOME/lib/
+ 
  
  === Installing Tomcat 6 ===
  [[http://tomcat.apache.org/|Apache Tomcat]] is a web application server for Java servlets.  These are instructions for manually installing Tomcat 6 on Linux, recommended because distribution Tomcats are either old or quirky.