With following structure, how can I make Eclipse build the WAR file correctly?
I need following folders to go into following output folders:
mail/src
Right, so the solution was to move WEB-INF into /www/ and make a WEB-INF/classes/ folder containing a dummy file.
Without the dummy file Eclipse wouldn't build, and complain about the classes folder didn't exist.