• 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

Help for Tomcat Clustering and auto deployment of war file

 
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I trying to form a cluster of tomcat 7 servers. I have used Memcached-Session-Manager + CouchbaseServer for session replication. I have used HAProxy for loadbalancing. Lab Tests are satisfactory for sticky as well non-sticky sessions. MSM session manager is configured in applications META-INF/Context.xml. I have thought of using farmWarDeployer for auto deployment of war among the cluster. I referred tomcat documentation where it is configured in <host> section of server.xml along with <cluster> element which uses simpletcpcluster class and inturn it uses deltamanager. I fear that both deltamanager and MSM may have some sort of clash. Since this is my first web application project I have no experience with Tomcat Config intricacies.

Can some body guide me in configuring the FarmWarDeployer along side with MSM.

Thanks and warm regards

Raja Patil

These is No config in server.xml.
WEB-INF/web.xml has <distributale/> element
and The MEATA-INF/Config.xml is as Follows


 
There’s no place like 127.0.0.1. But I'll always remember this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic