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
Can I run seam in a j2ee environment?
What do you understand by j2ee?
How many types of objects are there in java?
Which is best eclipse for java?
What is architecture neutral in java?
What is bean factory, have you used xmlbean factory?
What is interpreter in java?
Is a relationship java?
What is the ear file?
How many java languages are there?
How do I run java?
Explain the j2ee tiers.
Why java is not 100% object oriented language?
What is digest authentication?
How long does it take to master java?