You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Dawid Weiss (JIRA)" <ji...@apache.org> on 2015/08/24 14:59:45 UTC

[jira] [Commented] (SOLR-7962) Passing additional arguments to solr.cmd does not work on Windows

    [ https://issues.apache.org/jira/browse/SOLR-7962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14709221#comment-14709221 ] 

Dawid Weiss commented on SOLR-7962:
-----------------------------------

SOLR-7847 broke the windows {{solr.cmd}} script. Specifically, passing arguments via {{-a}} no longer works in conjunction with example ({{-e}}) option. For example this:
{code}
bin\solr start -e techproducts -a "-Dsolr.clustering.enabled=true"
{code}

Does not pass the sysproperty properly. The problem is, as far as I can tell, in the fact that local variables ({{SOLR_ADDL_ARGS}}) get erased somehow during example setup.

> Passing additional arguments to solr.cmd does not work on Windows
> -----------------------------------------------------------------
>
>                 Key: SOLR-7962
>                 URL: https://issues.apache.org/jira/browse/SOLR-7962
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 5.3
>            Reporter: Dawid Weiss
>




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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org