o do it?
>
>
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/Multiple-solr-instances-on-one-server-tp4248411p4299645.html
> Sent from the Solr - User mailing list archive at Nabble.com.
We are also require multiple solr instances to divide the heap space between
cores. What is the best way to do it?
--
View this message in context:
http://lucene.472066.n3.nabble.com/Multiple-solr-instances-on-one-server-tp4248411p4299645.html
Sent from the Solr - User mailing list archive at
n
> Sent: 04 January 2016 16:01
> To: solr-user@lucene.apache.org
> Subject: Re: Multiple solr instances on one server
>
> you could use inbuilt(internal) jetty in the production, its depend on
> requirement.
>
> if you want to use other container, tomcat would be the best.
.
From: Mugeesh Husain
Sent: 04 January 2016 16:01
To: solr-user@lucene.apache.org
Subject: Re: Multiple solr instances on one server
you could use inbuilt(internal) jetty in the production, its depend on
requirement.
if you want to use other container, tomcat would be
.n3.nabble.com/Multiple-solr-instances-on-one-server-tp4248411p4248429.html
Sent from the Solr - User mailing list archive at Nabble.com.
e how many solr instances I would need
to run yet, it could be as high as 10.
From: Mugeesh Husain
Sent: 04 January 2016 15:28
To: solr-user@lucene.apache.org
Subject: Re: Multiple solr instances on one server
you could start solr with multiple port like b
with multiple port like below
>
>
> bin/solr start -p 8983 one instance
> bin/solr start -p 8984 second instance and so its depend on you
>
>
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/Multiple-solr-instances-on-one-server-tp4248411p42484
you could start solr with multiple port like below
bin/solr start -p 8983 one instance
bin/solr start -p 8984 second instance and so its depend on you
--
View this message in context:
http://lucene.472066.n3.nabble.com/Multiple-solr-instances-on-one-server-tp4248411p4248413.html
Sent from
Hello,
(Solr 5.2.1)
I'm wanting to run multple solr instances on one server, does anyone know which
is better- allowing each solr instance to use their own internal jetty or to
install jetty on the server?
Many thanks
Philippa