JBoss AS 7 not accepting remote connections

后端 未结 4 1116
粉色の甜心
粉色の甜心 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:08

    I changed the 127.0.0.1 (localhost) to 0.0.0.0 in standalone.xml. It works. Just be aware of the security.

    
        
            
        
        
            
        
        
        
            
            
        
    
    

提交回复
热议问题