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.
在我的 WAS 中,有两个 EAR。第一个 EAR 查找打包在第二个耳朵中的 ejb。我的问题是,既然两个 EAR 在同一个 WAS 中,我们还需要提供属性java.naming.provider.url as 'iiop://localhost:9810'还是服务器会自动定位 EJB?
java.naming.provider.url as 'iiop://localhost:9810'
你不需要。
如果您未指定,它将查看运行两个 EAR 的本地命名服务器。
高温高压
芒鲁