Web Application
A Web application is part of a web server, has a unique name that can make it be identified within the server. It also has its own corresponding URL, it begins with the part needed to identify the server, and followed by the web application path; "http://server/webapp-name". Each server has one web application that is the default, it is the one that is used when no web application name is provided. It is being deployed within a server, such as Resin. The simplest deployment is to create a subdirectory in Resin_Home. A web application has “web components”, such as Servlets, Filters, JSP’s, supporting Java source files, and supporting java libraries.
(Source:Caucho)
Posted on April 29th, 2008 by Star
Filed under: General
