- 
        1. I am having trouble changing JBOSS AS 6 to listen on the IP address instead of local hosttapper74 Mar 17, 2011 11:38 AM (in response to tapper74)Also I know I can use run.bat -b 0.0.0.0 to bind to all IPS but I have JBOSS on a windows box runing as a service.The service is defined below: "C:\jboss-6.0.0\bin\jbosssvc.exe" -r JBAS60SVC" Can I change it to: "C:\jboss-6.0.0\bin\jbosssvc.exe" -r -b 0.0.0.0 JBAS60SVC" ? Thanks 
- 
        2. Re: I am having trouble changing JBOSS AS 6 to listen on the IP address instead of local hostpeterj Mar 18, 2011 12:21 AM (in response to tapper74)No, that will not work. Instead, edit the service.bat file where the app server gets started and add the "-b 0.0.0.0" there. See this also: http://community.jboss.org/message/590434 
- 
        3. Re: I am having trouble changing JBOSS AS 6 to listen on the IP address instead of local hosttapper74 Mar 18, 2011 11:04 AM (in response to peterj)Sweet. It works thanks. Is this any where in the jboss 6 documentation? I couldn't find it - perhaps we could add it it? Or make the other post a sticky or something. Anyway, thanks dude. 
- 
        4. I am having trouble changing JBOSS AS 6 to listen on the IP address instead of local hostpeterj Mar 18, 2011 5:25 PM (in response to tapper74)Is this any where in the jboss 6 documentation? Not that I know of, but it is in JBoss in Action (section 15.6.2). JBoss in Action is specific to AS 5.x, but some things still apply. 
 
    