7. WAR File Deployment¶
War files that are created by im-Juggling are placed to arbitrary directory.
Please execute the following commands.
In case of Windows (start Command Prompt)
# cd <%RESIN_HOME%> # resin deploy any directory path/WAR file nameIn case of Linux
# <%RESIN_HOME%>/bin/resinctl deploy any directory path/war file nameNote
In case multi-tenant is used, please execute it for each necessary WAR file.
Warning
In order to deploy WAR files, it is necessary that Resin has been started.