This project has the exact same requirement as Project 0. The difference is that we need to implement it using Java EE rather than Perl.
The (highly readable) authoritative documents on Servlets and JSP are posted under Resources along with their APIs. Also posted is a tutorial and a link to a site with JEE highlights.
See the page of Project 0.
The same variations listed in Project 0 apply as-is to this project. In addition, the following enhancements over our reference implementation (posted as Proj1B.war
) are to be explored:
tomcat_install
command) and then start it via tomcat_start
. Add web.xml
to your webapp (see posted sample and instructions) and comment out the annotation import line. Export your webapp to a war and put it in the webapps
directory. If you need to make (minor) changes in red, edit the source files and compile them using tomcat_compile
. Alternatively, use the ''eclipseEE' command to launch eclipse on red. The following two variations require filters and listeners: