{"id":1374,"date":"2010-07-22T20:15:49","date_gmt":"2010-07-22T14:45:49","guid":{"rendered":"https:\/\/2thenew.online\/blog\/?p=1374"},"modified":"2014-05-06T13:44:34","modified_gmt":"2014-05-06T08:14:34","slug":"tomcat-6-in-memory-session-replication","status":"publish","type":"post","link":"https:\/\/2thenew.online\/blog\/tomcat-6-in-memory-session-replication\/","title":{"rendered":"Tomcat 6 in-memory session replication"},"content":{"rendered":"<p>Hi All,<\/p>\n<p>Here are the few basic steps that you need to follow in order to achieve the in-memory session replication between two or more Tomcat 6 instances. <\/p>\n<p>This blog refers the Apache Tomcat documentation as found here: <a href=\"http:\/\/tomcat.apache.org\/tomcat-6.0-doc\/cluster-howto.html\" target=\"_blank\">http:\/\/tomcat.apache.org\/tomcat-6.0-doc\/cluster-howto.html<\/a>.<br \/>\nThe Tomcat documentation provides more detailed explanation of the Clustering concepts as well as the definition of tags, attributes etc. used in <strong>server.xml<\/strong> file.<\/p>\n<p><strong>Step 1:<\/strong> Include the <strong>&lt;distributable&gt;<\/strong> tag in <strong>web.xml<\/strong> file i.e. you can simple write the following line in your deployment descriptor(i.e. web.xml):<\/p>\n<blockquote>\n<pre lang=\"groovy\">\r\n <distributable \/> \r\n<\/pre>\n<\/blockquote>\n<p>Please read the following link to know more about this tag: <a href=\"http:\/\/wiki.metawerx.net\/wiki\/Web.xml.Distributable\" target=\"_blank\">http:\/\/wiki.metawerx.net\/wiki\/Web.xml.Distributable<\/a><\/p>\n<p><strong>Step 2:<\/strong> Add the following lines of XML in the <strong>server.xml<\/strong> file inside the <strong>&lt;Engine&gt;<\/strong> element\/tag:<\/p>\n<blockquote>\n<pre lang=\"groovy\">\r\n<Engine name=\"Catalina\" defaultHost=\"localhost\">\r\n      <Cluster className=\"org.apache.catalina.ha.tcp.SimpleTcpCluster\"\r\n            channelSendOptions=\"8\">\r\n                     <Manager className=\"org.apache.catalina.ha.session.DeltaManager\"\r\n                      expireSessionsOnShutdown=\"false\" notifyListenersOnReplication=\"true\"\/>\r\n                     <Channel className=\"org.apache.catalina.tribes.group.GroupChannel\"> \r\n                               <Membership className=\"org.apache.catalina.tribes.membership.McastService\" \r\n                               address=\"228.0.0.4\" port=\"45564\" frequency=\"500\" dropTime=\"3000\"\/> \r\n                              <Receiver className=\"org.apache.catalina.tribes.transport.nio.NioReceiver\" \r\n                                 address=\"auto\" port=\"4000\" autoBind=\"100\" selectorTimeout=\"5000\" maxThreads=\"6\"\/>\r\n                               <Sender className=\"org.apache.catalina.tribes.transport.ReplicationTransmitter\"> \r\n                                             <Transport className=\"org.apache.catalina.tribes.transport.nio.PooledParallelSender\"\/> \r\n                                <\/Sender>\r\n                      <Interceptor className=\"org.apache.catalina.tribes.group.interceptors.TcpFailureDetector\"\/>\r\n                      <Interceptor className=\"org.apache.catalina.tribes.group.interceptors.MessageDispatch15Interceptor\"\/>\r\n                  <\/Channel>\r\n           <Valve className=\"org.apache.catalina.ha.tcp.ReplicationValve\" filter=\"\"\/> \r\n          <Valve className=\"org.apache.catalina.ha.session.JvmRouteBinderValve\"\/> \r\n          <Deployer className=\"org.apache.catalina.ha.deploy.FarmWarDeployer\" \r\n                   tempDir=\"\/tmp\/war-temp\/\" deployDir=\"\/tmp\/war-deploy\/\" watchDir=\"\/tmp\/war-listen\/\"\r\n                   watchEnabled=\"false\"\/> \r\n                   <ClusterListener className=\"org.apache.catalina.ha.session.JvmRouteSessionIDBinderListener\"\/>\r\n                  <ClusterListener className=\"org.apache.catalina.ha.session.ClusterSessionListener\"\/>\r\n     <\/Cluster>\r\n .\r\n .\r\n .\r\n .\r\n <\/Engine>\r\n <\/pre>\n<\/blockquote>\n<p>Please note that there might be some other elements such as <strong>&lt;Host&gt;, &lt;Realm&gt; <\/strong>etc. inside the <strong>&lt;Engine&gt;<\/strong> element. Also, for each tomcat instance the value defined for the <strong>&#8216;port&#8217;<\/strong> attribute of the <strong>&lt;Receiver&gt;<\/strong> tag must be unique.<\/p>\n<p>And, that&#8217;s all. You now have a basic session-replication in place. Your sessions are replicated amongst all the tomcat instances which are part of your cluster.<\/p>\n<p><strong>NOTE:<\/strong> Please make sure if you make any changes to the &#8220;<strong>context.xml<\/strong>&#8221; file, you have to delete the following xml file located in the <strong>&lt;TOMCAT_HOME&gt;\/conf\/Catalina\/localhost\/{yourAppName}.xml<\/strong>. If you don&#8217;t delete this file, then your changes will be ignored and the settings defined in this file will take effect.<\/p>\n<p>Cheers!!!<\/p>\n<p>Abhishek Tejpaul<br \/>\nabhishek@intelligrape.com<br \/>\n[Intelligrape Software Pvt. Ltd.]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Hi All, Here are the few basic steps that you need to follow in order to achieve the in-memory session replication between two or more Tomcat 6 instances. This blog refers the Apache Tomcat documentation as found here: http:\/\/tomcat.apache.org\/tomcat-6.0-doc\/cluster-howto.html. The Tomcat documentation provides more detailed explanation of the Clustering concepts as well as the definition [&hellip;]<\/p>\n","protected":false},"author":15,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"iawp_total_views":3,"footnotes":""},"categories":[1],"tags":[591,593,590,592,17,589],"class_list":["post-1374","post","type-post","status-publish","format-standard","hentry","category-technology","tag-application-server","tag-memory-session-replication","tag-server","tag-session-replication-in-tomcat","tag-tomcat","tag-tomcat-6"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"Hi All, Here are the few basic steps that you need to follow in order to achieve the in-memory session replication between two or more Tomcat 6 instances. This blog refers the Apache Tomcat documentation as found here: http:\/\/tomcat.apache.org\/tomcat-6.0-doc\/cluster-howto.html. The Tomcat documentation provides more detailed explanation of the Clustering concepts as well as the definition\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Abhishek Tejpaul\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/2thenew.online\/blog\/tomcat-6-in-memory-session-replication\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"TO THE NEW BLOG\" \/>\n\t\t<meta property=\"og:type\" content=\"blog\" \/>\n\t\t<meta property=\"og:title\" content=\"Tomcat 6 in-memory session replication | TO THE NEW Blog\" \/>\n\t\t<meta property=\"og:description\" content=\"Hi All, Here are the few basic steps that you need to follow in order to achieve the in-memory session replication between two or more Tomcat 6 instances. This blog refers the Apache Tomcat documentation as found here: http:\/\/tomcat.apache.org\/tomcat-6.0-doc\/cluster-howto.html. The Tomcat documentation provides more detailed explanation of the Clustering concepts as well as the definition\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/2thenew.online\/blog\/tomcat-6-in-memory-session-replication\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/2thenew.online\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/2thenew.online\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@tothenew\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Tomcat 6 in-memory session replication | TO THE NEW Blog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Hi All, Here are the few basic steps that you need to follow in order to achieve the in-memory session replication between two or more Tomcat 6 instances. This blog refers the Apache Tomcat documentation as found here: http:\/\/tomcat.apache.org\/tomcat-6.0-doc\/cluster-howto.html. The Tomcat documentation provides more detailed explanation of the Clustering concepts as well as the definition\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/2thenew.online\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/tomcat-6-in-memory-session-replication\\\/#article\",\"name\":\"Tomcat 6 in-memory session replication | TO THE NEW Blog\",\"headline\":\"Tomcat 6 in-memory session replication\",\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/abhishek\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"},\"datePublished\":\"2010-07-22T20:15:49+05:30\",\"dateModified\":\"2014-05-06T13:44:34+05:30\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/tomcat-6-in-memory-session-replication\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/tomcat-6-in-memory-session-replication\\\/#webpage\"},\"articleSection\":\"Technology, application server, memory session replication, server, session replication in tomcat, tomcat, tomcat 6\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/tomcat-6-in-memory-session-replication\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/#listItem\",\"name\":\"Technology\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/#listItem\",\"position\":2,\"name\":\"Technology\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/tomcat-6-in-memory-session-replication\\\/#listItem\",\"name\":\"Tomcat 6 in-memory session replication\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/tomcat-6-in-memory-session-replication\\\/#listItem\",\"position\":3,\"name\":\"Tomcat 6 in-memory session replication\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/#listItem\",\"name\":\"Technology\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\",\"name\":\"TO THE NEW Blog\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/abhishek\\\/#author\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/abhishek\\\/\",\"name\":\"Abhishek Tejpaul\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/tomcat-6-in-memory-session-replication\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/9aad3b7249e392a23dee22fda2eb99c64c33950f509a91e8c37e82efd8c3a388?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Abhishek Tejpaul\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/tomcat-6-in-memory-session-replication\\\/#webpage\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/tomcat-6-in-memory-session-replication\\\/\",\"name\":\"Tomcat 6 in-memory session replication | TO THE NEW Blog\",\"description\":\"Hi All, Here are the few basic steps that you need to follow in order to achieve the in-memory session replication between two or more Tomcat 6 instances. This blog refers the Apache Tomcat documentation as found here: http:\\\/\\\/tomcat.apache.org\\\/tomcat-6.0-doc\\\/cluster-howto.html. The Tomcat documentation provides more detailed explanation of the Clustering concepts as well as the definition\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/tomcat-6-in-memory-session-replication\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/abhishek\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/abhishek\\\/#author\"},\"datePublished\":\"2010-07-22T20:15:49+05:30\",\"dateModified\":\"2014-05-06T13:44:34+05:30\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\",\"name\":\"TO THE NEW Blog\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Tomcat 6 in-memory session replication | TO THE NEW Blog","description":"Hi All, Here are the few basic steps that you need to follow in order to achieve the in-memory session replication between two or more Tomcat 6 instances. This blog refers the Apache Tomcat documentation as found here: http:\/\/tomcat.apache.org\/tomcat-6.0-doc\/cluster-howto.html. The Tomcat documentation provides more detailed explanation of the Clustering concepts as well as the definition","canonical_url":"https:\/\/2thenew.online\/blog\/tomcat-6-in-memory-session-replication\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/2thenew.online\/blog\/tomcat-6-in-memory-session-replication\/#article","name":"Tomcat 6 in-memory session replication | TO THE NEW Blog","headline":"Tomcat 6 in-memory session replication","author":{"@id":"https:\/\/2thenew.online\/blog\/author\/abhishek\/#author"},"publisher":{"@id":"https:\/\/2thenew.online\/blog\/#organization"},"datePublished":"2010-07-22T20:15:49+05:30","dateModified":"2014-05-06T13:44:34+05:30","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/2thenew.online\/blog\/tomcat-6-in-memory-session-replication\/#webpage"},"isPartOf":{"@id":"https:\/\/2thenew.online\/blog\/tomcat-6-in-memory-session-replication\/#webpage"},"articleSection":"Technology, application server, memory session replication, server, session replication in tomcat, tomcat, tomcat 6"},{"@type":"BreadcrumbList","@id":"https:\/\/2thenew.online\/blog\/tomcat-6-in-memory-session-replication\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/2thenew.online\/blog#listItem","position":1,"name":"Home","item":"https:\/\/2thenew.online\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/2thenew.online\/blog\/category\/technology\/#listItem","name":"Technology"}},{"@type":"ListItem","@id":"https:\/\/2thenew.online\/blog\/category\/technology\/#listItem","position":2,"name":"Technology","item":"https:\/\/2thenew.online\/blog\/category\/technology\/","nextItem":{"@type":"ListItem","@id":"https:\/\/2thenew.online\/blog\/tomcat-6-in-memory-session-replication\/#listItem","name":"Tomcat 6 in-memory session replication"},"previousItem":{"@type":"ListItem","@id":"https:\/\/2thenew.online\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/2thenew.online\/blog\/tomcat-6-in-memory-session-replication\/#listItem","position":3,"name":"Tomcat 6 in-memory session replication","previousItem":{"@type":"ListItem","@id":"https:\/\/2thenew.online\/blog\/category\/technology\/#listItem","name":"Technology"}}]},{"@type":"Organization","@id":"https:\/\/2thenew.online\/blog\/#organization","name":"TO THE NEW Blog","url":"https:\/\/2thenew.online\/blog\/"},{"@type":"Person","@id":"https:\/\/2thenew.online\/blog\/author\/abhishek\/#author","url":"https:\/\/2thenew.online\/blog\/author\/abhishek\/","name":"Abhishek Tejpaul","image":{"@type":"ImageObject","@id":"https:\/\/2thenew.online\/blog\/tomcat-6-in-memory-session-replication\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/9aad3b7249e392a23dee22fda2eb99c64c33950f509a91e8c37e82efd8c3a388?s=96&d=mm&r=g","width":96,"height":96,"caption":"Abhishek Tejpaul"}},{"@type":"WebPage","@id":"https:\/\/2thenew.online\/blog\/tomcat-6-in-memory-session-replication\/#webpage","url":"https:\/\/2thenew.online\/blog\/tomcat-6-in-memory-session-replication\/","name":"Tomcat 6 in-memory session replication | TO THE NEW Blog","description":"Hi All, Here are the few basic steps that you need to follow in order to achieve the in-memory session replication between two or more Tomcat 6 instances. This blog refers the Apache Tomcat documentation as found here: http:\/\/tomcat.apache.org\/tomcat-6.0-doc\/cluster-howto.html. The Tomcat documentation provides more detailed explanation of the Clustering concepts as well as the definition","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/2thenew.online\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/2thenew.online\/blog\/tomcat-6-in-memory-session-replication\/#breadcrumblist"},"author":{"@id":"https:\/\/2thenew.online\/blog\/author\/abhishek\/#author"},"creator":{"@id":"https:\/\/2thenew.online\/blog\/author\/abhishek\/#author"},"datePublished":"2010-07-22T20:15:49+05:30","dateModified":"2014-05-06T13:44:34+05:30"},{"@type":"WebSite","@id":"https:\/\/2thenew.online\/blog\/#website","url":"https:\/\/2thenew.online\/blog\/","name":"TO THE NEW Blog","inLanguage":"en-US","publisher":{"@id":"https:\/\/2thenew.online\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"TO THE NEW BLOG","og:type":"blog","og:title":"Tomcat 6 in-memory session replication | TO THE NEW Blog","og:description":"Hi All, Here are the few basic steps that you need to follow in order to achieve the in-memory session replication between two or more Tomcat 6 instances. This blog refers the Apache Tomcat documentation as found here: http:\/\/tomcat.apache.org\/tomcat-6.0-doc\/cluster-howto.html. The Tomcat documentation provides more detailed explanation of the Clustering concepts as well as the definition","og:url":"https:\/\/2thenew.online\/blog\/tomcat-6-in-memory-session-replication\/","og:image":"https:\/\/2thenew.online\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","og:image:secure_url":"https:\/\/2thenew.online\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","twitter:card":"summary","twitter:site":"@tothenew","twitter:title":"Tomcat 6 in-memory session replication | TO THE NEW Blog","twitter:description":"Hi All, Here are the few basic steps that you need to follow in order to achieve the in-memory session replication between two or more Tomcat 6 instances. This blog refers the Apache Tomcat documentation as found here: http:\/\/tomcat.apache.org\/tomcat-6.0-doc\/cluster-howto.html. The Tomcat documentation provides more detailed explanation of the Clustering concepts as well as the definition","twitter:image":"https:\/\/2thenew.online\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png"},"aioseo_meta_data":{"post_id":"1374","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"limit_modified_date":false,"created":"2021-04-29 12:23:28","updated":"2024-02-29 08:34:23","focus_keyword":null,"additional_keywords":null,"truseo_locale":null,"ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/2thenew.online\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/2thenew.online\/blog\/category\/technology\/\" title=\"Technology\">Technology<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tTomcat 6 in-memory session replication\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/2thenew.online\/blog"},{"label":"Technology","link":"https:\/\/2thenew.online\/blog\/category\/technology\/"},{"label":"Tomcat 6 in-memory session replication","link":"https:\/\/2thenew.online\/blog\/tomcat-6-in-memory-session-replication\/"}],"_links":{"self":[{"href":"https:\/\/2thenew.online\/blog\/wp-json\/wp\/v2\/posts\/1374","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/2thenew.online\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/2thenew.online\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/2thenew.online\/blog\/wp-json\/wp\/v2\/users\/15"}],"replies":[{"embeddable":true,"href":"https:\/\/2thenew.online\/blog\/wp-json\/wp\/v2\/comments?post=1374"}],"version-history":[{"count":0,"href":"https:\/\/2thenew.online\/blog\/wp-json\/wp\/v2\/posts\/1374\/revisions"}],"wp:attachment":[{"href":"https:\/\/2thenew.online\/blog\/wp-json\/wp\/v2\/media?parent=1374"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/2thenew.online\/blog\/wp-json\/wp\/v2\/categories?post=1374"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/2thenew.online\/blog\/wp-json\/wp\/v2\/tags?post=1374"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}