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

后端 未结 3 1224
暗喜
暗喜 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

    As I cannot comment to drri's answer, I'm adding a note as an answer.

    When you configure more port bindings, you have also to add a connector to it inside

    
    

    in following way: when you add binding named some-binding on port 10000, you specify it like:

            
    

    and then you add a connector accordingly:

    
    

提交回复
热议问题