[jboss-jira] [JBoss JIRA] Commented: (JBAS-8212) JVM configuration object model

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Fri Oct 8 11:12:40 EDT 2010


    [ https://jira.jboss.org/browse/JBAS-8212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12556093#action_12556093 ] 

Brian Stansberry commented on JBAS-8212:
----------------------------------------

Something that's been discussed and should be added in post-M1:

In domain controller mode, system properties declared in the config can be set at one of two times:

1) Via the cmd line params passed to the ProcessManager and on to the server's java.lang.Process
2) By an AbstractServerModelUpdate passed to the server via stdin (i.e. one of the updates used to initially build up the server's ServerModel.)

Currently, if a <system-property> is embedded within a <jvm> element, the latter is used, otherwise the former. We'd discussed instead removing <system-properties> as a child of jvm, and instead adding a flag to the <property> element that lets the user control whether 1) or 2) is used. Default would be 1), with 2) really only an option in case there are issues with the size of the command line params.

> JVM configuration object model
> ------------------------------
>
>                 Key: JBAS-8212
>                 URL: https://jira.jboss.org/browse/JBAS-8212
>             Project: JBoss Application Server
>          Issue Type: Sub-task
>      Security Level: Public(Everyone can see) 
>          Components: Domain Management
>            Reporter: Brian Stansberry
>             Fix For: 7.0.0.M1
>
>
> Portion of the domain object model that represents JVM configuration.

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

        


More information about the jboss-jira mailing list