« Return to Thread: [jira] Created: (CARGO-553) Allow users to specify runtime arguments via properties

[jira] Commented: (CARGO-553) Allow users to specify runtime arguments via properties

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View in Thread


    [ http://jira.codehaus.org/browse/CARGO-553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=188832#action_188832 ]

Matt Tucker commented on CARGO-553:
-----------------------------------

I'm having a problem with this functionality. I am specifying a runtime arg that I need when starting JBoss, that works great.

However, this arg is also passed on shutdown. This particular argument is not a valid arg for the shutdown method so it is causing an error and preventing clean shutdown.

We should be able to specify startup and shutdown runtime arguments independently.

> Allow users to specify runtime arguments via properties
> -------------------------------------------------------
>
>                 Key: CARGO-553
>                 URL: http://jira.codehaus.org/browse/CARGO-553
>             Project: Cargo
>          Issue Type: New Feature
>          Components: Core, Orion
>    Affects Versions: 0.9
>            Reporter: Andreas Knecht
>         Attachments: runtimeArgs.patch
>
>
> It should be possible to specify command line arguments (NOT JVM args) via properties.  For example for Orion, it may be necessary to start the server with the {{-userThreads}} flag.  It's not possible to specify this flag via a JVM arg.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


 « Return to Thread: [jira] Created: (CARGO-553) Allow users to specify runtime arguments via properties