得到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的主要内容,如果未能解决你的问题,请参考以下文章

运行配置单元查询时权限被拒绝

简单了解el表达式

Check system time and time zones.

运行hadoop自带的计算圆周率异常

有没有更好的方法在 Java 中进行空检查? [复制]

四大作用域:application,session,request,page