Thursday, 19 May 2011

Explain the directory structure of a web application.

The directory structure of a web application consists of two parts.
A private directory called WEB-INF
A public resource directory which contains public resource folder.
WEB-INF folder consists of
1. web.xml
2. classes directory
3. lib directory

No comments:

Post a Comment