• 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

How to replicate sessions between two web applications on the same tomcat?

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have two web applications (simply called app1 and app2 in the following) on the same tomcat, and sometimes app1 will be re-deployed.
Is there a way to replicate the session from app1 to app2 when app1 is down, and recover it back when app1 comes back?
I have tried surveying keywords like "session migration" and "clustering".
But it seems that they are used in the situation of putting the web applications on different tomcat servers.
I don't know how to try it in the same tomcat server with different web applications...

Thanks!
reply
    Bookmark Topic Watch Topic
  • New Topic