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 ------------------------------------------------------------------------------ cd solr-tomcat/ wget http://www.ibiblio.org/pub/mirrors/apache/tomcat/tomcat-5/v5.5.20/bin/apache-tomcat-5.5.20.zip NIGHTLY=solr-`/bin/date +%F` - wget http://people.apache.org/dist/lucene/solr/nightly/$NIGHTLY.zip + 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
