I’m using Web projects in MyEclipse 4.0GA (on Windows 2003 Server)
and my web projects don’t have their context root url as their name
and the web root folder is “Web Root” instead of the default “WebRoot”.
This caused a lot of problems because neither
the context root url or the web root folder setting
are stored in the .mymetadata file
(the file did have the web folder setting as “WebRoot” but nothing about the context root url).
Therefore I was unable to deploy my project (the deployment tool prompted with an empty error dialog! Very helpful 🙂 )…
When I changed the project to use default settings
(the project name as the context root url and web root folder as “WebRoot”)
it worked fine.