On 3/20/06, Mike Austin <[EMAIL PROTECTED]> wrote: > I'm trying to set solr up with CentOS 4.2, Apache 2.0.55, Tomcat 5, and Java > SDK 1.5 for the first time. > > I copied the solr.war to the tomcat webapps folder and it created the solr > folders. I then try running the app with > http://localhost:8080/solr/adminand I get an error (I don't have the > error message now, I can get it later > tonight if needed). Is there some other step besides just copying the war > file?
Hi Mike, Solr needs to find it's config files. Check out the "example" directory of the solr distribution you downloaded. Solr currenty checks the ./solrconf/ directory for it's config, but that may soon change to ./solr/conf due to discussions on solr-dev. -Yonik