2 Replies Latest reply on Feb 17, 2011 4:20 AM by nprajeshgowda

    Deploying JSF application in cluster environment

    nprajeshgowda

      Hello,

       

      I want to deploy jsf based web application on a websphere cluster environment.

       

      Can any one help me in knowing the configurations needed to deploy application in a cluster environment

       

      Best Regards,

      rAj

        • 1. Deploying JSF application in cluster environment
          prabhat.jha

          It should not be any different from deploying any other web app in cluster environment. You should try first and pls post if you have any problem.

          • 2. Deploying JSF application in cluster environment
            nprajeshgowda

            Hello Prabhat,

             

            I have deployed my application. I tried the following use case ,

             

            Say i have Node-A, Node-B and a Node-LoadBalancer

             

            I opened 3 application sessions  from Node-A, Node-B and Node-LoadBalancer.

             

            I have an application bean which will hold the information of opened client sessions and will do the notification job.

             

            When i do some operation on Node-A (create object) It is not reflected on the Node-B. Where as if i do some operation on Node-LoadBalancer it

            is reflecting on one of the Node.

             

            Should i do some configurations for this to work ?

             

            Why is the STATE_SAVING_METHOD used ? i dont have this setting done in my web.xml.

             

            Thanks in advance,

             

            Best Regards,

            rAj