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

Load Balancing Spring security

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

I have attempted to use both apache server and ha proxy to load balance an web application on 2 glassfish domains

127.0.0.1:7080 -domain 2
127.0.0.1:8080 - domain 2

But no matter what configuration I use my browser gets Error code: ERR_TOO_MANY_REDIRECTS
Seems Spring security uses relative URls vs absolute URLs so I think this is the problem.
has anyone seen this issue before?

Ive read various websites about load balancing and spring security. It seems to be a known issue with no real fix?

To me there should be just so some config that i can add to load balancer to get this to work

Thanks
Alan
reply
    Bookmark Topic Watch Topic
  • New Topic