[
https://issues.apache.org/jira/browse/SOLR-4792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14229970#comment-14229970
]
Timothy Potter commented on SOLR-4792:
--------------------------------------
bq. I've been unable to get the latter to do some simple things like start up
two different servers on different ports
[[email protected]] Maybe related to SOLR-6726 which has issues depending on
which ports are chosen? If you want to start multiple servers, then there has
to be multiple server directories or at the least, multiple solr.solr.home
directories. Does the following work for you?
{code}
cd solr
cp -r server server2
bin/solr start
bin/solr start -p 8984 -d server2
{code}
> stop shipping a war in 5.0
> --------------------------
>
> Key: SOLR-4792
> URL: https://issues.apache.org/jira/browse/SOLR-4792
> Project: Solr
> Issue Type: Task
> Components: Build
> Reporter: Robert Muir
> Assignee: Mark Miller
> Fix For: 5.0, Trunk
>
> Attachments: SOLR-4792.patch
>
>
> see the vote on the developer list.
> This is the first step: if we stop shipping a war then we are free to do
> anything we want.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]