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
Where javac is located?
What is a j2ee module?
What is awt package in java?
What is java awt event?
Who gave the name java?
What is multi tier architecture in j2ee?
Enlist the technologies embraced in j2ee?
Who is java developer?
What is mean by connection pooling?
What is ejb container provider?
What is Connector architecture?
How can I be good in java?
What is japplet in java?
Difference between load and get method?
What do you understand by j2ee?