获取部署在jboss SOA服务器中的war文件的路径

发布于 2024-12-09 03:28:53 字数 199 浏览 1 评论 0原文

我想要部署在 jboss SOA 服务器中的 war 文件的路径。 由于该文件可以部署在

所有、默认、最小、生产、标准、Web

文件夹中的任何一个中,因此每当我需要在这些文件夹中查找文件时,我不想对我的路径进行硬编码。 请帮助我解决以下问题。

我还有一个问题,当部署 war 文件时,我们可以将 xml 文件放在 war 文件外部吗?

i want the path of the war file that is deployed in the jboss SOA server .
as the file can be deployed in any of the folder

all, default, minimal, production, standard, web

so i dont want to hardcode my path , whenever i need to find a file in any of these folder .
please help me in the following matter .

i have one more question as when a war file is deployed can we put a xml file with it external to the war file.

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

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

发布评论

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

评论(1

五里雾 2024-12-16 03:28:53

您可能无法这样做,因为 .war 文件将在 Web 应用程序启动之前解压缩,因此 Web 应用程序不会也不需要了解之前存档的 .war 文件。

You might not be able to as the .war file will be unpacked before the web application is started and the web application will therefore not have, nor need, knowledge of the .war file it was previously archived in.

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