Chapter 4. Using and Deploying Web Applications

Topics in This Chapter

  • Registering Web applications with the server

  • Organizing Web applications

  • Deploying applications in WAR files

  • Recording Web application dependencies on shared libraries

  • Dealing with relative URLs

  • Sharing data among Web applications

Web applications (or “Web apps”) let you bundle a set of servlets, JSP pages, tag libraries, HTML documents, images, style sheets, and other Web content into a single collection that can be used on any server compatible with servlet version 2.2 or later (JSP 1.1 or later). When designed carefully, Web apps can be moved from server to server or placed at different locations on the same server, all without making any changes to any of the servlets, JSP ...

Get More Servlets and JavaServer Pages™ 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.