什么是 Jbossstandalone.xml?其目的是什么?

Sud*_*kar 6 jboss application-server

我知道要运行 JBoss,我们需要standalone.xml,但我不明白standalone.xml 文件中的内容。

有人可以用例子向我解释其中定义的内容吗?

谢谢

Atu*_*tul 2

如果您查看一下,$JBOSS_HOME/docs/schema就会发现有几个构成standalone.xml 文件的架构。

standalone.xml文件包含有关 JBOSS 或 Wildfly 使用的模块的所有信息。如果您想了解每个模块,请阅读此http://wildscribe.github.io/WildFly/15.0/index.html

除此之外,如果您想了解子系统的属性,请访问https://developer.jboss.org/wiki/JBossDTDs