Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们使用 eclipse 开发了一个 SAP UI5 Web 应用程序。在这个应用程序中,有一些跨域 ajax 调用。这就是我们尝试使用 Jetty 代理的原因。
在 Eclipse(实际上使用内置的 Jetty 服务器)中测试应用程序时,它运行良好。但是,每当我们将 war 文件部署到独立 Jetty 服务器时,它都无法将消息转发到目标。
你能帮助如何配置码头代理吗?下面是我的 webapp 中 web.xml 的截图。