<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: how to balance the load between two Web-Servers using CCS 11 in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/how-to-balance-the-load-between-two-web-servers-using-ccs-11501/m-p/1462595#M30259</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erfan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that your web server is running on port 7001 but that was not defined on your configuration with your current configuration all the traffic destined to the VIP will be forwarded to your backend servers in port 80 as well and that's why you never get a response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please configure the port under the services so the CSS can do the port translation from 80 to 7001&lt;/P&gt;&lt;P&gt;service Web-server-1 &lt;BR /&gt;ip address 10.20.7.53 &lt;BR /&gt;keepalive type http &lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;port 7001&lt;/SPAN&gt;&lt;BR /&gt;active&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;service Web-server-2 &lt;BR /&gt;ip address 10.20.7.54 &lt;BR /&gt;keepalive type http &lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;port 7001&lt;/SPAN&gt;&lt;BR /&gt;active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Besides this change I see that you have a one-arm configuration which most likely will require a source group to avoid asymmetrical routing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;# css(config)# group Web&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;# css(config-group[servers])# vip address 10.20.7.62 &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;# css(config-group[Servers])# add destination service Web-server-1 &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;# css(config-group[Servers])# add destination service Web-server-2 &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;# css(config-group[Servers])# active&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find further information about LB on one arm on this link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/partner/products/hw/contnetw/ps789/products_configuration_example09186a0080093dff.shtml"&gt;http://www.cisco.com/en/US/partner/products/hw/contnetw/ps789/products_configuration_example09186a0080093dff.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;__ __&lt;/P&gt;&lt;P&gt;Pablo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 04 Jul 2010 17:21:32 GMT</pubDate>
    <dc:creator>Pablo</dc:creator>
    <dc:date>2010-07-04T17:21:32Z</dc:date>
    <item>
      <title>how to balance the load between two Web-Servers using CCS 11501</title>
      <link>https://community.cisco.com/t5/application-networking/how-to-balance-the-load-between-two-web-servers-using-ccs-11501/m-p/1462594#M30258</link>
      <description>&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Can anyone tell me to balance the load in CSS 11503.My client's having two Web-servers which IP address 10.20.7.53(server1) and 10.20.7.53(Server2).Now i have configured&amp;nbsp; Load-balancing to balance the load within this two servers.So i configured one VIP(10.20.7.62) in the CSS 11503 to share the load.But whenever client wants to access the application using 10.20.7.62:7001/cm .then they are not able to connect.When they are giving 10.20.7.53:7001/cm and 10.20.7.54:7001/cm&amp;nbsp; in different Server's IP,then they able to connect the server and application.The two Web-servers are running Web-logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone tell me when clients request for the application using VIP,are they able get the application.From my point of view,I already configured owner,Service and content rules for load balancing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attached configuration file for your convenience.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards...&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Erfan&lt;/P&gt;</description>
      <pubDate>Sun, 04 Jul 2010 05:43:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/how-to-balance-the-load-between-two-web-servers-using-ccs-11501/m-p/1462594#M30258</guid>
      <dc:creator>eahmed007</dc:creator>
      <dc:date>2010-07-04T05:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: how to balance the load between two Web-Servers using CCS 11</title>
      <link>https://community.cisco.com/t5/application-networking/how-to-balance-the-load-between-two-web-servers-using-ccs-11501/m-p/1462595#M30259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erfan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that your web server is running on port 7001 but that was not defined on your configuration with your current configuration all the traffic destined to the VIP will be forwarded to your backend servers in port 80 as well and that's why you never get a response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please configure the port under the services so the CSS can do the port translation from 80 to 7001&lt;/P&gt;&lt;P&gt;service Web-server-1 &lt;BR /&gt;ip address 10.20.7.53 &lt;BR /&gt;keepalive type http &lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;port 7001&lt;/SPAN&gt;&lt;BR /&gt;active&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;service Web-server-2 &lt;BR /&gt;ip address 10.20.7.54 &lt;BR /&gt;keepalive type http &lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;port 7001&lt;/SPAN&gt;&lt;BR /&gt;active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Besides this change I see that you have a one-arm configuration which most likely will require a source group to avoid asymmetrical routing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;# css(config)# group Web&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;# css(config-group[servers])# vip address 10.20.7.62 &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;# css(config-group[Servers])# add destination service Web-server-1 &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;# css(config-group[Servers])# add destination service Web-server-2 &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;# css(config-group[Servers])# active&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find further information about LB on one arm on this link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/partner/products/hw/contnetw/ps789/products_configuration_example09186a0080093dff.shtml"&gt;http://www.cisco.com/en/US/partner/products/hw/contnetw/ps789/products_configuration_example09186a0080093dff.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;__ __&lt;/P&gt;&lt;P&gt;Pablo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Jul 2010 17:21:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/how-to-balance-the-load-between-two-web-servers-using-ccs-11501/m-p/1462595#M30259</guid>
      <dc:creator>Pablo</dc:creator>
      <dc:date>2010-07-04T17:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: how to balance the load between two Web-Servers using CCS 11</title>
      <link>https://community.cisco.com/t5/application-networking/how-to-balance-the-load-between-two-web-servers-using-ccs-11501/m-p/1462596#M30260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: book antiqua,palatino;"&gt;Hi Palbo,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: book antiqua,palatino;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks for your help.I have configured CSS 11501 as you said in your reply.but now i am facing some problem Like whenever i am trying to access the Webserver using http:\\10.20.7.62:7001\cm\.its taking time to download the Web-page and some error showing in some pages.But when access using http:\\10.20.7.53:7001\cm\ or http:\\10.20.7.54:7001\cm\&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Book Antiqua;"&gt;the Webpage is coming very quick and its is working fine.Can you tell me why its happaning like that.Please assist me.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Book Antiqua;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Now I am able to get the application using http:\\10.20.7.62:7001\cm\ which is virtual IP for CSS 11503.In the Web-Server which is running using Web logic, there is an option for Listening IP address. So I have given ip address of individual IP address (like 10.20.7.53 in Server1 and 10.20.7.54 in Server2).&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;In the CSS 11503,I have created Service, Owner and Content rules. In the Content rules i have applied load balance method round robin method which is default for CSS 11503.But CSS 11503 forwarding the request to 10.20.7.53 not 10.20.7.54.But whenever I am giving show service summary or show summary command, then it showing hits in both servers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking forward to your quick response&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erfan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN style="font-family: 'Book Antiqua'; font-size: 3; "&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jul 2010 10:37:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/how-to-balance-the-load-between-two-web-servers-using-ccs-11501/m-p/1462596#M30260</guid>
      <dc:creator>eahmed007</dc:creator>
      <dc:date>2010-07-05T10:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: how to balance the load between two Web-Servers using CCS 11</title>
      <link>https://community.cisco.com/t5/application-networking/how-to-balance-the-load-between-two-web-servers-using-ccs-11501/m-p/1462597#M30261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: book antiqua,palatino;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: book antiqua,palatino;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Can you help me on my previous query.I am facing problem.It would be highly appreciated if you help me on this issue.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: book antiqua,palatino;"&gt;Thanks and regards..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: book antiqua,palatino;"&gt;Erfan&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jul 2010 08:23:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/how-to-balance-the-load-between-two-web-servers-using-ccs-11501/m-p/1462597#M30261</guid>
      <dc:creator>eahmed007</dc:creator>
      <dc:date>2010-07-13T08:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: how to balance the load between two Web-Servers using CCS 11</title>
      <link>https://community.cisco.com/t5/application-networking/how-to-balance-the-load-between-two-web-servers-using-ccs-11501/m-p/1462598#M30262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As a test try adding a stick-load-balance from source ip address&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# owner bracbank&lt;/P&gt;&lt;P&gt;# content Web-servers&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;# balance srcip -&amp;gt; add this&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also what OS are the servers and what is their gateway.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jul 2010 10:48:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/how-to-balance-the-load-between-two-web-servers-using-ccs-11501/m-p/1462598#M30262</guid>
      <dc:creator>Glenn R</dc:creator>
      <dc:date>2010-07-15T10:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: how to balance the load between two Web-Servers using CCS 11</title>
      <link>https://community.cisco.com/t5/application-networking/how-to-balance-the-load-between-two-web-servers-using-ccs-11501/m-p/1462599#M30263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: book antiqua,palatino;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: book antiqua,palatino;"&gt;&amp;nbsp; Thanks for your reply.The Web servers are running Web-logic on Windows platform and gateway of these servers are router gateway.Please check the attached running configuration file for your convenience.Whenever i am trying to access the webpage using VIP address,then its not coming full Webpage and showing some error.But Whenever i am trying to access using Web-server IP address then its coming without any interruption.Please assist me whether i need to configure anything elase or not.I am eagerly waiting for your reply.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Book Antiqua;"&gt;Thanks and regards...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Book Antiqua;"&gt;Erfan&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jul 2010 16:36:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/how-to-balance-the-load-between-two-web-servers-using-ccs-11501/m-p/1462599#M30263</guid>
      <dc:creator>eahmed007</dc:creator>
      <dc:date>2010-07-15T16:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: how to balance the load between two Web-Servers using CCS 11</title>
      <link>https://community.cisco.com/t5/application-networking/how-to-balance-the-load-between-two-web-servers-using-ccs-11501/m-p/1462600#M30264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried with adding the balance by src ip address as a test see my post above&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jul 2010 17:46:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/how-to-balance-the-load-between-two-web-servers-using-ccs-11501/m-p/1462600#M30264</guid>
      <dc:creator>Glenn R</dc:creator>
      <dc:date>2010-07-15T17:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: how to balance the load between two Web-Servers using CCS 11</title>
      <link>https://community.cisco.com/t5/application-networking/how-to-balance-the-load-between-two-web-servers-using-ccs-11501/m-p/1462601#M30265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: book antiqua,palatino;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: book antiqua,palatino;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I will try to add this balance method (&lt;STRONG&gt;balance scrip)&lt;/STRONG&gt; and check whether its working or not.Can you tell me,Is there anything else i need to configure according to my&amp;nbsp; configuration file .Please check my configuration file if possible.I am&amp;nbsp; facing problem to solve this and looking for your valuable comments.Please assist me.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Book Antiqua;"&gt;Thanks and regards..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Book Antiqua;"&gt;Erfan&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jul 2010 05:01:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/how-to-balance-the-load-between-two-web-servers-using-ccs-11501/m-p/1462601#M30265</guid>
      <dc:creator>eahmed007</dc:creator>
      <dc:date>2010-07-16T05:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: how to balance the load between two Web-Servers using CCS 11</title>
      <link>https://community.cisco.com/t5/application-networking/how-to-balance-the-load-between-two-web-servers-using-ccs-11501/m-p/1462602#M30266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To be honest your configuration looks fine for a basic two serever blancing setup.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jul 2010 13:56:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/how-to-balance-the-load-between-two-web-servers-using-ccs-11501/m-p/1462602#M30266</guid>
      <dc:creator>Glenn R</dc:creator>
      <dc:date>2010-07-16T13:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: how to balance the load between two Web-Servers using CCS 11</title>
      <link>https://community.cisco.com/t5/application-networking/how-to-balance-the-load-between-two-web-servers-using-ccs-11501/m-p/1462603#M30267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another option would be to use Advanced load balancing. If your portal application requires that all requests be handled&amp;nbsp; by the same server, you must enable advanced load balancing for the content&amp;nbsp; rule. The arrowpoint-cookie method enables the content rule to associate the client to a&amp;nbsp; server based on the unique service identifier of the selected server.&amp;nbsp; Use the &lt;CODE&gt;string&lt;/CODE&gt; command to add a service identifier for each service. Then add the &lt;CODE&gt;advance-balance&lt;/CODE&gt; command with the &lt;CODE&gt;arrowpoint-cookie&lt;/CODE&gt; option to the content rule definition.&amp;nbsp; In Listing 3, the bold text enables advanced load balancing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jul 2010 13:58:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/how-to-balance-the-load-between-two-web-servers-using-ccs-11501/m-p/1462603#M30267</guid>
      <dc:creator>Glenn R</dc:creator>
      <dc:date>2010-07-16T13:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: how to balance the load between two Web-Servers using CCS 11</title>
      <link>https://community.cisco.com/t5/application-networking/how-to-balance-the-load-between-two-web-servers-using-ccs-11501/m-p/1462604#M30268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: book antiqua,palatino;"&gt;Hi ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: book antiqua,palatino;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks for your reply.My main problem is that i am not able to get the Web-page using http:\\10.20.7.62:7001\cm\.Its showing some error.I add default load balancer(Round-robin method).As per your suggestion,I add &lt;STRONG&gt;balance srcip method for caching.&lt;/STRONG&gt;It would be highly appreciated if you can give me some suggestion for this problem according to my configuration file and Looking for your valuable reply.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Book Antiqua;"&gt;Thanks and regards..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Book Antiqua;"&gt;Erfan&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Jul 2010 05:11:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/how-to-balance-the-load-between-two-web-servers-using-ccs-11501/m-p/1462604#M30268</guid>
      <dc:creator>eahmed007</dc:creator>
      <dc:date>2010-07-18T05:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: how to balance the load between two Web-Servers using CCS 11</title>
      <link>https://community.cisco.com/t5/application-networking/how-to-balance-the-load-between-two-web-servers-using-ccs-11501/m-p/1462605#M30269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Firstly try using &lt;A href="http://10.20.7.62:7001/cm/"&gt;http://10.20.7.62:7001/cm/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now lets strip your config back to basics and remove the following from the web-server-L5 content rule&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;# content Web-server-L5&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000;"&gt;#&amp;nbsp;&amp;nbsp;&amp;nbsp; no url "//10.20.7.62:7001/cm/*"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;#&amp;nbsp;&amp;nbsp;&amp;nbsp; no dns bblcarma.bd.bracbank.com&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;#&amp;nbsp;&amp;nbsp; balance srcip&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Round-robin load balancing is the default and is not what I want you to use for this test as the web application could be breaking as a result of different traffic been send to different servers rather that all been processes by one server per user.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Now from the two server rules add the tcp protocol and port 7001&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;# service Web-server-1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;#&amp;nbsp;&amp;nbsp; protocol tcp &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;#&amp;nbsp;&amp;nbsp; port 7001&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;# service Web-server-2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;#&amp;nbsp;&amp;nbsp; protocol tcp &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;#&amp;nbsp;&amp;nbsp; port 7001&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Lastly what is the error message you are getting when trying to load the web page ? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Add these changes to you config and then send me the new config.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;G&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Jul 2010 17:49:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/how-to-balance-the-load-between-two-web-servers-using-ccs-11501/m-p/1462605#M30269</guid>
      <dc:creator>Glenn R</dc:creator>
      <dc:date>2010-07-18T17:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: how to balance the load between two Web-Servers using CCS 11</title>
      <link>https://community.cisco.com/t5/application-networking/how-to-balance-the-load-between-two-web-servers-using-ccs-11501/m-p/1462606#M30270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: book antiqua,palatino;"&gt;Hi ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: book antiqua,palatino; "&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks for your update and suggestion.I will add those configuration line and let you know accordingly.But i have some query that if i don't mention &lt;SPAN style="color: #ff0000;"&gt;url "//10.20.7.62:7001/cm/*" &lt;/SPAN&gt;&lt;SPAN style="color: #003300;"&gt;in the content rules then Web-page will be loading or not.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; color: #003300; font-family: Book Antiqua;"&gt;Its been nice to work with you and looking for your valuable comments.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; color: #003300; font-family: Book Antiqua;"&gt;Thanks and regards..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; color: #003300; font-family: Book Antiqua;"&gt;Erfan&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jul 2010 04:33:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/how-to-balance-the-load-between-two-web-servers-using-ccs-11501/m-p/1462606#M30270</guid>
      <dc:creator>eahmed007</dc:creator>
      <dc:date>2010-07-19T04:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: how to balance the load between two Web-Servers using CCS 11</title>
      <link>https://community.cisco.com/t5/application-networking/how-to-balance-the-load-between-two-web-servers-using-ccs-11501/m-p/1462607#M30271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: book antiqua,palatino;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN style="font-family: book antiqua,palatino;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Many many thanks to you.its been great to get your support.Now whole web-page is coming without any interruption.now they want to acces using&amp;nbsp; name like&amp;nbsp; bblcarma.bd.bracbank.com instead of&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-family: book antiqua,palatino;"&gt;http&lt;SPAN style="color: #333333;"&gt;://10.20.7.62:7001/cm/.So for this requirement what i need to configure to resolve the IP.So need your assistance and comments and how the load would be balanced.they want&amp;nbsp; 50% load to one web-server and 50% load to another web-server.So i am bit confused to solve the problem.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Book Antiqua;"&gt;I am looking forward to your valuable comments.Please help..!!!!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Book Antiqua;"&gt;Thanks and regards...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Book Antiqua;"&gt;Erfan&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jul 2010 06:03:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/how-to-balance-the-load-between-two-web-servers-using-ccs-11501/m-p/1462607#M30271</guid>
      <dc:creator>eahmed007</dc:creator>
      <dc:date>2010-07-19T06:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: how to balance the load between two Web-Servers using CCS 11</title>
      <link>https://community.cisco.com/t5/application-networking/how-to-balance-the-load-between-two-web-servers-using-ccs-11501/m-p/1462608#M30272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will not have to add the dns into the load balancer config but rather to your DNS servers to point to the VIP. The webserver must be setup to understand what the DNS name is for example using a Virtual host in Apache with the name resolution to that virtual host&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both server must use teh same DNS host in the web configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How the balancing will work now is to round-robin new connections but keep users on the server they connect to. It sounds like the application you are using have session information and that coudl be what would be serving error in the page load. The way you have it configure now will do 50%-50% load balancing but like I said just keep each client on 1 server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this to be firewalled in any way ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Glenn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jul 2010 08:47:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/how-to-balance-the-load-between-two-web-servers-using-ccs-11501/m-p/1462608#M30272</guid>
      <dc:creator>Glenn R</dc:creator>
      <dc:date>2010-07-19T08:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: how to balance the load between two Web-Servers using CCS 11</title>
      <link>https://community.cisco.com/t5/application-networking/how-to-balance-the-load-between-two-web-servers-using-ccs-11501/m-p/1462609#M30273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: book antiqua,palatino;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: book antiqua,palatino;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks for your update and help.I didn't get your point that you said for each client for one server.ok i will do as you said for DNS server and let you know.Now i am facing one more problem,if i down any one of Web server , the web-page is not coming using&amp;nbsp; &lt;A href="http://10.20.7.62:7001/cm/"&gt;http://10.20.7.62:7001/cm/&lt;/A&gt;&amp;nbsp; .But we have to consider this situation also.If any one server get down we have to access Web-server using &lt;A href="http://10.20.7.62:7001/cm/"&gt;http://10.20.7.62:7001/cm/&lt;/A&gt;. Can you tell me why its happening like that.I am sending you the lattest configuration file for your convenicence.Please check.thanks for your help and assistance.In the configuration i add Group.Is it required ??&amp;nbsp; In the Web-server there is no firewall.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: book antiqua,palatino;"&gt;I am keenly waiting for your reply.......&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: book antiqua,palatino;"&gt;Thanks and regards...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: book antiqua,palatino;"&gt;Erfan&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: book antiqua,palatino;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jul 2010 12:13:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/how-to-balance-the-load-between-two-web-servers-using-ccs-11501/m-p/1462609#M30273</guid>
      <dc:creator>eahmed007</dc:creator>
      <dc:date>2010-07-19T12:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: how to balance the load between two Web-Servers using CCS 11</title>
      <link>https://community.cisco.com/t5/application-networking/how-to-balance-the-load-between-two-web-servers-using-ccs-11501/m-p/1462610#M30274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: book antiqua,palatino;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: book antiqua,palatino;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am eagerly waiting for your reply.Its been great to get help from you.Please assist as per my previous mail if possible.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: book antiqua,palatino;"&gt;Thanks and regards...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: book antiqua,palatino;"&gt;Erfan&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jul 2010 05:25:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/how-to-balance-the-load-between-two-web-servers-using-ccs-11501/m-p/1462610#M30274</guid>
      <dc:creator>eahmed007</dc:creator>
      <dc:date>2010-07-20T05:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: how to balance the load between two Web-Servers using CCS 11</title>
      <link>https://community.cisco.com/t5/application-networking/how-to-balance-the-load-between-two-web-servers-using-ccs-11501/m-p/1462611#M30275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe you could reward the person who assisted you by rating his response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding your new issue, does the CSS detect the server is down ?&lt;/P&gt;&lt;P&gt;You are using the default icmp probe, so if the application is down, but the server is still up, the CSS will consider the application is still alive.&lt;/P&gt;&lt;P&gt;You may have to configure an http probe or a tcp probe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, if a server goes down and you have a connection open with that server, when this server goes down, the CSS will not automatically reassign the connection to the other server.&lt;/P&gt;&lt;P&gt;You need to refresh the page in your browser so that a new connection is established and sent to the active server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jul 2010 12:49:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/how-to-balance-the-load-between-two-web-servers-using-ccs-11501/m-p/1462611#M30275</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2010-07-20T12:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: how to balance the load between two Web-Servers using CCS 11</title>
      <link>https://community.cisco.com/t5/application-networking/how-to-balance-the-load-between-two-web-servers-using-ccs-11501/m-p/1462612#M30276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: book antiqua,palatino;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: book antiqua,palatino;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks for your update.you are right.If i get down the service of one of the servers,then application is not coming But i have to consider this situation.So can you tell me how can i configure CSS to solve this problem.I am really greatful to you guys for your help and support and looking forward to your reply.Definitely&amp;nbsp; I would rate this response.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: book antiqua,palatino;"&gt;Can you tell me how to configure an http probe or a tcp probe to solve the problem in CSS.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: book antiqua,palatino;"&gt;Thanks and regards..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: book antiqua,palatino;"&gt;Erfan&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jul 2010 08:42:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/how-to-balance-the-load-between-two-web-servers-using-ccs-11501/m-p/1462612#M30276</guid>
      <dc:creator>eahmed007</dc:creator>
      <dc:date>2010-07-21T08:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: how to balance the load between two Web-Servers using CCS 11</title>
      <link>https://community.cisco.com/t5/application-networking/how-to-balance-the-load-between-two-web-servers-using-ccs-11501/m-p/1462613#M30277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Giles is correct with what he said. Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you have to configure now is a keep alive for the port your service is using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service Web-server-1&lt;BR /&gt;&amp;nbsp; ip address 10.20.7.53&lt;BR /&gt;&amp;nbsp; protocol tcp&lt;BR /&gt;&amp;nbsp; port 7001&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;nbsp; keepalive type tcp&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp; active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service Web-server-2&lt;BR /&gt;&amp;nbsp; ip address 10.20.7.54&lt;BR /&gt;&amp;nbsp; protocol tcp&lt;BR /&gt;&amp;nbsp; port 7001&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;nbsp; keepalive type tcp&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp; active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But&amp;nbsp; remember like giles said a page might still need to be refreshed from a client side to change the connection to the new server. Unless you are using so javascript push technology like Comet to force a page change from the server. But that is outsie the scope of this thread and would have to be done by your web application developers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jul 2010 08:53:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/how-to-balance-the-load-between-two-web-servers-using-ccs-11501/m-p/1462613#M30277</guid>
      <dc:creator>Glenn R</dc:creator>
      <dc:date>2010-07-21T08:53:35Z</dc:date>
    </item>
  </channel>
</rss>

