Eclipse Web Deployment Assembly does not copy /src folder into the specified Deploy Path

582 Views Asked by At

In my Deployment Assembly settings, I request that the contents of /src are deployed under WEB-INF/classes

enter image description here

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

0

There are 0 best solutions below