Web application resources

The resources associated with a web application are located within its document base and are comprised of static files (for example, HTML and CSS files), JAR files, property files, as well as class files.

Resources are organized using the standard WAR file format. In this organization, static content can be found directly within the document base, or in subfolders within the document base. Any JAR files for this web application are located under the WEB-INF/lib folder, and any class files, configuration files, and property files are found in packages within the WEB-INF/classes folder.

As an application's resources can exist either as compressed files within a WAR file, or as exploded files in a directory, a key design ...

Get Tomcat 6 Developer's Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.