使用 url 在 j2ee web 应用程序中显示资源

发布于 2024-12-02 12:47:32 字数 363 浏览 1 评论 0原文

我有简单的 j2ee web 应用程序。我把它打包成一个war文件。 war 文件的结构是:

/..
 images
 css
 WEB-INF
     web.xml
 wsdl
    abc.wsdl
 .....

我将其部署到 ServiceMix 中(它使用 jetty 作为 Web 容器)。该应用程序运行得很好。

现在,我的问题是: 我如何使用如下 URL 显示 abc.wsdl 文件:

http://localhost:8080/simpleapp/wsdl/abc.wsdl 

我知道这不是一个好的做法,但我只是想知道如何做到这一点。

i have simple j2ee web app. i packed it to a war file. The structure of war file is :

/..
 images
 css
 WEB-INF
     web.xml
 wsdl
    abc.wsdl
 .....

i deployed it into ServiceMix (it uses jetty for web container). the app worked just fine.

now, my question is:
How can i display abc.wsdl file by using URL like:

http://localhost:8080/simpleapp/wsdl/abc.wsdl 

I know this is not a good practice, but i just want to know how to do this.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

终难遇 2024-12-09 12:47:32

尝试以下操作,

单击此处查看

任何生成的 jsp/index.html 中的 wsdl 文件,该文件植根于 web 应用程序的基础

try the following in

click here to view wsdl file

in any of the generated jsp / index.html which is rooted at the base of the webapp

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文