Re: Newbie with problems getting Solr to run on Tomcat

2006-05-17 Thread Morten Fangel
On Tuesday 16 May 2006 15:46, Yonik Seeley wrote: > For development, It's probably easiest to download Tomcat Core (in tgz > or zip format) from > http://www.signal42.com/mirrors/apache/tomcat/tomcat-5/v5.5.17/bin/apache-t >omcat-5.5.17.tar.gz and simply unarchive it yourself... that way things > a

Re: Newbie with problems getting Solr to run on Tomcat

2006-05-16 Thread Yonik Seeley
On 5/16/06, Morten Fangel <[EMAIL PROTECTED]> wrote: Could someone just guide me with a step by step install of the example from solr-nightly/example into Tomcat. For development, It's probably easiest to download Tomcat Core (in tgz or zip format) from http://www.signal42.com/mirrors/apache/to

Re: Newbie with problems getting Solr to run on Tomcat

2006-05-16 Thread Morten Fangel
On Monday 15 May 2006 22:51, you 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

Re: Newbie with problems getting Solr to run on Tomcat

2006-05-15 Thread Yonik Seeley
On 5/15/06, Chris Hostetter <[EMAIL PROTECTED]> wrote: i could have sworn Yonik made the code throw good error messages about missing config files a while back Yeah, as long as people ca see the whole exception chain, the error message should be in there. -Yonik

Re: Newbie with problems getting Solr to run on Tomcat

2006-05-15 Thread Chris Hostetter
: 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". did you really get the same exception becuase tomcat couldn't find your config directory? 2006-05-15 10:57:45 StandardContext[/solr

Re: Newbie with problems getting Solr to run on Tomcat

2006-05-15 Thread Brian Lucas
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 WEB

Re: Newbie with problems getting Solr to run on Tomcat

2006-05-15 Thread Chris Hostetter
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