Difference between standalone.xml and standalone-full.xml

前端 未结 3 884
無奈伤痛
無奈伤痛 2020-12-24 04:58

What is the Difference between standalone.xml and standalone-full.xml. In what scenarios we use standalone-full.xml

3条回答
  •  再見小時候
    2020-12-24 05:33

    If you configured standalone-full.xml instead of standalone.xml,- then you have to choose it while you start JBoss service.

    ./standalone.sh -c standalone-full.xml

    If you do it in JBoss Developer Studio then you should choose standalone-full.xml instead of standalone.xml in the Server Config.

提交回复
热议问题