This page allows you to set up deployment to WAR file. After completing the setup, the buildWar task will be created in your build.gradle
. You can run the task from the Search dialog or at the command prompt.
buildWar
task is configured in build.gradle
.context.xml
(Tomcat deployment descriptor) should be included in WAR file.web.xml
of the single WAR. Click Generate to create this file automatically./WEB-INF/local.app.properties
file inside the WAR.