Previous Next vertical dots separating previous/next from contents/index/pdf

Web Applications

A Web Application is an assemblage of servlets, JSP pages, HTML documents and other resources which can be deployed to a Web Container (A Servlet-Enabled Web Server). Web Applications must contain a web deployment descriptor which provides configuration information to the Web Container, but beyond that have very few requirements on the content which they must contain. Web Applications can be assembled into Web Application Archives (WAR) files or can be deployed directly in "exploded" form. Once a Web Application is running, it is normally accessed by end-users through a Web Browser using HTTP or HTTPS.

Related concepts

Web Application Projects
Web Application Artifacts

Related tasks

Importing existing web applications

Related reference

New Web Application Wizard
Import Web Application Wizard

 

Skip navigation bar   Back to Top