Friday 10 September 2010

Load balancing on single machine

If you want to deploy a BWENGINE in load balancing mode in a single machine, follow the steps

Process1
1) Generate the ear file
2) If you deploy through AppManage utility, edit bindings in the ServiceName.xml file
  <bindings>
        <binding name="Process Archive">
            <Machine>MachineName</Machine>
            ..............
            ..............
       </binding>
          <binding name="Process Archive-1">
             <Machine>MachineName</Machine>
               ..............
               ..............
           </binding>
     </bindings>
3) Start the services.

Process2
   1) Add multiple Process Archives in the Enterprise Archive
   2) Add the same processes to each Process Archive
   3) Build the archive
   4) Deploy and start the services
Finish.............
     

2 comments: