WildFly CLI - Add a Module: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * CLI Operations") |
No edit summary |
||
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> |
Revision as of 20:26, 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