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
比如原始文件为:
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
