On Tue, Mar 31, 2009 at 7:04 PM, Udaya <ukvign...@gmail.com> wrote: > > 3. The solr configuration xml files are placed inside the directory > structure > C:\web1\solr1\test\DIH\conf. > 5. I have set the java option in tomcat configuration as > -Dsolr.solr.home=C:\web1\solr1\test(It is here that the solr.xml and DIH > folder are located > inside which the conf folder is located) > > When I try to run the apache-solr-1.3.war thats deployed in the tomcat, it > results to > "Welcome to Solr" page with a "Solr Admin" hyper link in it. When clicking > on "Solr Admin" > it results to an error page"HTTP Status 404 - missing core name in path" >
It seems you need only a single Solr index. The solr.xml is needed only when you want to use multiple Solr indices -- the example-DIH provides a db and an rss example, therefore it uses a solr.xml. Point your solr home to the test/DIH directory which contains the conf directory. -- Regards, Shalin Shekhar Mangar.