I was given a MyEclipse project that deploys an app to Tomcat. The deployment works fine and I can run the app in the MyEclipse IDE.
I prefer to use IntelliJ for development. IntelliJ has the artifact and facet properties screen where I could determine exactly where in the webapp directory classes, resources, and libraries are deployed. Is there a place where I can find out in MyEclipse where it's copying all the parts of the webapp, so I can recreate this project in IntelliJ?
On the Servers view, double click the tomcat server -- this screen has the information you are looking for. If the Servers window isn't currently displayed, select Window / Show View / Servers.