Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change 
notification.

The "ClusteringCloud" page has been changed by JeanFredericClere:
https://wiki.apache.org/tomcat/ClusteringCloud?action=diff&rev1=2&rev2=3

  There are 2 ways to organize your images, use a standalone tomcat and add 
your webapps to it or prepare your webapps as a micro service and have one 
image per webapps.
  Each image will be started as a pod on kubernetes, you can scale up and down 
by changing the number of pods running your webapp or your tomcat. Hanging or 
dying pods are restarted by kubernetes.
  
- = "Standalone" tomcat  configuration: =;
+ 1 - "Full" tomcat  configuration:
+ 
  In server.xml use the following:
        <Cluster className="org.apache.catalina.ha.tcp.SimpleTcpCluster">
            <Channel className="org.apache.catalina.tribes.group.GroupChannel">

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to