servlet映射url模式中/和/*的差异
<servlet-mapping> <servlet-name>main</servlet-name> <url-pattern>/*</url-pattern></servlet-mapping><servlet-mapping> <servlet-name>main</servlet-name> <url-pattern>/</url-pattern></servlet-mapping>
/*http://host:port/context/*.
/http://host:port/contexthttp://host:port/context/hellohttp://host:port/context/hello.jsp.
http://host:port/context/hello
海绵宝宝撒
MM们
饮歌长啸
随时随地看视频慕课网APP
相关分类