2012-07-15

How to deploy your project on Tomcat within Eclipse

Do you see the message [There are no resources that can be added or removed from the server.] when you select [Add and Remove...] on Tomcat server within Eclipse. If so, you need to add the Eclipse [Dynamic Web Module] facet.
  1. Go to [Properties] on your project.
  2. Check [Dynamic Web Module] at [Project Facets] page.
  3. Add your project on Tomcat and run.
  • Add [Maven Integration for Eclipse WTP] if you cannot find [Dynamic Web Module]

No comments:

Post a Comment