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 BillAu:
http://wiki.apache.org/solr/SolrTomcat

------------------------------------------------------------------------------
  wget http://people.apache.org/builds/lucene/solr/nightly/$NIGHTLY.zip
  unzip apache-tomcat-5.5.20.zip
  unzip $NIGHTLY.zip
- cp apache-solr-nightly-incubating/dist/apache-solr-nightly-incubating.war 
apache-tomcat-5.5.20/webapps/solr.war
+ cp apache-solr-nightly/dist/apache-solr-nightly.war 
apache-tomcat-5.5.20/webapps/solr.war
- cp -r apache-solr-nightly-incubating/example/solr .
+ cp -r apache-solr-nightly/example/solr .
  chmod a+x apache-tomcat-5.5.20/bin/*
  ./apache-tomcat-5.5.20/bin/startup.sh
  echo "Now browse to http://localhost:8080/solr/admin/";

Reply via email to