My application URL :
http://localhost:8080/Application/Login.jsp. When a user
enter this url in IE then, how it get Login.JSP Page
exactly? what are the processes will happen from when we
submit the URL to get Login.jsp?
It look into the configuration file(web.xml) and search for
the login.jsp(in the server) from there it retrives the
information and send it to client side