JBoss AS 7 not accepting remote connections

后端 未结 4 1135
粉色の甜心
粉色の甜心 2020-12-23 02:24

I am using JBoss AS 7 and trying to connect to my application using the IP (from a computer in the intranet). It is not working. If I test from the computer which has the se

4条回答
  •  天涯浪人
    2020-12-23 03:15

    The answer is to edit standalone.xml and insert the tag any-address instead of inet-address bound to 127.0.0.1

    
        
            
        
        
           
        
    
    

提交回复
热议问题