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 the best java application server?
What is server in j2ee?
Why is java called technology?
Why tomcat is used in java?
What are the topics in j2ee?
What is 2 stands for in j2ee?
What is java gui?
What is entity reference?
What is java 2 platform, micro edition (j2me)?
How do you make a class immutable in java?
What is jbutton in java?
Explain connector architecture.
What is java j2ee developer?
Is java gui dead?
What is basic authentication?