Previous Topic: Configure Upgraded Cluster MembersNext Topic: Migration on a WebSphere Cluster


Update the plugin-cfg.xml File

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

To update the plugin-cfg.xml file on WebSphere 6.1

  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/*"/>