I have converted a maven project to gradle , I am using Spring tool suite and all the dependency jars are uploaded successfully .When I build the project it builds successfully. but I am not getting an idea how to run this web application , I tried to make a war so that I can used tomcat to deploy , I found tomcat plugin for that but when I insert tomcat plugin in my build.gradle file ,it gives me error: Plugin with tomcat id not found
Please help someone I am just stuck , I am assuming the structure it follows is same as gradle and as I am using jsp pages and xml files can I keep these files in my resources folder .
How can i create the war file of project and deploy using eclipse-wtp in tomcat?