获取部署在jboss SOA服务器中的war文件的路径
我想要部署在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能无法这样做,因为 .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.