Hi Vrinda,
Web application is a collection of resources which are mapped to a particular Uniform Resource Identifier (URI) prefix. The resources may include html or xml files, images,
servlets,
jsp, etc.
Now it would be reasonable to store all the information related to say "ShoppingCart" application in a single directory called "ShoppingCart". All the requests starting with "/ShoppingCart" would be mapped to this application.
I am sure that you are aware of URL !!
Hope this helps !!
Regds,
Milind
[This message has been edited by Milind (edited May 16, 2000).]