: this way we could debug directly from /src/webapp/ Doh! ... sorry, the piece is was missing in my mind is that 'resources' isn't actually a standard WAR directory name ... for some reason i was thinking that it was a standard directory for holding JSP .. i forgot it's just something we created and we hav a special fileset for it in our <war> task.
(which should show you how infrequently i work with WARs now a days) : Ok, then let me revise my proposal to: : /src/webapp/java/(all java classes) : /src/webapp/web/index.jsp : /src/webapp/web/admin/... : /src/webapp/web/WEB-INF/... Yeah, got it ... I'm totally on board with that. -Hoss
