• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Weblogic cluster and failover question

 
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In Weblogic Server cluster environment, if the a serving thread is in the middle of a database operation (select statement) and weblogic instance went down, is it guaranteed that application will continoue the operation on the second weblogic instance?

Actually I am looking for some documentation that describes exactly what cluster fail over grantee from the application perspective.

Regards
 
Ranch Hand
Posts: 256
Netbeans IDE Firefox Browser Fedora
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Take a look at "What Are the Key Capabilities of a Cluster? "

If interested you can check.
checking failover mechanism



 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic