gpt4 book ai didi

weblogic - 链接到 weblogic 上下文根外部的文件

转载 作者:行者123 更新时间:2023-12-02 08:59:23 28 4
gpt4 key购买 nike

如果我想在网页中显示图像,并且其 src 是上下文根之外的文件。在 IDE 中,图像显示为已加载。

但是当我测试网页时,没有任何显示。如何配置 weblogic 服务器以允许显示图像。如果没有,无论如何都可以解决这个问题。

非常感谢。

最佳答案

您可以使用Virtual Directory Mapping功能(您在 weblogic.xml 中声明的):

Using the virtual directory mapping feature, you can create one directory to serve static files such as images for multiple Web Applications. For example, you would create a mapping similar to the folowing:

<virtual-directory-mapping>
<local-path>c:/usr/gifs</local-path>
<url-pattern>/images/*</url-pattern>
</virtual-directory-mapping>

A request to http://localhost:7001/mywebapp/images/test.gif will cause your WebLogic Server implementation to look for the requested image at: c:/usr/gifs/images/*.

This directory must be located in the relative uri, such as "/images/test.gif".

关于weblogic - 链接到 weblogic 上下文根外部的文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2505078/

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