问答详情
源自:3-3 [Struts2] 统计Action调用时间案例实现

为什么http://localhost:8088/timer-interceptor/可以直接访问到index.jsp

http://img.mukewang.com/595463a20001d56105730268.jpg为什么http://localhost:8088/timer-interceptor/可以直接访问到index.jsp

这个路径不是过滤到struts框架中了么;然后无对应的action,不应该直接包404错误么??

提问者:慕粉3796571 2017-06-29 10:21

个回答

  • ___星空___
    2017-06-29 14:05:43
    已采纳

    因为在项目生成后,在web.xml中有默认的配置跳转到index.jsp

  • biubiu3504110
    2017-07-17 17:56:57

    web.xml中默认配置首页是index.jsp

    你可以修改这个配置,让你的默认页面是其他的也可以