wildfly or jboss 7.1 standalone.xml dtd

雨燕双飞 提交于 2019-12-05 10:15:10

James R. Perkins's right. Under $JBOSS_HOME/docs/schema there are several schemas, which describe the tags of standalone.xml. The table on https://developer.jboss.org/wiki/JBossDTDs denotes which 'DTD or Schema' applies to what xml. For example, if You are curious about the 'logging' subsystem of standalone.xml, than look at $JBOSS_HOME/docs/schema/jboss-as-logging_1_1.xsd file.

If you look in the $JBOSS_HOME/docs/schema there are several schemas that make up the standalone.xml file.

you should start from $JBOSS_HOME/docs/schema/wildfly-config_5_0.xsd , there is the definition of the main types "domain", "host" and "server". Good luck!

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!