已准备好的库部署在 Weblogic 服务器上
我有 2 个 war 项目作为库部署在 weblogic 服务器上(版本 1 和版本 2),还有一个 EAR 项目部署在使用该库的同一服务器上。
当我部署库时,版本 2 保持准备状态,版本 1 保持活动状态。有人知道我该怎么做才能激活我的战争的第二个版本吗?
谢谢!
I have a 2 war projects deployed as a library on a weblogic server (version 1 and version 2) and an EAR project deployed on the same server that uses the library.
When I deploy the library version 2 stays on prepared state and the version 1 remains in active state. Does somebody know how can I do to make active the 2nd version of my war?
thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在部署下,您是否尝试选择感兴趣的库并明确单击“激活”?如果您在那里看不到该库,则可能需要修改控制台的视图以将库包含在部署页面中。
如果与其他库发生冲突,您将在标准日志文件中获得完整的堆栈跟踪。您还可以选择在启用新库之前停止当前“活动”库以避免冲突。
Under deployments, did you try selecting the library of interest and explicitly clicking on Activate? If you do not see the library there, you may have to modify the view of your console to include libraries in your deployment page.
If there are conflicts with the other library, you'll get the full stack trace within the stand log files. You also have the option of stopping the currently 'active' library before enabling the newer one to avoid conflicts.