what is Directory Structure of webapplication?
Answer Posted / mukesh jha
root directory .. contains all html ,jsps , pictures
subdirectory WEB_INF
contains subdirectory classes , lib ,tlds
and web.xml.
classes -- all class file .
lib-- all jar file .
tld-- all tld file for custom tag.
web.xml--- for deployment of servlet and other
configuration file.
root directory can be your directory name. wich
come on url as path. like root is maukesh.
then url will . mukesh/login.jsp etc.
mukesh
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is included in j2ee?
What is j2ee architecture?
What is single tier architecture in java?
What is document root?
What is j2ee technology?
What is context root?
What is event handling in java?
What is empty tag?
What is java actionlistener?
How do you run a java program?
What is layout in java?
What is javaserver pages standard tag library (jstl)?
What are the main components of multi-tier architecture?
Is java still slow?
How java is reliable?