[jboss-jira] [JBoss JIRA] Updated: (JBAS-8938) Separate $JAVA_OPTS for ProcessController and HostController

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Fri Apr 15 15:53:33 EDT 2011


     [ https://issues.jboss.org/browse/JBAS-8938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Stansberry updated JBAS-8938:
-----------------------------------

    Fix Version/s: 7.0.0.CR1
                       (was: 7.0.0.Beta4)
      Component/s: Domain Management


> Separate $JAVA_OPTS for ProcessController and HostController
> ------------------------------------------------------------
>
>                 Key: JBAS-8938
>                 URL: https://issues.jboss.org/browse/JBAS-8938
>             Project: JBoss Application Server
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: Domain Management
>            Reporter: Brian Stansberry
>            Priority: Minor
>             Fix For: 7.0.0.CR1
>
>
> The way domain.sh and domain.conf work now, whatever value gets assigned to $JAVA_OPTS gets passed to java, so affects the vm used for the ProcessController, and then gets passed through as a param to the PC which uses it for creating the HostController process.
> We should have a separate variable for the PC, or perhaps use $JAVA_OPTS for neither and have 2 new variables. Settings for the PC are unlikely to be optimum for the HC, and using the same var makes it harder to set of debugging (e.g. both the PC and HC process will try and use the same port for remote socket debugging.)

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list