JBoss Community

standalone.conf.bat - 2 things

created by guinotphil in JBoss AS 7 Development - View the full discussion

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.

Reply to this message by going to Community

Start a new discussion in JBoss AS 7 Development at Community