WildFly CLI Deployment Operations: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
* [[WildFly CLI Operations#Subjects|WildFly CLI Operations]] | * [[WildFly CLI Operations#Subjects|WildFly CLI Operations]] | ||
=Standalone Mode= | |||
=Domain Mode= | |||
Connect to the domain controller. | |||
<pre> | |||
deploy /loca/path/to/the/applicaton/artifact/test.war [destination] | |||
</pre> | |||
where <tt>destination</tt> can be: | |||
* <tt>--all-server-groups</tt> | |||
* <tt>--server-groups=...</tt> |
Revision as of 02:16, 22 February 2016
External
Internal
Standalone Mode
Domain Mode
Connect to the domain controller.
deploy /loca/path/to/the/applicaton/artifact/test.war [destination]
where destination can be:
- --all-server-groups
- --server-groups=...