Programming Tutorials

Question: What is the directory structure of a web application?

By: Guru Singh in Interview Tutorials on 2008-08-24  

Question: What is the directory structure of a web application?

Answer:  The directory structure of a web application consists of two parts.
  • A private directory called WEB-INF
  • A public resource directory which contains public resource folder.

WEB-INF folder consists of
1. web.xml
2. classes directory
3. lib directory

 

 

 

 





Add Comment

* Required information
1000

Comments

No comments yet. Be the first!

Most Viewed Articles (in Interview )

Interview Question: What is the difference between sessioncontext and entitycontext?

Can Entity Beans have no create() methods?

Is Iterator a Class or Interface? What is its use?

Interview Question: What are the call back methods in Entity bean?

Interview Question: Can I invoke Runtime.gc() in an EJB?

What is JAXP?

Explain the user defined Exceptions?

Interview Question: What is abstract schema?

Interview Question: Why does EJB needs two interfaces(Home and Remote Interface)?

What are types of J2EE clients?

Interview Question: What is ActionServlet?

Interview Question: What is the difference between Message Driven Beans and Stateless Session beans?

Interview Question: Where can I get help with Struts?

What are the services provided by a J2EE container?

Interview Question: Is Decorator an EJB design pattern?

Latest Articles (in Interview)