尽管重新启动,WebLogic 服务器仍使用旧的 EAR
我正在运行 WebLogic 8.1 应用程序服务器,尽管重新启动它还是占用了我的旧 EAR 文件,有没有办法刷新旧文件?
i am running a WebLogic 8.1 application server, despite restarts it is taking my old EAR file, is there a way to flush the old file?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果是weblogic 8.1,请删除weblogic服务器目录下的
.wldonotdelete
目录并重新启动服务器。如果是weblogic 9.2及以上版本请进入服务器目录并删除服务器下的tmp目录并重新启动服务器。
If its weblogic 8.1, please delete the
.wldonotdelete
directory under weblogic server directory and restart your servers.If it weblogic 9.2 and above version please go to server directory and delete tmp directory under server and restart your server.