Struts 中如何使用重定向 使用getRequestDispatcher 的方式,对于绝对路径是可以使用的,struts会自动加上context的。注意红色字体部分,如果没有将显示白页。request.getRequestDispatcher("/syslog/triger_manage.do?method=findTriger").forward(request,response);