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 > aren't spread all across the system. > > Then cp -r solr/example/solr to the TomCat home directory > and cp solr/example/webapps/solr.war to the TomCat dir under webapps. > > Start Tomcat from it's base home dir via ./bin/startup.sh Great, I got it working in no time. Thank you, Thank you, Thank you..
Goodie - now, back to work for me.. I've got a search-page to set up. -fangel > > -Yonik