Hi ,
right now where we are is:
java application is able to interacts with c++ by using corba interfacing, with help of the IOR of a c++ object from c++ corba server and call the c++ methods and vice versa
the requirement is
1.corba server[implemented in java] should setup in two linux machines .
2.c++ client can call any of the server based on availability
i know that we can achieve this load balancing for web servers [ex:
tomcat with LVS,ultramonkey,apache ] but i am new to this requirement can anyone help on this.
Regards
Suresh