Re: multiple cores on SOLR under Tomcat

2010-04-28 Thread Dimitrios Sferopoulos
Thanks for all the help guys. I now have it up and running. Jon Baer wrote: I would not use this layout, you are putting important Solr config files outside onto the docroot (presuming we are looking @ the webapps folder) ... here is my current Tomcat project (if it helps): [507][jonbaer.MBP

Re: multiple cores on SOLR under Tomcat

2010-04-27 Thread Jon Baer
I would not use this layout, you are putting important Solr config files outside onto the docroot (presuming we are looking @ the webapps folder) ... here is my current Tomcat project (if it helps): [507][jonbaer.MBP: tomcat]$ pwd /Users/jonbaer/WORKAREA/SVN_HOME/my-project/tomcat [508][jonbaer

Re: multiple cores on SOLR under Tomcat

2010-04-27 Thread Shawn Heisey
Here's how I've got things set up. It's a different directory structure than yous, and I run it under jetty, but hopefully it gives you the basic idea. The dataDir setting is relative to the instanceDir setting. I run jetty with -Dsolr.solr.home=/index/solr so it can find solr.xml. [r...@i

Re: SV: multiple cores on SOLR under Tomcat

2010-04-27 Thread Dimitrios Sferopoulos
l.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

SV: multiple cores on SOLR under Tomcat

2010-04-27 Thread Roland Villemoes
: multiple cores on SOLR under Tomcat > My SOLR directory structure is: > > solr >  admin >  home >        bin >        conf >        data >        solr.xml >         multicore >                core0 >                    data >                    conf

Re: multiple cores on SOLR under Tomcat

2010-04-27 Thread Sergei Goorov
> My SOLR directory structure is: > > solr >  admin >  home >        bin >        conf >        data >        solr.xml >         multicore >                core0 >                    data >                    conf >                core1 >                    data >                    conf >  META-IN

multiple cores on SOLR under Tomcat

2010-04-27 Thread Dimitrios Sferopoulos
Hi all, I have been trying to set up multiple cores on SOLR that runs under Apache Tomcat but haven't had much luck. I followed the instruction on the wiki but that didn't help much. This is what I get when I browse in: http://devel.edina.ac.uk:20232/solr/admin/cores My SOLR directory struc