anonymous wrote : JAVA_HOME is set : Where is it set, in the user or the system properties? Based on the console log you posted earlier I suspect it is set in user properties - it should be set in system properties.
anonymous wrote : Maybe the run.conf.bat is not taken into account when starting as a service Again, looking at the console log I see this: Calling C:\_dev\jboss-5.1.0.GA\bin\run.conf.bat so I am not sure why the options are not being picked up in run.conf.bat. anonymous wrote : I also notice that declaring the -Djboss.bind.adress in run.conf.bat isn't enough That is because the -b option sets more than the jboss.bind.address; you can look at the source code to see the other things being set from -b. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235721#4235721 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235721 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
