I have a maven web module in my eclipse project.
Is it possible to simply test this module in eclipse by running it on tomcat.
At the minute im generating a war file and adding it to the webapps directory of tomcat.
A quicker approach would be great
Thanks
Damien
You could deploy your application on Tomcat using the WTP. This is doable whether you’re using the Maven Eclipse Plugin or the m2eclipse plugin (just make sure to install the Maven Integration for WTP from the m2eclipse Extras).