jboss.md
615 Bytes
JBoss configuration and usage
The intent of this file is not to provide a full documentation about JBoss, EJBs or dependency injection but to give some hints that might be useful when working on the project.
Main configuration file
A JBoss application server is configured mostly using XML files. The most important one is the standalone.xml
which is located in docker/wildfly/standalone.xaml
.
Building and deploying the services
When building with gradle, the modules result in seperate .war
archives which are copied into the JBoss docker container. JBoss should then reload them automatically.