wildfly or jboss 7.1 standalone.xml dtd

安稳与你 提交于 2019-12-22 07:04:04

问题


I understand that this question is not very specific to programming but I am trying to find the description of each tag in standalone.xml in wildfly or jboss 7.1 so that I can learn about each tag and it will be helpful for configuration.

Where can I find a document that describes tags used in standalone.xml? jBoss or Wildfly administration guide does not give all the information.


回答1:


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.




回答2:


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




回答3:


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!



来源:https://stackoverflow.com/questions/27836957/wildfly-or-jboss-7-1-standalone-xml-dtd

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