Hi David,
Start Solr from jetty first, then check the following:
1. your war file is placed outside of the normal webapps
2. your content file, solr.xml is written properly. In the case you are not
sure, use absolute path
3. copy and paste the trace after SEVERE, especially the last line. If you
One easy way is to put the solr folder with configuration files (schema.xml,
solrconfig.xml)
in the folder where you start Tomcat from. For example, i have the following
folder structure -
--> Tomcat Home
--> solr
--> conf (contains the configuration files)
--> bin
I copied over t
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