: According to solr wiki, an instruction to use single war file and
: multiple context files (solr[1-2].xml).
...
: I wonder why following structure is not enough. I think this is
: the simplest way (disk space is a bit more necessary, of course):
...there's nothing stoping you from actu
I'd ask a slightly different question, "Why don't
you simply use multiple cores?". Using multiple
web apps uses up more resources than using
multiple cores. Is there a reason that wouldn't
work?
Best
Erick
2011/11/10 小池智浩 :
> Hello,
>
> I'm designing a solr web system and our system will have mul
Yes, but I dont see that Glassfish has the concept of "context fragments"
like Tomcat does...even though under the covers Glassfish is a bit of
Tomcat...(Catalina)
--
View this message in context:
http://lucene.472066.n3.nabble.com/Multiple-Solr-Webapps-in-Glassfish-with-JNDI-tp918383p920008.htm
Hi Kelly,
I'm not much of a Classfish user, but have you tried following the JNDI
instructions for Tomcat, maybe that works for Glassfish, too?
http://search-lucene.com/?q=jndi&fc_project=Solr
Otis
Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch
Lucene ecosystem search :: http:/
>> I'm trying to deploy several solr instance on my linux server, following the
>> solr wiki instruction : I've created TWO context fragment files (solr1.xml
>> solr2.xml), each one pointing on a different solr directory ( and ) and the
>> same solr.war ( and ) to have it working fine. I would
> Date: Mon, 17 Dec 2007 11:19:00 -0500
> From: [EMAIL PROTECTED]
> To: solr-user@lucene.apache.org
> Subject: Re: Multiple Solr Webapps
>
> Pierre-Yves LANDRON wrote:
> > Hello,
> >
> > I've got this dumb problem. I've tried to browse the mailing li
Pierre-Yves LANDRON wrote:
Hello,
I've got this dumb problem. I've tried to browse the mailing list archive, but there are way too much messages (btw, is there a way to "fullsearch" the archives ?)...
try:
http://www.nabble.com/Solr-f14479.html
I'm trying to deploy several solr instance on