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.  i have 3 app servers and 1 webserver ,now i want to sent request to only one app server?

    Posted Mon June 24, 2013 08:00 AM
    hai all,
       i have  3 application servers and one webserver now i want sent a request to only one app server ,i how many possibe ways we can achieve it.


  • 2.  i have 3 app servers and 1 webserver ,now i want to sent request to only one app server?

    Posted Mon June 24, 2013 11:38 AM
    Hi Saravana,

      when you are deploying the application (or later in the application, manage modules) you only need to map Modules to one server, regenerate the plugin and propagate.

      hope this helps.

    regards


  • 3.  i have 3 app servers and 1 webserver ,now i want to sent request to only one app server?

    Posted Mon June 24, 2013 12:21 PM
    Since you asked possible ways to route to request for an application to one appserver, here is another way you might do it.  If you created a cluster and installed the app to the cluster, you could set the the plugin server routing weights to 0 for two of the cluster members, and all requests would go to only one server.



  • 4.  RE: i have 3 app servers and 1 webserver ,now i want to sent request to only one app server?

    Posted Tue February 02, 2016 12:27 AM

    Hi

    Can you please provide the detailed how to configured plugin for the same

    kalyan.



  • 5.  RE: i have 3 app servers and 1 webserver ,now i want to sent request to only one app server?

    Posted Wed March 02, 2016 06:39 PM

    Look at the details regarding LoadBalanceWeight setting (plugin-cfg.xml) in this knowledge center article: https://www-01.ibm.com/support/knowledgecenter/SSEQTJ_8.5.5/com.ibm.websphere.zseries.doc/ae/rwsv_plugincfg.html?lang=en



  • 6.  i have 3 app servers and 1 webserver ,now i want to sent request to only one app server?

    Posted Mon June 24, 2013 12:38 PM
    thank you gabriel and paul for quick respone,is their any other way other than this.


  • 7.  i have 3 app servers and 1 webserver ,now i want to sent request to only one app server?

    Posted Tue June 25, 2013 07:47 AM
    stop the other two application servers


  • 8.  i have 3 app servers and 1 webserver ,now i want to sent request to only one app server?

    Posted Tue July 23, 2013 06:16 AM

    Hi,


    from WAS6.x onwards, you can make other two app server role to backup and one appserver role to Primary.


    Application servers > CESDMember1 > Web server plug-in properties > server Role > drop down menu select primary or backup.


    If you select one app server as primary and others are backup, the web server request will go to only to the app server which is primary.


    Cheers
    Sarav