Index: debian_installer/lams2-2.4.0/debian/lams2.init =================================================================== RCS file: /usr/local/cvsroot/debian_installer/lams2-2.4.0/debian/lams2.init,v diff -u -r1.2 -r1.3 --- debian_installer/lams2-2.4.0/debian/lams2.init 27 Aug 2012 20:56:12 -0000 1.2 +++ debian_installer/lams2-2.4.0/debian/lams2.init 4 Sep 2012 16:14:27 -0000 1.3 @@ -31,7 +31,7 @@ GROUP=lams # Use this when using a non-default server configuration in jboss #JBOSS_OPTS="-b 0.0.0 -c " -JBOSS_OPTS= -b 0.0.0.0 +JBOSS_OPTS=" -b 0.0.0.0 " # If you want to bind LAMS to an specific IP, change the 0.0.0.0 to the IP. test -x $JAVA || exit 0