- 现象描述,在tomcat环境下,可以使用:String path = request.getSession().getServletContext().getRealPath("/")+"zjfxjk\\expertsLib\\photos\\"; 获取服务器地址,并做文件操作。但是在weblogic环境下String path = request.getSession().getServletContext().getRealPath("/")这是一个null值,然后关于文件上传的操作后台报空指针异常
- 然后尝试使用String path = System.getProperty("user.dir").replace("\\", "/")+"/photos/"; 获取磁盘路径,但是chrome在jsp中使用src粘贴这个地址时,前台报错 “Not allowed to load local resource”
- 继续修改,String path = new File(this.getClass().getClassLoader().getResource("/").getPath()).getParentFile().getParentFile().getAbsolutePath()+"/zjfxjk/expertsLib/photos/";,后台的地址修改后一切正常
webLogic javaweb 路径问题 Not allowed to load local resource
Posted zhangjieatbky
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了webLogic javaweb 路径问题 Not allowed to load local resource相关的知识,希望对你有一定的参考价值。
以上是关于webLogic javaweb 路径问题 Not allowed to load local resource的主要内容,如果未能解决你的问题,请参考以下文章
javaweb 项目启动问题:Application Server was not connected before run configuration stop, reason: javax.man
weblogic出现问题,不能启动! The WebLogic Server did not start up properly. Reason: weblogic.securi
weblogic 部署后出现Error 404–Not Found
weblogic启动服务器Authentication denied: Boot identity not valid