I had the same issue some time back.  I think the problem is that you need
to create solr/conf and solr/data under the tomcat root, not inside
"webapps".

For instance:

TOMCAT HOME = /usr/local/tomcat/

SOLR CONFIG = /usr/local/tomcat/solr/conf/

SOLR DATA = /usr/local/tomcat/solr/data/

SOLR WEBAPP WAR = /usr/local/tomcat/webapps/solr.war



On 5/15/06, Chris Hostetter <[EMAIL PROTECTED]> wrote:


that's a little strange ... it looks like it's finding the SolrServlet
class but not SolrCore.

did you put the solr.war file directly into your webapps directory -- or
idd you expand it and move anything arround?

the war should work "out of the box" as long as it can find the config
files.

can you send the output of "find ." from the root directory of your tomcat
installation so we can see how you've got your files laid out?




: Date: Mon, 15 May 2006 11:05:56 +0200
: From: Morten Fangel <[EMAIL PROTECTED]>
: Reply-To: solr-user@lucene.apache.org, [EMAIL PROTECTED]
: To: solr-user@lucene.apache.org
: Subject: Newbie with problems getting Solr to run on Tomcat
:
: Hi,
:
: I'm quite the newbie when it comes to running Tomcat webapps and the
likes of
: it.. I just need Solr for my website as we have ~45.000 articles we
would
: like a full-text index of.
:
: And I have gotten the example "distribution" (solr-nightly/example/)
running
: by modding the schema.xml file.. But since I hardly believe that Getty
is
: suitable for a production env. I tried to move it to Tomcat..
: So I installed Tomcat on our "staging"/"test"-server (a copy of our
production
: env. to test stuff out on).
:
: It's:
: Java SDK: `java -version` == java version "1.5.0_06"
: Tomcat version: `./bin/version.sh`== Version: Apache Tomcat/5.0
:
: Solr-Nightly from solr-2006-09-19.zip
:
: When I try to access: testsite.[mycompany].dk/solr/admin/ I get attached
: error-msg..
:
: I would really appreciate any help, because I would really enjoy using
Solr
: for our searches...
:
: Morten Fangel // fangel
:   Denmark
:
:



-Hoss


Reply via email to