Previous Topic: Configure Upgraded Cluster Members

Next Topic: How to Migrate a Cluster Installation to WebSphere 7

Update the plugin-cfg.xml File

You update the proxy plug-in so that WebSphere can communicate with the web server.

To update the plugin-cfg.xml file

  1. Locate this line in the plugin-cfg.xml.
    <Uri AffinityCookie="JSESSIONID" AffinityURLIdentifier="jsessionid" Name="/idm/*"/>
    
  2. Change idm to iam as follows:
    <Uri AffinityCookie="JSESSIONID" AffinityURLIdentifier="jsessionid" Name="/iam/*"/>
    
  3. Locate this line in the file.
    <Uri AffinityCookie="JSESSIONID" AffinityURLIdentifier="jsessionid" Name="/idmmanage/*"/>
    
  4. Change idmmanage to immanage as follows:
    <Uri AffinityCookie="JSESSIONID" AffinityURLIdentifier="jsessionid" Name="/immanage/*"/>