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 2010/04/13 16:21:29 UTC

[Solr Wiki] Update of "SolrTomcat" by RobertMuir

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 RobertMuir.
The comment on this change is: update trunk location.
http://wiki.apache.org/solr/SolrTomcat?action=diff&rev1=46&rev2=47

--------------------------------------------------

  The startup script [[attachment:tomcat6]] can be placed in ''/etc/init.d/tomcat6'' on CentOS/RedHat/Fedora so that you can start Tomcat using ''service tomcat6 start''.  Use ''chkconfig'' to enable the tomcat6 service to start on boot.
  
  === Building Solr ===
- Skip this section if you have a binary distribution of Solr. These instructions will building [[http://apache.is.co.za/lucene/solr|Solr]] from source, if you have a nightly tarball or have checked out the trunk from subversion at `http://svn.apache.org/repos/asf/lucene/solr/trunk`.  Assumes that you have [[http://java.sun.com|JDK 1.6]] already installed.
+ Skip this section if you have a binary distribution of Solr. These instructions will building [[http://apache.is.co.za/lucene/solr|Solr]] from source, if you have a nightly tarball or have checked out the trunk from subversion at `http://svn.apache.org/repos/asf/lucene/dev/trunk`.  Assumes that you have [[http://java.sun.com|JDK 1.6]] already installed.
  
  In the source directory, run `ant dist` to build the .war file under ''dist''.  Build the example for the [[http://lucene.apache.org/solr/tutorial.html|Solr tutorial]] by running `ant example`.  Change to the 'example' directory, run ''java -jar start.jar'' and visit `localhost:8983/solr/admin` to test that the example works with the  Jetty container.