WebSphere Application Server & Liberty

WebSphere Application Server & Liberty

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  How to set IgnoreAffinityRequests="true"

    Posted Mon January 02, 2012 11:30 AM
    Not sure if this is the correct forum, it fits in WebSphere Application Server and IBM HTTP Server as well...

    My question is: How to set "IgnoreAffinityRequests" property in plugin-cfg.xml via admin console? 


  • 2.  How to set IgnoreAffinityRequests="true"

    Posted Tue January 03, 2012 01:59 PM
    Christoph, right now I do not have any WAS console handy where I can check that, but I would guess one out of two:

    - either you disable Session Affinity somewhere in Web-Container and/or Session Mgmt, or
    - you add a custom property in the web plugin with the new value

    Cheers 


  • 3.  How to set IgnoreAffinityRequests="true"

    Posted Wed January 04, 2012 02:29 AM
    Thans for your suggestions.
    I just did a quick research and came up with this link: www-01.ibm.com/support/docview.wss?uid=s...

    I tested setting IgnoreAffinityRequests=false as a web server plugin custom property and re-generated the plugin configuration and it worked.


    However IgnoreAffinityRequests is set as an attribute for ServerCluster in plugin-cfg.xml, therefore it should be possible to set this property per cluster. Setting it as a web server plugin custom property sets it for all clusters.
    Is this property "all or nothing" or can it be set for specific clusters?


  • 4.  How to set IgnoreAffinityRequests="true"

    Posted Wed January 04, 2012 06:19 AM
    You might give a try in the Custom properties of the cluster's session mgmt screen in the console (Servers > Application Servers > cluster_member_name > Session management). That might do the trick.


  • 5.  How to set IgnoreAffinityRequests="true"

    Posted Wed January 04, 2012 10:23 AM
    I just tested setting this as a custom property in cluster member's session management, with no affect for plugin-cfg.xml


  • 6.  How to set IgnoreAffinityRequests="true"

    Posted Fri January 06, 2012 02:51 PM
    Try setting it Servers > Web Servers > "webserver name" Plug-in properties > Custom properties


  • 7.  How to set IgnoreAffinityRequests="true"

    Posted Tue January 17, 2012 04:42 AM
    I already tested that, it works in the way that IgnoreAffinityRequests is set accordingly for all Application Servers in plugin-cfg.xml.
    I am searching for a way to set this property individually per server.