Yes, I have a solution running on that. If you remove your "multicore" level or add it to your solr.xml it will work.
Roland Villemoes -----Oprindelig meddelelse----- Fra: Sergei Goorov [mailto:goo...@gmail.com] Sendt: 27. april 2010 14:37 Til: solr-user@lucene.apache.org Emne: Re: multiple cores on SOLR under Tomcat > My SOLR directory structure is: > > solr > admin > home > bin > conf > data > solr.xml > multicore > core0 > data > conf > core1 > data > conf > META-INF > WEB-INF > > and my solr.xml is: > > <?xml version="1.0" encoding="UTF-8" ?> > <solr persistent="true"> > <cores adminPath="/admin/cores"> > <core name="core0" instanceDir="core0" /> > <core name="core1" instanceDir="core1" /> > </cores> > </solr> > may be <core name="core0" instanceDir="multicore/core0" />? or "multicore" should be excepted from directory hierarchy. Serg