What is Jboss standalone.xml? what is the purpose of it?
Asked Answered
L

1

6

I know to run the JBoss we need the standalone.xml, but I do not understand the content in the standalone.xml file.

Can someone explain to me what is defined in it with an example?

Thanks

Lymphocyte answered 20/2, 2019 at 17:28 Comment(0)
L
2

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

standalone.xml file contains all the information regarding modules used by the JBOSS or wildfly. If you want to know about each and every module then read this http://wildscribe.github.io/WildFly/15.0/index.html.

In addditon to this, if you want to learn about the attributes of the sub-systems then access https://developer.jboss.org/wiki/JBossDTDs

Lakshmi answered 21/2, 2019 at 21:57 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.