What is the importance of deployment descriptor in servlet?

Showing Answers 1 - 10 of 10 Answers

chandra

  • Sep 23rd, 2005
 

deployment descriptor file contain the resources available to the bean ) what type of transcations that bean is using, name of home interface etc. )

  Was this answer useful?  Yes

chandra

  • Sep 23rd, 2005
 

deployment descriptor file contain the resources available to the bean ) what type of transcations that bean is using, name of home interface etc. )

  Was this answer useful?  Yes

javamatrix

  • Nov 8th, 2005
 

The deployment descriptor is not confined to servlets. It belongs to the application. The deployment descriptor basically tell the container where to look out for the resources, which patterns to follow, how are the resources mapped etc

saiprasanna

  • May 10th, 2006
 

you can customize web application configuration via the deployment descriptor These configuration include context and servlet initialization parameters, servlet loading, welcome page, session timeout period,error page, init parameters, mime types and can  make application distributable.


 

  Was this answer useful?  Yes

Amit Saini

  • Dec 15th, 2006
 

Deployment descriptor is use to configure the web application ,its provide the servlet mapping to the URL?mailnly it?s a web.xml file ?.rightAmit saini

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions