Hi, Have any of you done clustering in weblogic6.0??If so kindly help me. Thanks in advance Raj
Rahul Mahindrakar
Ranch Hand
Joined: Jul 28, 2000
Posts: 1825
posted
0
Hi, The clusturing features require a license that is not provided free so I guess most of the people would not have been able to try clustering. Rahul ------------------ Mahindrakar IBM Application Server & Developer Forum Moderator Consultant - Zensar Technologies ,Pune India. SCJP2, SCJD2 & SCJEA (Part I)
------------------ Mahindrakar IBM Application Server & Developer Forum Moderator Consultant - Zensar Technologies ,Pune India. SCJP2, SCJD2 & SCJEA (Part I)
Hi, I have gone thru the documents and somehow I am not able to follow it. Can u please give me the procedure on how to cluster servers in Weblogic6.0/6.1?? I have one server instance running on one m/c(say M1 with static IP) and say 2 or 3 server instances running on another m/c.Now this is the scenarion I am having here. So can you help me in clustering the servers?? Thanks in advance Raj
bhaskar nagaraja
Greenhorn
Joined: Aug 10, 2001
Posts: 9
posted
0
hello Macros Maia, i have a problem in wl6 clustering .actually when u r speaking about weblogic clustering , there are few points , one is failover,load baclancing and clustering .Actually when we give that multicast address and create cluster from console in wl6 , failover and load balancing is acheived but what my probblem is "suppose u have that petstore application on one server which is clustered to serveral other say 2 other servers.Now suppose u r buying two things from this petstore web application and u r adding these to items to chart and at the backend , the main server fails , so it will automatically connected to other server as they are all in cluster.But now in the front end the customer does not know all these , so after adding 2 items , he goes for one more item , so now he has to get 3 items displayed in the chart , but this is not happening , instead of 3rd item , it counts it as first item , the old two item's transaction is lost .so in the real world scenario , this should not happen , so kindly suggest me where am i wrong . Thanks in advance