13
Chapter 2
Web Applications
iPlanet Web Server 6.0 supports the Servlet 2.2 API specification, which allows
servlets and JSPs to be included in web applications.
A web application is a collection of servlets, JavaServer Pages, HTML documents,
and other web resources which might include image files, compressed archives,
and other data. A web application may be packaged into an archive (a WAR file) or
exist in an open directory structure. For more information about web applications, see the
Servlet 2.2 API specification:
http://java.sun.com/products/servlet/index.html
This chapter describes how web applications are supported in iPlanet Web Server,
and includes the following sections:
• Web Application Structure
• Dynamic Reconfiguration
• web.xml Clarifications
• The web-apps.xml File and Virtual Servers
• Deploying a Web Application using wdeploy
• Web Application Examples
Web Application Structure
Web Applications have a directory structure, all accessible from a mapping to the
application’s document root (for example,
/catalog). The document root contains
JSP files, HTML files, and static files such as image files.
Comentários a estes Manuais