Machines | Roles | Host |
---|---|---|
Machine1 | Deployment manager, Node1 | dm.example.org |
Machine2 | Node2 and Node3 | nodes.example.org |
Machine3 | IBM HTTP Server (IHS) and IBM Web Server Plug-ins | ihs.example.org |
Machine4 | MCSERVER | mcserver.example.org |
Machine5 | Storage location | storage.example.org |
Machine6 | RPE client | 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
Sometimes even after regenerating, the plugin-cfg.xml file is not updated in the plug-in location. If the plugin-cfg.xml file does not update, manually copy the plugin-cfg.xml file from generated location to the WebSphere Application Server plug-in directory location.
Deployment Manager location in dm.example.org
<WAS_HOME>\profiles\Dmgr01\config\cells\<DMGR_NODE>\nodes\<IHS_Node>\servers\<Web server name>
WebSphere Application Server webserver location in ihs.example.org
<WAS_HOME>\plugins\config\<webserver>
Example:
Copy the plugin-cfg.xml file from the C:\Program Files (x86)\IBM\WebSphere\AppServer\profiles\Dmgr01\config\cells\cldegddeCell01\nodes\cldegddmNode01\servers\webserver1 directory to the C:\IBM\WebSphere\Plugins\config\webserver1 directory.
Make sure the generated plugin-cfg.xml file contains the items such as UriGroup, VirtualHostGroup Name, and Server Name. If any items are missing, manually copy and paste them in.
plugin-cfg.xml example: URI group for the Remote services:
<Uri AffinityCookie="JSESSIONID" AffinityURLIdentifier="jsessionid" Name="/rpews/*"/>
<PrimaryServers>
<Server Name="cldegddeNode02_RPEWS1"/>
<Server Name="cldegddfNode02_RPEWS2"/>
<Server Name="cldegddfNode03_RPEWS3"/>
</PrimaryServers>
The error SRVE0255E states that A WebGroup/Virtual Host to handle /{ApplicationContext}/admin has not been defined. This error occurs when the port number of the WC_defaulthost_secure server is not registered in the virtual host list.
To troubleshoot this issue: