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 event in java?
What is home handle?
What is java 2 platform, micro edition (j2me)?
What is the J2EE module?
Since we can create managed bean by two ways as, we can define the bean name in faces-config.xml file so that page can use that OR we can write annotation on bean class so that it is automatically assign to page but I want to know which one is good programming practice ? And also mention disadvantage of other which should not prefer ... Thanking you...
what is direct link to download swing ebook,applet,ejb,core java
What is java developer job description?
Why is java considered dynamic?
How do you run a java program?
What do you understand by a thin client?
What is javafx java?
What is j2ee product?
What is interpreter in java?
What are the components of J2EE application?
What is application client module?