View Single Post
  #2 (permalink)  
Old 08-07-2007, 08:46 PM
leonard leonard is offline
Member
 
Join Date: Jul 2007
Posts: 43
leonard is on a distinguished road
You'll need to create a war file that contains the components of your web application, like servlets, jsps and html files. The J2EE SDK has tools to create this kind of file. Basically it is a zipped directory structure. An important file in the war is web.xml. This file describes your application to the server: what components are there, how are servlets mapped on URLs etc. Read the J2EE tutorial and it will become much clearer.
Reply With Quote