gpt4 book ai didi

WebLogic 12c 获取真实路径

转载 作者:行者123 更新时间:2023-12-02 21:46:31 24 4
gpt4 key购买 nike

我正在将旧代码迁移到 weblogic 12c。该代码使用 getServletContext().getRealPath("/") ,它返回 null,因为规范说:

This method returns null if the servlet container cannot translate the virtual path to a real path for any reason (such as when the content is being made available from a .war archive).

Here是一种解决方法,我尝试过,但没有成功。我已检查在获取真实路径中接受上下文路径,重新启动集群并重新部署应用程序,但真实路径仍然为null

有什么办法可以解决这个问题吗?

我需要真实路径,因为应用程序获取images目录,并将其放入jasper报告文件中,以加载特定图像。不幸的是,代码重写不是一个选择。

最佳答案

更新 weblogic.xml 就成功了:

<container-descriptor>
<show-archived-real-path-enabled>true</show-archived-real-path-enabled>
</container-descriptor>

关于WebLogic 12c 获取真实路径,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18016516/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com