Multiple Web Applications on Tomcat
- Here is the top level of the umdcs web application created in an
earlier exercise:
- Falkner and Jones have created a web application that contains all the
examples from their book. Here it is on the same Tomcat server:
- Web applications can be zipped into WAR (Web Application Resource) files
that are functionally similar to JAR files.
- If references to resources are relative rather than absolute, WAR files
can be extremely portable.