Re: Solr deployment in tomcat

2007-10-09 Thread Cool Coder
ubject: Re: Solr deployment in tomcat On 10/9/07, Chris Laux <[EMAIL PROTECTED]> wrote: > Jérôme Etévé wrote: > [...] > > /var/solr/foo/ is the solr home for this instance (where you'll put > > your schema.xml , solrconfig.xml etc.. ) . > > Thanks for the input Jér

Re: Solr deployment in tomcat

2007-10-09 Thread Jérôme Etévé
On 10/9/07, Chris Laux <[EMAIL PROTECTED]> wrote: > Jérôme Etévé wrote: > [...] > > /var/solr/foo/ is the solr home for this instance (where you'll put > > your schema.xml , solrconfig.xml etc.. ) . > > Thanks for the input Jérôme, I gave it another try and discovered that > what I was doing wrong

Re: Solr deployment in tomcat

2007-10-09 Thread Chris Laux
Jérôme Etévé wrote: [...] > /var/solr/foo/ is the solr home for this instance (where you'll put > your schema.xml , solrconfig.xml etc.. ) . Thanks for the input Jérôme, I gave it another try and discovered that what I was doing wrong was copying the solr/example/ directory to what you call "/var/

Re: Solr deployment in tomcat

2007-10-09 Thread Jérôme Etévé
Hi, Here's what I've got (multiplesolr instance within the same tomcat server) In /var/tomcat/conf/Catalina/localhost/ For an instance 'foo' : foo.xml : /var/tomcat/solrapp/solr.war is the path to the solr war file. It can be anywhere on the disk. /var/solr/foo/ is the solr home for this

Re: Solr deployment in tomcat

2007-10-09 Thread Chris Laux
> Hello Group, > Does anyone able to deploy solr.war @ tomcat. I just tried to deploy it as > per wiki and it gives bunch of exceptions and I dont think those exceptions > have any relevance with the actual cause. I was wondering if there is any > speciaf configuration needed? I had that very

Solr deployment in tomcat

2007-10-08 Thread Cool Coder
Hello Group, Does anyone able to deploy solr.war @ tomcat. I just tried to deploy it as per wiki and it gives bunch of exceptions and I dont think those exceptions have any relevance with the actual cause. I was wondering if there is any speciaf configuration needed? The exce