Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
cp /usr/local/oodt/solr/dist/solr-4.2.0.war /usr/local/oodt/apache-tomcat/webapps/solr.war

...

  • Copy the example Solr configuration directory to another location for subsequent modifications:
Code Block

cp -R /usr/local/oodt/solr/example/solr /usr/local/oodt/solr-home

...

  • Test your installation by starting Tomcat with a pointer to the Solr home directory:
Code Block

export CATALINA_OPTS='-Dsolr.solr.home=/usr/local/oodt/solr-home'

...


cd /usr/local/oodt/apache-tomcat/bin

...


./catalina.sh start

The Solr admin home page should be available at the following URL:http://localhost:8080/solr

...