Bear Bibeault wrote:Aside from WEB-INF and its sub-folders, the structure is up to you.
Why are you putting source files in the war?
Lol, sorry, posted that late in the day, brain wasn't working.
I was actually thinking of the actual project build directory. So you'd have your source and test files in there as well ;)
in your actual war file, I'd assume you'd only want
js/ <-javascripts
imgs/ <-images
WEB-INF/ <- config files
WEB-INF/lib <- libraries
WEB-INF/jsp <- jsp files (thanks for the tip!)
WEB-INF/classes/com/...etc