Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

What is Deployment Descriptor in JSP and what is its actual use ?

user-image
Question added by Deleted user
Date Posted: 2014/01/01
Mohd Muzammil
by Mohd Muzammil , Software Developer , Virtual Supportsoft

A deployment descriptor refers to a configuration file for an artifact that is deployed to some container/engine in JSP.

Khaled Beshawri
by Khaled Beshawri , Facilities Projects & Maintenance Engineer , Saudi Electricity Company

Three Courses at least to be as professional

Shareef Hiasat
by Shareef Hiasat , Development lead and senior java developer , Sajilni

First of all you need to read more about servlets revolution

Generally speaking, this is the configuration file of web applications in java. It instructs the servlet container (tomcat for ex.) which classes to load, what parameters to set in the context, and how to intercept requests coming from browsers.

There you specify:

  • what servlets (and filters) you want to use and what URLs you want to map them to
  • listeners - classes that are notified when some events happen (context starts, session created, etc)
  • configuration parameters (context-params)
  • error pages, welcome files
  • security constriants

In servlet3.0 many of the web.xml parts are optional. These configurations can be done via annotations (@WebServlet, @WebListener)

More Questions Like This

Do you need help in adding the right keywords to your CV? Let our CV writing experts help you.