• 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

Loadbalacing Tomcat server using Apache

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I will greatly appreciate some insights into the issue I am having.
I have a few Tomcat servers in a cluster which are accessed via Apache 2.0 http server. I am able to load balance the Tomcat servers using Apache; I can see requests going from server to server.
The problem right now is I am trying to achieve session affinity (stickiness) whereby a session is completed on the server that originally received the request.
The literature I have read have not been very helpful. Anyone has any leads?
Here are my environment configs:
Apache http server
- OS is Win2K server
- Apache/2.0.47 (Win32)
- mod_ssl/2.0.47 OpenSSL/0.9.7c
- mod_jk2/2.0.2
Tomcat servers
- OS is Win2k
- Tomcat 4.01
- jdk13
Thanks
 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
what you want is called session replication in Tomcat
http://www.theserverside.com/articles/article.jsp?l=Tomcat
reply
    Bookmark Topic Watch Topic
  • New Topic