首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >standalone.xml和standalone-full.xml之间的区别

standalone.xml和standalone-full.xml之间的区别
EN

Stack Overflow用户
提问于 2013-10-23 01:18:35
回答 3查看 38.6K关注 0票数 54

standalone.xmlstandalone-full.xml有什么不同。我们在什么场景下使用standalone-full.xml

EN

回答 3

Stack Overflow用户

回答已采纳

发布于 2014-05-17 02:23:03

  • standalone.xml:支持Java EE Web配置文件以及一些扩展,如Java EE Web服务,并支持无clustering
  • standalone-ha.xml:缺省配置文件的Java EE完整配置文件和所有服务器功能的EJB3 remote invocations
  • standalone-full.xml:支持具有群集功能的capabilities
  • standalone-full-ha.xml:完整配置文件capabilities

答案来自:The Differences Between JBoss EAP 5 and EAP 6

票数 57
EN

Stack Overflow用户

发布于 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

票数 9
EN

Stack Overflow用户

发布于 2017-07-21 16:05:47

来自RHELSM (https://access.redhat.com/solutions/1136103)

  1. standalone.xml:这是独立服务器的默认配置文件。它包含有关独立服务器的所有信息,包括子系统、网络、部署、套接字绑定和其他可配置的详细信息。当您启动独立的server.
  2. standalone-full.xml:时,会自动使用此配置。这是独立服务器的示例配置。它包括对除高availability.
  3. standalone-ha.xml:所需子系统以外的所有可能子系统的支持此示例配置文件启用所有默认子系统,并为独立服务器添加mod_cluster和JGroups子系统,以便它可以参与高可用性或负载平衡cluster.
  4. standalone-full-ha.xml:这是独立服务器的示例配置。它包括对每个可能的子系统的支持,包括高availability.

所需的子系统

消息传递的服务器配置包含在独立服务器的$EAP_HOME/standalone/configuration/standalone-full.xml或$EAP_HOME/standalone/configuration/standalone-full-ha.xml文件中。服务器配置文件中的元素包含所有JMS配置。

它说,完全配置还包含子配置:

  • standalone-full.xmlstandalone.xml
  • standalone-full-ha.xmlstandalone-ha.xml
票数 9
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/19524364

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档