How to deploy an application over the internet with JBoss AS 7

后端 未结 3 1222
暗喜
暗喜 2021-01-06 19:09

I am using JBoss 7 AS. I am deploying the projects via the linux box by the cmd like so

bin/standalone.sh -b [ipaddress]

This wo

3条回答
  •  再見小時候
    2021-01-06 19:34

    The binding -b 0.0.0.0 does not work in JBoss AS7. Instead you have to configure the interfaces in standalone/configuration/standalone.xml.

    
        
            
        
        
            
        
    
    

提交回复
热议问题