Jboss only works on localhost:8080 ,but doesnt reply when called by ip

后端 未结 4 1664
北海茫月
北海茫月 2020-12-15 20:40

I installed JBoss 5.0.1 and ran it , but when i called it from the same computer on localhost:8080 it works but when i call it from other computer it doesnt work at all usin

4条回答
  •  悲哀的现实
    2020-12-15 21:14

    Solution to jboss 7 is the same, but with the addition of -bmanagement for the management interface

    -b 0.0.0.0 -bmanagement 127.0.0.1
    

    If you prefer do set this permanently in config file you may edit file standalone/configuration/standalone.xml from :

    
        
            
        
        
            
        
        
            
        
    
    

    to:

    
        
            
        
        
            
        
        
            
        
    
    

提交回复
热议问题