How to deploy a maven project on the engine (Tomcat)?

Hello,

I try to deploy a maven project on the Tomcat engine, but I can not find any folder for doing so.
If I use a wildfly distribution, I can find a deployments folder where I can paste my .war.

What do I need to do for deploying my maven project on Tomcat distribution?

In tomcat you need to put the war file into the webapps folder.

thanks Niall :slight_smile:

1 Like