ServletContext application = request.getSession().getServletContext();
String basePath = (String) application.getAttribute("rootUrl");
System.err.println(application.getAttribute("rootUrl")+"----------111111------------"+request.getServletContext().getRealPath("/"));
//response.sendRedirect(basePath+"app/wx/product/manage");