2 Replies Latest reply on Jan 10, 2012 12:11 PM by ctomc

    standalone.conf.bat - 2 things

    guinotphil

      Hello,

       

      I've noticed a couple of (very minor) issues in standalone.conf.bat. However it would be good if they could be fixed before the release of AS 7.1.

       

      rem # Use JBoss Modules lockless mode

      rem #JAVA_OPTS="$JAVA_OPTS -Djboss.modules.lockless=true"

       

      should be

       

      rem # Use JBoss Modules lockless mode

      rem set "JAVA_OPTS=%JAVA_OPTS% -Djboss.modules.lockless=true"

       

      and standalone.conf has the following parameters on line 46

      -Djava.awt.headless=true

       

      so - I think - should have standalone.conf.bat

       

      rem # Headless

      set "JAVA_OPTS=%JAVA_OPTS% -Djava.awt.headless=true"

       

      Thanks for your interest.