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.
我的 EAR 有 2 个 WAR。
服务器启动时没有问题,但是当我尝试加载模块 B 的页面时,它抱怨模块 A 所需的文件 (configuration.xml)。
有人知道如何在同一个 EAR 中的两个模块之间共享类路径中的文件吗?
问题解决了。在我的情况下,将 WAR 类加载器策略从 EAR 的 application.xml 中的 MODULE 更改为 APPLICATION 就可以了。