Timothy Potter created SOLR-6549:
------------------------------------

             Summary: bin/solr script should support a -s option to set the 
-Dsolr.solr.home property
                 Key: SOLR-6549
                 URL: https://issues.apache.org/jira/browse/SOLR-6549
             Project: Solr
          Issue Type: Improvement
          Components: scripts and tools
            Reporter: Timothy Potter
            Assignee: Timothy Potter


The bin/solr script supports a -d parameter for specifying the directory 
containing the webapp, resources, etc, lib ... In most cases, these binaries 
are reusable (and will eventually be in a server directory SOLR-3619) even if 
you want to have multiple solr.solr.home directories on the same server. In 
other words, it is more common/better to do:

{code}
bin/solr start -d server -s home1
bin/solr start -d server -s home2
{code}

than to do:

{code}
bin/solr start -d server1
bin/solr start -d server2
{code}

Basically, the start script needs to support a -s option that allows you to 
share binaries but have different Solr home directories for running multiple 
Solr instances on the same host.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to