I am trying to fiddle with the gradle-tomcat-plugin and I am having some issues with some of the preliminaries. Assuming that my WAR is present in one of my folders, what do I need to do in order to run the war in an embedded tomcat using gradles tomcat plugin? The readme mentions the tomcatRunWar but I am a little lost as to how to use it in my gradle file
Any help would be appreciated.
Thanks
if you have set up everything right
go to your root directory (your build.gradle file should lie there), then execute
and you should see tomcats different tasks
application to it.
the WAR to it.
Runs the JSP compiler (Jasper) and turns JSP pages into Java source
using.
and then you just run it
myself I prefer jetty plugin