web.xml :
- It is used for the deployment descriptor for web applications
- web.xml is used for making connection between web container & web application
- It is read by container when we start the container.
sturts-config.xml :
- It is used for deployment descripror for struts application.
- It is used for making connection between view & controller
- It is read by init() method of ActionServlet.
Posted in: