Websphere查看修改节点端口

时间:2016-06-28 13:20:00   收藏:0   阅读:2386


Websphere8.5.0查看修改节点端口


查看端口

例如查看Dmgr管理服务器的端口,进入


/opt/IBM/WebSphere/AppServer/profiles/Dmgr01/properties目录下查看portdef.props文件。



或者进入


/opt/IBM/WebSphere/AppServer/profiles/Dmgr01/config/cells/localhostCell01/nodes/localhostCellManager


01目录下查看serverindex.xml文件。




修改端口


1、首先打开WAS6.0的控制台
  http://localhost:9060/ibm/console/ 以admin(任何标识)用户登录
2、打开 环境->虚拟主机->default_host->其它属性(主机别名)
  ->首先把80端口修改为其它端口,然后再把9080端口修改为80端口
3、修改(修改前先备份)
(1)/opt/IBM/WebSphere/AppServer/profiles/Dmgr01/properties/prodef.props
  把9080端口改为80
(2)/opt/IBM/WebSphere/AppServer/profiles/Dmgr01/config/cells/localhostCell01/nodes/localhostCellManager/serverindex.xml
  把9080端口改为80




本文出自 “德泽无忧” 博客,谢绝转载!

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!