See the Solr Reference Guide:

"
-s <dir>

Sets the solr.solr.home system property; Solr will create core directories
under this directory. This allows you to run multiple Solr instances on the
same host while reusing the same server directory set using the -d
parameter. If set, the specified directory should contain a solr.xml file,
unless solr.xml exists in ZooKeeper. The default value is server/solr.
"
https://cwiki.apache.org/confluence/display/solr/Solr+Start+Script+Reference



-- Jack Krupansky

On Mon, Jan 4, 2016 at 10:28 AM, Mugeesh Husain <muge...@gmail.com> wrote:

> 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 the Solr - User mailing list archive at Nabble.com.
>

Reply via email to