The registration with email confirmation part III continues from part II.
To identify which servlet to call, we have to define the url mapping for each of the servlet. The RegisterServlet mapping is added in the web.xml file. Apart from this, servlet mapping for confirmation of user is also added in the same, we will see what actually ConfirmtionServlet consists of in later part.
