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 YousefOurabi: http://wiki.apache.org/solr/SolrTomcat The comment on the change is: Changed version of Tomcat so script snippet can be copy-and-paste ------------------------------------------------------------------------------ #if you copy this to a shell script, make sure to run dos2unix on it to ensure correct line-endings mkdir solr-tomcat cd solr-tomcat/ - wget http://mirrors.ibiblio.org/pub/mirrors/apache/tomcat/tomcat-5/v5.5.23/bin/apache-tomcat-5.5.23.zip + wget http://mirrors.ibiblio.org/pub/mirrors/apache/tomcat/tomcat-5/v5.5.25/bin/apache-tomcat-5.5.25.zip NIGHTLY=solr-`/bin/date +%F` wget http://people.apache.org/builds/lucene/solr/nightly/$NIGHTLY.zip - unzip apache-tomcat-5.5.20.zip + unzip apache-tomcat-5.5.25.zip unzip $NIGHTLY.zip - cp apache-solr-nightly/dist/apache-solr-nightly.war apache-tomcat-5.5.20/webapps/solr.war + cp apache-solr-nightly/dist/apache-solr-nightly.war apache-tomcat-5.5.25/webapps/solr.war cp -r apache-solr-nightly/example/solr . - chmod a+x apache-tomcat-5.5.20/bin/* + chmod a+x apache-tomcat-5.5.25/bin/* - ./apache-tomcat-5.5.20/bin/startup.sh + ./apache-tomcat-5.5.25/bin/startup.sh echo "Now browse to http://localhost:8080/solr/admin/" #Note that the startup.sh script is run from the directory containing your solr home ./solr #since the solr webapp looks for $CWD/solr by default.
