Versions Compared

Key

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

...

We assume thet the system is deployed on a Unix platform (including Mac-OSX), and that the user has basic familiarity with the Unix operating system. The installation can take place in any directory on the system to where the user has access, for example under '/usr/local/oodt'. To install under any other directory, simply replace '/usr/local/oodt' with your custom path in the instructions below.

Step 1: Deploy Solr within Tomcat or Jetty

--------------------------------------------------------Detailed instructions on how to deploy Solr within a servlet container such as Tomcat or Jetty can be found on the Solr web site.
In short, choosing to install Solr within a Tomcat servlet container:o

  • Download and install a fairly recent version of Tomcat (at the time of this writing, apache-tomcat-7.0.34.tar):
Code Block

cp apache-tomcat-7.0.34.tar /usr/local/oodt/.

...


cd /usr/local/oodt

...


tar xvf apache-tomcat-7.0.34.tar

...


ln -s ln -s ./apache-tomcat-7.0.34 ./apache-tomcat

o Download and install a Solr version of 4.X or above:

...