web项目直接在浏览器上访问不需要带.jsp,直接ip地址加项目名 在web.xml里配置

web.xml最上方

<welcome-file-list>

<welcome-file> /view/login.jsp </welcome-file>

</welcome-file-list>

浏览器上直接访问 即可 http://localhost:8080/ssmy/ 即可

如果没有配置: http://localhost:8080/ssmy/view/login.jsp

或直接访问controller http://localhost:8080/ssmy/controller/list.do

posted on 2017-07-08 23:25  JesseCary  阅读(1016)  评论(0)    收藏  举报

导航