当前位置: 网站首页 > JAVA > websphere

IHS如何通过80端口连接WAS?

时间:1970-1-1 08:33:31来源: websphere作者:admin 点击:40次 字体 [ С]
3,修改C:\IBM\IHS6\conf\httpd.conf文件的最后一句:
  比如原始文件为:
LoadModule was_ap20_module "C:\WebSphere\Plugins\bin\mod_was_ap20_http.dll"
WebSpherePluginConfig "C:\WebSphere\Plugins\config\webserver1\plugin-cfg.xml"

修改为:

LoadModule was_ap20_module "C:\WebSphere\Plugins\bin\mod_was_ap20_http.dll"
WebSpherePluginConfig "C:\WebSphere\AppServer\profiles\AppSrv01\config\cells"

或者不改C:\IBM\IHS6\conf\httpd.conf文件,直接将第2步产生的plugin-cfg.xml文件复制到C:\WebSphere\Plugins\config\webserver1\下,覆盖原文件即可。


注意:如果在集群下,请在DM所在机器的C:\IBM\WebSphere\AppServer\profiles\Dmgr01\bin下运行GenPluginCfg.cmd,将产生的plugin-cfg.xml文件分发到各节点中。

本文首发:

http://www.webspherechina.net/club/viewthread.php?tid=5544

发表评论
验证码:
最新评论
相关文章
最热文章