I'm looking for the web.xml
file in a Servlet 3.0 enviroment. The reason is because I want to change my welcome file from "index.jsp" to "hello.jsp".
I know that in the web.xml
file, there is a welcome-file-list, and I want to change this setting so that the index.jsp URL mapping is changed to hello.jsp.
So, my question is, where is the web.xml file, or if there is no such file in Servlet 3.0, how can I change my URL mapping?
I would be very pleased to get the answer this question, thanks.