View Single Post
  #1 (permalink)  
Old 08-04-2007, 03:24 AM
JavaForums JavaForums is offline
Administrator
 
Join Date: Dec 2006
Posts: 562
JavaForums has disabled reputation
Deployment of a Web Application
A web application is a collection of Servlets, JSP pages, HTML documents, pictures, templates and other Web-Components. The configuration file web.xml describes the web application. A web application can be installed in an easy manner on different servers provided that the server supports the corresponding Java EE specifications.
(more…)
Reply With Quote
Sponsored Links