ce97
作者ce97·2015-03-26 19:36
软件开发工程师·某某某

websphere删除应用

字数 1356阅读 1106评论 0赞 0

Websphere删除某个应用起动时提示找不到配置的解决方法,将WebSphereAppServerCommunityEditionvarconfigconfig.xml里相应的模块删掉后重启动就可以了,如下面的代码部分:

<module name="default/javacms/1.0/car"/>
<module name="default/j2eecm/1.0/car"/

手工删除Websphere下的应用
先删除部署目录的应用(installedApps):
/opt/WebSphere/AppServer/profiles/AppSrv01/installedApps/app1Cell01 下的文件

删除临时目录下文件
/opt/WebSphere/AppServer/profiles/AppSrv01/temp
/opt/WebSphere/AppServer/profiles/AppSrv01/tranlog
/opt/WebSphere/AppServer/profiles/AppSrv01/wstemp

config/cell/<cellname>/applications,Dmgr和Node下都要检查如:
C:Program FilesIBMWebSphereAppServerprofilesAppSrv01configcellsCell01applications
C:Program FilesIBMWebSphereAppServerprofilesDmgr01configcellsCell01applications

再清除下面目录的内容,目录保留
/opt/WebSphere/AppServer/profiles/Dmgr01/config/temp
/opt/WebSphere/AppServer/profiles/Dmgr01/temp
/opt/WebSphere/AppServer/profiles/Dmgr01/wstemp
/opt/WebSphere/AppServer/profiles/Dmgr01/ tranlog

serverindex.xml 同样要检查Dmgr和Node在Dmgr下
C:ProgramFilesIBMWebSphereAppServerprofilesDmgr01configcellsCell01nodesCellManager01
C:Program FilesIBMWebSphereAppServerprofilesDmgr01configcellsCell01nodesNode01
deployedApplications
在Node下
C:ProgramFilesIBMWebSphereAppServerprofilesAppSrv01configcellsCell01nodesCellManager01
C:ProgramFilesIBMWebSphereAppServerprofilesAppSrv01configcellsCell01nodesNode01
搜索<deployedApplications>,找到之前的应用设置,然后清除 

如果觉得我的文章对您有用,请点赞。您的支持将鼓励我继续创作!

0

添加新评论0 条评论

Ctrl+Enter 发表

作者其他文章

相关文章

相关问题

相关资料

X社区推广