standalone.xml和standalone-full.xml有什么不同。我们在什么场景下使用standalone-full.xml
发布于 2014-05-17 02:23:03
答案来自:The Differences Between JBoss EAP 5 and EAP 6
发布于 2015-07-13 19:21:35
如果您配置了standalone-full.xml而不是standalone.xml,那么您必须在启动JBoss服务时选择它。
./standalone.sh -c standalone-full.xml
如果您在JBoss Developer Studio中执行此操作,则应在服务器配置中选择standalone-full.xml而不是standalone.xml。
发布于 2017-07-21 16:05:47
来自RHELSM (https://access.redhat.com/solutions/1136103)
所需的子系统
消息传递的服务器配置包含在独立服务器的$EAP_HOME/standalone/configuration/standalone-full.xml或$EAP_HOME/standalone/configuration/standalone-full-ha.xml文件中。服务器配置文件中的元素包含所有JMS配置。
它说,完全配置还包含子配置:
https://stackoverflow.com/questions/19524364
复制相似问题