When it is running, it looks like this. The application also provides you with examples for
Servlets and JSPs .
(But note that these say that the code is not complete in these examples).
Below are two examples of the directory structure used in Tomcat. The first is from the Murach book on Servlets and JSPs using Tomcat, and the second is from the Tomcat notes given with Tomcat. Finally, at the end of the page is a gif from the J2EE tutorial in the Java Web Server.
For submission of the labs, you should either have your code working on the ecst server OR provide me with a .war file that can easily be placed in the webapps directory on my machine and provide me with a webpage to call it (i.e., tell me exactly what to do to start it - if I need to do things for a database, etc be very explicit. If explicit directions are not given, I assume you have an index.html in the .war file and that I should be able to start it with simply the name of your .war file from my server).