2
Reply

What is Deployment Descriptor in any Web-Application?

Patel Chirag

Patel Chirag

Mar 14, 2007
7.7k
0

    The deployment descriptor provides control of:

    1.URL mapping (from URLs to files)
    2.Initialization parameters
    3.Timeout settings
    4.Directory listings
    5.Error pages
    6.Security constraints, client authentication
    7.Filters and listeners

    Sangeeta Patil
    October 22, 2007
    0

    we have web.config in asp.net and in java we have Deployment Descriptor, both are the same things they contain the general configartion of the application.

    Amit Soni
    March 14, 2007
    0