In my Deployment Assembly settings, I request that the contents of /src are deployed under WEB-INF/classes
However this doesn't work correctly. The contents of /src are copied in the context root /, instead of inside /WEB-INF/classes/
This happens if there is any entry that deploys to /. For example, if I remove entries /s3Content and /www, then /src gets deployed correctly into /WEB-INF/classes.
As a result, the webapp cannot be deployed correctly. Any ideas on what could be causing this?
UPDATE: I ended up reinstalling the latest version of Eclipse and now everything works fine
