如何提高websphere中部署的应用速度
答案:2 悬赏:60 手机版
解决时间 2021-03-14 10:26
- 提问者网友:山高云阔
- 2021-03-14 05:01
如何提高websphere中部署的应用速度
最佳答案
- 五星知识达人网友:举杯邀酒敬孤独
- 2021-03-14 06:11
部署的时候要看你的war包或者ear包的大小,包越大就越慢
另外,将DM的内存设置大一点,会快一些,否则,包一大,会造成频繁的full gc,甚至javacore
另外,将DM的内存设置大一点,会快一些,否则,包一大,会造成频繁的full gc,甚至javacore
全部回答
- 1楼网友:傲气稳了全场
- 2021-03-14 07:02
使用wsadmin命令行工具:
set appmanager [$admincontrol querynames type=applicationmanager,cell=$cellname,node=$nodename,process=server1,*]
this command gets the name of the application manager mbean
for the applications running on the server.
set app [$admincontrol querynames
type=application,cell=$cellname,node=$nodename,process=server1,j2eename=ivtapp,*]
this command gets the application detail and assigns it to a
variable.
set appname [$admincontrol getattribute $app name]
this command gets the application name and assigns it to a
variable.
$admincontrol invoke $appmanager stopapplication $appname
this command stops the ivtapp.
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯