getRequestURI()、getRequestURL()、getContextPath()、request.getServletPath()的区别
浏览器向tomcat发出http请求:http://localhost:8080/web项目名/servlet的url-pattern(与在login.jsp的form表单中的action=“&&&”,&&&的名称需要与servlet配置中的url-pattern一致,主要是产生映射)假设webapplication的名称为test,需要在浏览器中输入请求路径:http://localhost:8