3 Replies Latest reply on Dec 5, 2005 1:21 PM by brian.stansberry

    Introducing Redundancy at First point of Contact

    ehskaga

      Currently Load balancing of web components (at web container level) for jboss are served by external hardware load balancer or through the web server proxy (e.g mod_jk for Apache). This also helps in introducing redundancy (which directly means better availability) at web container level.

      What is the strategy to have this redundancy at the web server i.e. single DNS being represented by multiple machines, else the web server becomes a single point of failure in a clustered environment. One way is to have external hardware load balancer taking care of it (which also would need to have redundancy) but i was more interested in the software options (which are cheaper in nature). One option that i could think of is the Network Load balancing component available with the Windows server but that has the drawback of being properiatory as well as would not support the session stickiness in case application is stateful at HTTP level.