[
https://issues.apache.org/jira/browse/STRATOS-1106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Anuruddha Lanka Liyanarachchi updated STRATOS-1106:
---------------------------------------------------
Fix Version/s: 4.1.0 RC1
> CLI Startup Script does not accept Invocation Arguments
> -------------------------------------------------------
>
> Key: STRATOS-1106
> URL: https://issues.apache.org/jira/browse/STRATOS-1106
> Project: Stratos
> Issue Type: Bug
> Components: CLI
> Affects Versions: 4.1.0 Alpha
> Reporter: Imesh Gunaratne
> Assignee: Imesh Gunaratne
> Fix For: 4.1.0 Beta, 4.1.0 RC1
>
>
> It seems like we have not appended command line arguments to the CLI startup
> command in the bash script in 4.1.0-alpha:
> {code}
> 4.0.0:
> +java -cp "${class_path}" ${properties} ${debug} org.apache.stratos.cli.Main
> $*
> 4.1.0 alpha:
> -java -cp "${class_path}" ${properties} ${debug} org.apache.stratos.cli.Main
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)