得到application
Posted For_elegant
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了得到application相关的知识,希望对你有一定的参考价值。
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");
以上是关于得到application的主要内容,如果未能解决你的问题,请参考以下文章