机器 | 角色 | 主机 |
---|---|---|
机器 1 | Deployment Manager 和节点 1 | dm.example.org |
机器 2 | 节点 2 和节点 3 | nodes.example.org |
机器 3 | IBM HTTP Server (IHS) 和 IBM Web 服务器插件 | ihs.example.org |
机器 4 | MCSERVER | mcserver.example.org |
机器 5 | 存储位置 | storage.example.org |
机器 6 | RPE 客户机 | rpeclient.example.org |
some node A: com.ibm.rational.rpe.monitor.dbconnectionurl=jdbc:derby:rpe_monitor1;create=true
some other node: com.ibm.rational.rpe.monitor.dbconnectionurl=jdbc:derby:rpe_monitor2;create=true
有时(甚至在重新生成之后),不会在插件位置更新 plugin-cfg.xml 文件。如果未更新 plugin-cfg.xml 文件,请手动将 plugin-cfg.xml 文件从生成位置复制到 WebSphere Application Server 插件目录位置。
dm.example.org 中的 Deployment Manager 位置
<WAS_HOME>\profiles\Dmgr01\config\cells\<DMGR_NODE>\nodes\<IHS_Node>\servers\<Web server name>
ihs.example.org 中的 WebSphere Application Server Web 服务器位置
<WAS_HOME>\plugins\config\<webserver>
示例:
将 plugin-cfg.xml 文件从 C:\Program Files (x86)\IBM\WebSphere\AppServer\profiles\Dmgr01\config\cells\cldegddeCell01\nodes\cldegddmNode01\servers\webserver1 目录复制到 C:\IBM\WebSphere\Plugins\config\webserver1 目录。
确保生成的 plugin-cfg.xml 文件包含诸如 UriGroup、VirtualHostGroup Name 和 Server Name 之类的项。如果缺少任何项,请手动复制它们并粘贴到该文件中。
plugin-cfg.xml 示例:远程服务的 URI 组:
<Uri AffinityCookie="JSESSIONID" AffinityURLIdentifier="jsessionid" Name="/rpews/*"/>
<PrimaryServers>
<Server Name="cldegddeNode02_RPEWS1"/>
<Server Name="cldegddfNode02_RPEWS2"/>
<Server Name="cldegddfNode03_RPEWS3"/>
</PrimaryServers>
错误 SRVE0255E 表明尚未定义用于处理 /{ApplicationContext}/admin 的 Web 组/虚拟主机。未在虚拟主机列表中注册 WC_defaulthost_secure 服务器的端口号时,将发生此错误。
要对此问题进行故障诊断,请完成以下步骤: