Without using maven, to run the app on tomcat from the Intellij IDE, all you have to do is create an artifact and a \"tomcat\" run configuration pointing to that artifact, this
If you have set
war
in your pom, IDEA should automatically identify the artifact (your WAR file) to deploy. No need to manually create an artifact.