Re: Multiple solr instances on one server

2016-10-04 Thread Erick Erickson
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.

Re: Multiple solr instances on one server

2016-10-04 Thread shalu
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

Re: Multiple solr instances on one server

2016-01-04 Thread Erick Erickson
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.

Re: Multiple solr instances on one server

2016-01-04 Thread philippa griggs
. 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

Re: Multiple solr instances on one server

2016-01-04 Thread Mugeesh Husain
.n3.nabble.com/Multiple-solr-instances-on-one-server-tp4248411p4248429.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Multiple solr instances on one server

2016-01-04 Thread philippa griggs
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

Re: Multiple solr instances on one server

2016-01-04 Thread Jack Krupansky
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

Re: Multiple solr instances on one server

2016-01-04 Thread Mugeesh Husain
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

Multiple solr instances on one server

2016-01-04 Thread philippa griggs
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