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


Please Help Members By Posting Answers For Below Questions

Is class a data type in java?

680


What is context attribute?

736


What is the best java application server?

700


Is python more secure than java?

743


Is visual studio good for java?

685


What is assembly in java?

679


What is java gui?

680


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?

2369


What is javamail?

699


What is a java application server?

674


What is jbutton in java?

690


what is interface in java ?can you explain with simple example?and what is the difference between abstract and interface?

2276


What is isv?

678


What do you understand by j2ee?

699


What is callback methods Component methods called by the container to notify the component of important events in its life cycle?

716