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 projects option, no project is shown.
Right click on maven project and run as doesn’t have Run on Server option or may be I am missing something.
All I am looking for running Maven projects (from eclipse, no command prompt or manual copy paste of wars) in local Tomcat server just like normal J2EE projects without modifying pom.xml (seriously I don’t want to modify this)
In Eclipse
Maven Integration for WTPmust be installed. Also this project must be configured with web nature.UPDATE
To turn on web nature in your project properties -> Project Facets -> Convert to faceted form… -> Dynamic Web Module -> OK