How can I add my application to Tomcat in Eclipse?
Posted
by Aaron
on Stack Overflow
See other posts from Stack Overflow
or by Aaron
Published on 2010-05-09T09:38:49Z
Indexed on
2010/05/09
9:48 UTC
Read the original article
Hit count: 270
I have a web app built with Maven. Most of the time, I built the application using Intellij IDEA, but now I want to import the application in Eclipse to see something in this IDE.
After mvn eclipse:eclipse
, I add in Eclipse the app, but when I try to add the app to the server (tomcat), I receive:
There are no resources that can be added or removed from the server
Solutions?
© Stack Overflow or respective owner