Imesh Gunaratne created STRATOS-1106:
----------------------------------------
Summary: 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
It seems like we have not appended command line arguments to the CLI startup
command in the bash script in 4.1.0-alpha:
4.1 alpha:
-java -cp "${class_path}" ${properties} ${debug} org.apache.stratos.cli.Main
4.0:
+java -cp "${class_path}" ${properties} ${debug} org.apache.stratos.cli.Main $*
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)