就是前台都是同步跳转的,在Handler用引擎模板在设置里弄
String ctx = request.getContextPath();request.setAttribute("ctx", ctx);
之后 用A标签直接跳转的,不经过后台的话根本拿不到 项目的路径,
那些CSS样式js都拿不到
me.add(new ContextPathHandler("contextPath"));//假如这个
}