使用 url 在 j2ee web 应用程序中显示资源
我有简单的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试以下操作,
单击此处查看
任何生成的 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