• 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
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

session replication problem in web application

 
Ranch Hand
Posts: 76
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've started two independent servers(weblogic application server) on two different machines, with a hardware loadbalancer(on third machine,with round robin scheme). Everything seems to be fine when both servers are running, but when I bring down one of the servers session, sometimes it asks for user login again.Means session replication is not happening properly. Any suggestions, what could be wrong?
 
Ranch Hand
Posts: 73
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Session replication will only occur if you have a clustered version
this seems like you have two independent instance running. As they are not clustered aware they might not know each other sessions.
 
Ranch Hand
Posts: 157
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by bharat nagpal:
I've started two independent servers(weblogic application server) on two different machines, with a hardware loadbalancer(on third machine,with round robin scheme). Everything seems to be fine when both servers are running, but when I bring down one of the servers session, sometimes it asks for user login again.Means session replication is not happening properly. Any suggestions, what could be wrong?

 
vikasids sharma
Ranch Hand
Posts: 157
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by bharat nagpal:
Hi nagpal
I found a good help from this pdf .Please look for this pdf on net
LoadBalancingFailoverEAServer.pdf

 
Drove my Chevy to the levee but the levee was dry. A wrung this tiny ad and it was still dry.
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic