WildFly CLI - Add a Module: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * CLI Operations") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
* [[WildFly CLI Operations#Subjects|CLI Operations]] | * [[WildFly CLI Operations#Subjects|CLI Operations]] | ||
=Overview= | |||
<pre> | |||
module add --name=io.novaordis.example --slot=main --module-xml=.../module.xml --resources=.../resource-A.jar:.../resource-B.jar | |||
reload | |||
</pre> | |||
For more details on WildFly modules, see {{Internal|WildFly Modules|WildFly Modules}} |
Latest revision as of 20:37, 8 March 2017
Internal
Overview
module add --name=io.novaordis.example --slot=main --module-xml=.../module.xml --resources=.../resource-A.jar:.../resource-B.jar reload
For more details on WildFly modules, see