Java J2EE Spring Chapter 48: Elements of the Deployment Descriptor

In the previous chapter, we used a term web.xml and called it the Deployment Descriptor. This is probably the most important part of any web application. Even if you have all your servlets, JSPs, Jars etc set up properly, the system wouldn't run fine unless you set up the deployment descriptor properly. This is exactly what we are going to learn in this chapter.

So, lets get started!!!

Where