Communiquez avec les autres et partagez vos connaissances professionnelles

Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.

Suivre

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

user-image
Question ajoutée par Utilisateur supprimé
Date de publication: 2014/01/01
Mohd Muzammil
par 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
par Khaled Beshawri , Facilities Projects & Maintenance Engineer , Saudi Electricity Company

Three Courses at least to be as professional

Shareef Hiasat
par 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

Avez-vous besoin d'aide pour créer un CV ayant les mots-clés recherchés par les employeurs?