Last active
          August 30, 2016 18:16 
        
      - 
      
- 
        Save oviniciusfeitosa/70340798200080c9293f7119c69a7c4a to your computer and use it in GitHub Desktop. 
    JBOSS - Share network access to anyone 
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | Change the file "standalone.xml": | |
| <interface name="public"> | |
| <inet-address value="${jboss.bind.address:0.0.0.0}"/> | |
| </interface> | |
| to | |
| <interface name="public"> | |
| <any-ipv4-address/> | |
| </interface> | |
| or | |
| <interface name="public"> | |
| <inet-address value="0.0.0.0"/> | |
| </interface> | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment