0 Replies Latest reply on Feb 14, 2012 7:32 AM by jmfaerman

    Dynamic JVM parameters in domain mode

    jmfaerman

      Hello,

       

      I need the JVMs for the jboss instances spawned by the Host Controller to be parameterized with the instance name, so that my monitoring agent can recognize it. It would be useful to use other parameters too, in something like:

       

                  <jvm name="default">
                     <heap size="64m" max-size="512m"/>
                     <option value="-Dmy.server.name=${jboss.server.name}"/>
                  </jvm>
      

       

      Is this possible? If so, is there a list of parameter names?

       

      Regards,

      Julio