[jboss-jira] [JBoss JIRA] Resolved: (AS7-372) Separate $JAVA_OPTS for ProcessController and HostController

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Wed Sep 21 11:23:26 EDT 2011


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

Brian Stansberry resolved AS7-372.
----------------------------------

    Resolution: Done


> Separate $JAVA_OPTS for ProcessController and HostController
> ------------------------------------------------------------
>
>                 Key: AS7-372
>                 URL: https://issues.jboss.org/browse/AS7-372
>             Project: Application Server 7
>          Issue Type: Feature Request
>          Components: Domain Management
>            Reporter: Brian Stansberry
>            Assignee: Brian Stansberry
>            Priority: Minor
>             Fix For: 7.1.0.Beta1
>
>
> 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