1. I was looking at my succesfully built demo application. and the structure
just does not seem to reflect standard web application. The build directory
does not contain a WEB-INF subdirectory or a web.xml file. It resembles no
standard build directory that I have ever seen in a web project. Is there a
reason for not going along with the J2EE standard on this? How would you
create a WAR file?
2. How is the first page that in demo accessed when you enter
localhost:8080/demo into your browser, what tells the application which page
to bring up first? There's no index file of any sort in demo.