问答详情
源自:2-6 页面调用

求一份完整版的index.jsp文件!谢谢大佬们!

http://img.mukewang.com/592834f800011a9d02190256.jpgWEB-INF里面的web.xml文件如下图,是不是没配置全啊?http://img.mukewang.com/59283577000114bb08250359.jpg

提问者:sulyeon 2017-05-26 22:02

个回答

  • qq_浮空_03536131
    2017-05-28 18:34:03
    已采纳

    另外你WEB里面过滤器的地址是你自己写的把?要注意大小写,他是路径

       <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter</filter-class>


  • qq_浮空_03536131
    2017-05-28 18:32:46


    <%@ page language="java" import="java.util.*" contentType="text/html; charset=utf-8"%>

    <%

      String path = request.getContextPath();

      String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";

      response.sendRedirect(path+"/users/Users_login.jsp");

    %>