On Wed, Mar 19, 2008 at 1:51 AM, David Geller <[EMAIL PROTECTED]> wrote: > Honestly. Any help would be *much* appreciated but shouldn't Tomcat be > the easiest way to run SOLR?
The easiest way to run Solr is: cd example java -jar start.jar If you want to set it up with Tomcat yourself, see the following http://wiki.apache.org/solr/SolrTomcat -Yonik