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.  Plugin issue

    Posted 08/11/10 10:36 AM
    Plugin issue

    --------------------------------

    Experts,

    In my environment while generate a plugin it generating successfully and propagating successfully.

    It receiving the request from webserver but while routing to appserver the request is going differet cluster memeber.ie: it should go A cluster instead of that its going B cluster.

    I have modified the URI group in plug-in-cfg.xml..it's working fine however when regenerating the plug-in it gives same problem. so guide me how to resolve this without modifying the plugin file?

    --------------------------------

    Posted By: vadivem at Feb 25 2009 9:09PM


  • 2.  Plugin issue

    Posted 08/11/10 10:44 AM
    Plugin issue

    --------------------------------

    Hi,

    whether A and B are different clusters of Cluster members in a same cluster?

    if they are cluster members check for server weight configuration for Load balancing.

    thx
    madhu

    --------------------------------

    Posted By: madhuraveendran at Feb 26 2009 7:03PM


  • 3.  Plugin issue

    Posted 08/11/10 10:49 AM
    Plugin issue

    --------------------------------

    check the virtual host configuration..

    --------------------------------

    Posted By: madhuraveendran at Feb 26 2009 7:09PM


  • 4.  Plugin issue

    Posted 08/11/10 10:49 AM
    Thanks Madhu,

    Here the problem is not with virtual host and weights...The problem is while routing the request from plug-in file to cluster.

    Ex:Cluster “A” (Dev region) having member 1 and member 2
    Cluster “B” (QA Region) having member 1 and member 2

    Now the plug-in receives the request from webserver successfully. Here plug-in has to route the request to cluster “B” but its routing to Cluster “A” which is running in dev region. For this I can modify the URI group in plug-in file but if anyone will regenerate the plug-in modification will be collapsed so instead modifying the plug-in is there any alternative way for success?

    I hope now you will understand the exact situation.

    --------------------------------

    Posted By: vadivem at Feb 27 2009 3:11AM


  • 5.  Plugin issue

    Posted 08/11/10 11:01 AM
    I personally would use two instances of IHS to segregate traffic and use two different plugins.

    --------------------------------

    Posted By: brewdude at Mar 2 2009 2:37PM


  • 6.  Plugin issue

    Posted 08/11/10 11:02 AM
    Or use a proxy server instance (WebSphere Proxy Server) to intelligently route the traffic where you want it. If you have same URI coming in the IHS server it's always going to route it to the first match it finds. You need to have 2 separate URIs for routing traffic to the Dev and QA regions.

    --------------------------------

    Posted By: jpapejr at Mar 3 2009 1:59PM