I used Ubuntu 8.10 as the Solr server OS, and set:
solr.solr.home=home/huenzhao/search/tomcat6/bin/solr.
When I run the tomcat(The tomcat a
I was running into the same problem both on a windows machine at home and on a hosted VPS linux machine. The solution turned out to be I didn't actually have a directory conf in webapps/solr and this not correct path to solrconfig.xml
The path is to be configured in solr.xml which should reside either inside your-tomcat/conf/Catalina/localhost/
or on the class path.