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
Is class a data type in java?
What is context attribute?
What is the best java application server?
Is python more secure than java?
Is visual studio good for java?
What is assembly in java?
What is java gui?
you are to choose between two procedures,both of which copute the minimum value in an array of integers.one procedure returns the smallest integer if its array argument is empty. the other requires a nonempty array.which procedure should you choose and why?
What is javamail?
What is a java application server?
What is jbutton in java?
what is interface in java ?can you explain with simple example?and what is the difference between abstract and interface?
What is isv?
What do you understand by j2ee?
What is callback methods Component methods called by the container to notify the component of important events in its life cycle?