[jboss-jira] [JBoss JIRA] (AS7-3462) Server instances in domain aren't running with '-server' argument out-of-the-box

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Thu Jan 26 14:39:48 EST 2012


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

Brian Stansberry updated AS7-3462:
----------------------------------

    Issue Type: Enhancement  (was: Bug)
      Assignee: Emanuel Muckenhuber  (was: Brian Stansberry)


Emanuel, if you can get to it.

An option is just adding
 
   <jvm-options>
      <option value="-server"/>
   </jvm-options>

to our standard configs. I'm mildly concerned about just hard coding adding it by default as that leaves no way for users to disable it if for some reason they wanted to.
                
> Server instances in domain aren't running with '-server' argument out-of-the-box
> --------------------------------------------------------------------------------
>
>                 Key: AS7-3462
>                 URL: https://issues.jboss.org/browse/AS7-3462
>             Project: Application Server 7
>          Issue Type: Enhancement
>          Components: Domain Management
>            Reporter: Rostislav Svoboda
>            Assignee: Emanuel Muckenhuber
>             Fix For: 7.1.0.Final
>
>
> AS7-2491 fixed '-server' issue for PC and HC but server instances in domain aren't running with '-server' argument out-of-the-box. For standalone it's running out-of-the-box.
> Please develop functionality to add '-server' argument automatically (if JVM enables that) during server instances initialization.
> Currently user is forced to edit host.xml, section 'jvms':
> {code}
> <jvm name="default">
>    <heap size="64m" max-size="256m"/>
>    <permgen size="256m" max-size="256m"/>
>    <jvm-options>
>       <option value="-server"/>
>    </jvm-options>
> </jvm>
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list