路径编写和url-pattern总结
1.路径编写总结
(1)/项目名/资源名
form、href、sendRedirect()、cookie.setPath()
(2)/资源名
转发、url-pattern
(3)资源名
web.xml中的欢迎页面
(4)/WEB-INF/......
application.getRealPath()
2.url-pattern
(1)全路径匹配
如:/项目名/servlet/test
(2)扩展匹配
如:/项目名/servlet/*
(3)后缀匹配
如:*.action,*.do
(4)全匹配
/*