You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stratos.apache.org by "Imesh Gunaratne (JIRA)" <ji...@apache.org> on 2015/01/23 06:21:34 UTC

[jira] [Created] (STRATOS-1106) CLI Startup Script does not accept Invocation Arguments

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)