Very strange. What I'm seeing is it works as expected when I set the properties on the command line, but when I edit run.conf.bat to include them in JAVA_OPTS, I get the behavior you reported.
Ah! I get it. The code that fixes the jgroups.bind_addr property if it's 0.0.0.0 is part of the processing of arguments passed to org.jboss.Main. But when you set it via JAVA_OPTS, that's passed to java directly, not as an argument passed to Main. https://jira.jboss.org/jira/browse/JBAS-7119 Thanks for the report. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4245421#4245421 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4245421 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
