What to web.xml in a project consits of , Do intially the server starts with web.xml file ?. If i am using any framework in ma project , how it has been called from web.xml file. Could you please help
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
What ever the technology you are using for the web application web.xml is like a heart
First the server checks for the web.xml and calls the very first file from the welcome list tag used in the web.xml and then afterwards it will continue with the technology what you are using like sevlets, struts so on..