2 Replies Latest reply on Feb 10, 2003 3:04 AM by byers

    High Availability ?

    byers

      Hi!

      I have a JBOSS cluster with 2 linux boxes in order to run a critical web application. I also use an apache server for loadbalancing.
      When a clean shutdown is done on one JBOSS server, the application still runs. But if I disconnect the box out of the network, the refresh takes a very long time to switch on the remaining server. What's going on ?
      I think it's a network problem, and I should tune a transport protocole timeout into cluster-service.xml, but which one !?

      Thanks for help

        • 1. Re: High Availability ?
          slaboure

          - which specific jboss release?

          - You say: "the refresh takes a very long time to switch on the remaining server". Which refresh?

          Please, be accurate.


          mahna

          • 2. Re: High Availability ?
            byers

            Hi!

            In fact, it seems to be an Apache problem. Apache (the loadbalancer, port 80) takes a long time to switch to a listening JBOSS when one of them is disconnected. It doesn't happen when requests are directly sent to Tomcat (port 8080).
            Sorry for that ...

            Thanks a lot anyway