[jboss-dev-forums] [JBoss AS 7 Development] - standalone.conf.bat - 2 things
guinotphil
do-not-reply at jboss.com
Fri Dec 2 05:19:13 EST 2011
guinotphil [http://community.jboss.org/people/guinotphil] created the discussion
"standalone.conf.bat - 2 things"
To view the discussion, visit: http://community.jboss.org/message/639511#639511
--------------------------------------------------------------
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
[http://community.jboss.org/message/639511#639511]
Start a new discussion in JBoss AS 7 Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2225]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20111202/2481e90f/attachment.html
More information about the jboss-dev-forums
mailing list