This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: To grant access to JBOSS for web client not on the localsfisque Jul 30, 2008 11:38 AM (in response to guidoberetta)when you launched jboss with run.sh, did you give it a bind address via the -b command flag? otherwise it only binds to the loopback (127.0.0.1) and wont be accessible to the outside world. 
 try launching jboss with the following extra parameter:
 -b [your hostname or external facing ip address]
 that should fix it up for you.
 == stanton
- 
        2. Re: To grant access to JBOSS for web client not on the localguidoberetta Jul 31, 2008 4:21 AM (in response to guidoberetta)Many many thanks sfisque! you're right! 
 Now all works well...
 
    