Importance of deployment descriptor in servlet?

1 answer

Answer

1142509

2026-05-30 07:30

+ Follow

The deployment descriptor is an xml file that contains the basic and most important information that is required to deploy a web application (Servlet)

Without this, the web server would not know, which requests to entertain/consider as requests to access this servlet.

ReportLike(0ShareFavorite

Related Questions

Copyright © 2026 eLLeNow.com All Rights Reserved.