gpt4 book ai didi

java - 如何让 RESTEasy 理解静态资源?

转载 作者:行者123 更新时间:2023-11-29 08:58:54 24 4
gpt4 key购买 nike

我的遗留系统是由 RESTEasy 实现的,带有根映射 /*

现在我想添加一些静态资源,比如图片,html,但是我无法访问这些资源。 RESTEasy servlet 是这样说的

Could not find resource for relative : /WEB-INF/jsp/healthcheck/healthcheck.jsp

在我的例子中,是否有配置 RESTEasy 来理解静态资源的方法,就像 <mvc:resources> 在 Spring

最佳答案

要提供静态资源,如果使用 servlet 调度程序,则需要使用过滤器调度程序。

这在 documentation 中有解释:

The downside of running Resteasy as a Servlet is that you cannot have static resources like .html and .jpeg files in the same path as your JAX-RS services. Resteasy allows you to run as a Filter instead. If a JAX-RS resource is not found under the URL requested, Resteasy will delegate back to the base servlet container to resolve URLs.

关于java - 如何让 RESTEasy 理解静态资源?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18693446/

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