This file (web.xml) contains all configuration and deployment settings for a
web application and its components - it must reside in the WEB-INF directory
(of a web app).

Its structure and content is a standard for all J2EE containers. i.e. is
understood by all J2EE containers.

web.xml can define such things as:
- security for servlet mappings (URL to Servlet mappings)
- resources (application or individual servlet)
- session configuration
- error pages defined for http error types or Java Exception types
- disable expression language
- default welcome files
- filters
- define JSP tag library descriptor files
- etc ...

Now you know that its called web.xml, you can use everyones best friend
(Google) to find out more ;-)

Have fun!


On Fri, Jul 3, 2009 at 11:12 AM, ANUJ KUMAR <kumar.anuj...@gmail.com> wrote:

> what is a deployment descriptor
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Java 
EE (J2EE) Programming with Passion!" group.
To post to this group, send email to 
java-ee-j2ee-programming-with-passion@googlegroups.com
To unsubscribe from this group, send email to 
java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to