I have a Maven Project in Eclipse. I want to deploy it in my local tomcat server and run it like normal J2EE projects.
But What i found is in tomcat add/remove proje
In Eclipse Maven Integration for WTP must be installed. Also this project must be configured with web nature.
Maven Integration for WTP
UPDATE
To turn on web nature in your project properties -> Project Facets -> Convert to faceted form... -> Dynamic Web Module -> OK