{"id":7,"date":"2008-02-13T01:37:26","date_gmt":"2008-02-12T20:07:26","guid":{"rendered":"http:\/\/www.tothenew.com\/blog\/?p=7"},"modified":"2010-06-09T16:03:20","modified_gmt":"2010-06-09T10:33:20","slug":"apache-tomcat-integration-on-ubuntu-server","status":"publish","type":"post","link":"https:\/\/www.tothenew.com\/blog\/apache-tomcat-integration-on-ubuntu-server\/","title":{"rendered":"Apache-Tomcat integration on Ubuntu server"},"content":{"rendered":"<p>Follow the steps mentioned below to integrate Apache with Tomcat on an Ubuntu system. The steps assume that Apache and Tomcat are already installed and working fine independently.<\/p>\n<ul>\n<li>Install Apache module for tomcat<\/li>\n<\/ul>\n<blockquote><p><code>sudo apt-get install libapache2-mod-jk<\/code><\/p><\/blockquote>\n<ul>\n<li>Create a file by the name &#8220;worker.properties&#8221; in \/etc\/apache2 directory. Sample worker.properties file below<\/li>\n<\/ul>\n<blockquote><p><code>workers.tomcat_home=\/opt\/servers\/tomcat5.5<br \/>\nworkers.java_home=\/opt\/java\/jdk1.5<br \/>\nps=\/<br \/>\nworker.list=worker1<br \/>\nworker.default.port=8009<br \/>\nworker.default.host=localhost<br \/>\nworker.default.type=ajp13<br \/>\nworker.default.lbfactor=1<br \/>\n<\/code><\/p><\/blockquote>\n<ul>\n<li>Add the following line to your site configuration file (\/etc\/apache2\/sites-available\/dellServer)<\/li>\n<\/ul>\n<blockquote><p><code>jkMount \/* worker1<br \/>\n<\/code><\/p><\/blockquote>\n<ul>\n<li>Add the following lines to the end of your \/etc\/apache2\/apache2.conf file<\/li>\n<\/ul>\n<blockquote><p><code>LoadModule jk_module \/usr\/lib\/apache2\/modules\/mod_jk.so<br \/>\n# Where to find workers.properties<br \/>\nJkWorkersFile \/etc\/apache2\/workers.properties<br \/>\n# Where to put jk logs<br \/>\nJkLogFile \/tmp\/mod_jk.log<br \/>\n# Set the jk log level [debug\/error\/info]<br \/>\nJkLogLevel info<br \/>\n# Select the log format<br \/>\nJkLogStampFormat \"[%a %b %d %H:%M:%S %Y] \"<br \/>\n# JkOptions indicate to send SSL KEY SIZE,<br \/>\nJkOptions +ForwardKeySize +ForwardURICompat -ForwardDirectories<br \/>\n# JkRequestLogFormat set the request format<br \/>\nJkRequestLogFormat \"%w %V %T\"<br \/>\n<\/code><\/p><\/blockquote>\n","protected":false},"excerpt":{"rendered":"<p>Follow the steps mentioned below to integrate Apache with Tomcat on an Ubuntu system. The steps assume that Apache and Tomcat are already installed and working fine independently. Install Apache module for tomcat sudo apt-get install libapache2-mod-jk Create a file by the name &#8220;worker.properties&#8221; in \/etc\/apache2 directory. Sample worker.properties file below workers.tomcat_home=\/opt\/servers\/tomcat5.5 workers.java_home=\/opt\/java\/jdk1.5 ps=\/ worker.list=worker1 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"iawp_total_views":31,"footnotes":""},"categories":[1],"tags":[18,17],"class_list":["post-7","post","type-post","status-publish","format-standard","hentry","category-technology","tag-apache","tag-tomcat"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"Follow the steps mentioned below to integrate Apache with Tomcat on an Ubuntu system. The steps assume that Apache and Tomcat are already installed and working fine independently. Install Apache module for tomcat sudo apt-get install libapache2-mod-jk Create a file by the name &quot;worker.properties&quot; in \/etc\/apache2 directory. Sample worker.properties file below workers.tomcat_home=\/opt\/servers\/tomcat5.5 workers.java_home=\/opt\/java\/jdk1.5 ps=\/ worker.list=worker1\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Deepak\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.tothenew.com\/blog\/apache-tomcat-integration-on-ubuntu-server\/\" \/>\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=\"Apache-Tomcat integration on Ubuntu server | TO THE NEW Blog\" \/>\n\t\t<meta property=\"og:description\" content=\"Follow the steps mentioned below to integrate Apache with Tomcat on an Ubuntu system. The steps assume that Apache and Tomcat are already installed and working fine independently. Install Apache module for tomcat sudo apt-get install libapache2-mod-jk Create a file by the name &quot;worker.properties&quot; in \/etc\/apache2 directory. Sample worker.properties file below workers.tomcat_home=\/opt\/servers\/tomcat5.5 workers.java_home=\/opt\/java\/jdk1.5 ps=\/ worker.list=worker1\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.tothenew.com\/blog\/apache-tomcat-integration-on-ubuntu-server\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/www.tothenew.com\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/www.tothenew.com\/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=\"Apache-Tomcat integration on Ubuntu server | TO THE NEW Blog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Follow the steps mentioned below to integrate Apache with Tomcat on an Ubuntu system. The steps assume that Apache and Tomcat are already installed and working fine independently. Install Apache module for tomcat sudo apt-get install libapache2-mod-jk Create a file by the name &quot;worker.properties&quot; in \/etc\/apache2 directory. Sample worker.properties file below workers.tomcat_home=\/opt\/servers\/tomcat5.5 workers.java_home=\/opt\/java\/jdk1.5 ps=\/ worker.list=worker1\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/www.tothenew.com\/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\\\/apache-tomcat-integration-on-ubuntu-server\\\/#article\",\"name\":\"Apache-Tomcat integration on Ubuntu server | TO THE NEW Blog\",\"headline\":\"Apache-Tomcat integration on Ubuntu server\",\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/admin\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"},\"datePublished\":\"2008-02-13T01:37:26+05:30\",\"dateModified\":\"2010-06-09T16:03:20+05:30\",\"inLanguage\":\"en-US\",\"commentCount\":9,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/apache-tomcat-integration-on-ubuntu-server\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/apache-tomcat-integration-on-ubuntu-server\\\/#webpage\"},\"articleSection\":\"Technology, apache, tomcat\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/apache-tomcat-integration-on-ubuntu-server\\\/#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\\\/apache-tomcat-integration-on-ubuntu-server\\\/#listItem\",\"name\":\"Apache-Tomcat integration on Ubuntu server\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/apache-tomcat-integration-on-ubuntu-server\\\/#listItem\",\"position\":3,\"name\":\"Apache-Tomcat integration on Ubuntu server\",\"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\\\/admin\\\/#author\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/admin\\\/\",\"name\":\"Deepak\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/apache-tomcat-integration-on-ubuntu-server\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0707e9f5d93472c1d7bc0afaf21c81e0d6df62135f7e1426eb9e78bdd944f149?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Deepak\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/apache-tomcat-integration-on-ubuntu-server\\\/#webpage\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/apache-tomcat-integration-on-ubuntu-server\\\/\",\"name\":\"Apache-Tomcat integration on Ubuntu server | TO THE NEW Blog\",\"description\":\"Follow the steps mentioned below to integrate Apache with Tomcat on an Ubuntu system. The steps assume that Apache and Tomcat are already installed and working fine independently. Install Apache module for tomcat sudo apt-get install libapache2-mod-jk Create a file by the name \\\"worker.properties\\\" in \\\/etc\\\/apache2 directory. Sample worker.properties file below workers.tomcat_home=\\\/opt\\\/servers\\\/tomcat5.5 workers.java_home=\\\/opt\\\/java\\\/jdk1.5 ps=\\\/ worker.list=worker1\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/apache-tomcat-integration-on-ubuntu-server\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/admin\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/admin\\\/#author\"},\"datePublished\":\"2008-02-13T01:37:26+05:30\",\"dateModified\":\"2010-06-09T16:03:20+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":"Apache-Tomcat integration on Ubuntu server | TO THE NEW Blog","description":"Follow the steps mentioned below to integrate Apache with Tomcat on an Ubuntu system. The steps assume that Apache and Tomcat are already installed and working fine independently. Install Apache module for tomcat sudo apt-get install libapache2-mod-jk Create a file by the name \"worker.properties\" in \/etc\/apache2 directory. Sample worker.properties file below workers.tomcat_home=\/opt\/servers\/tomcat5.5 workers.java_home=\/opt\/java\/jdk1.5 ps=\/ worker.list=worker1","canonical_url":"https:\/\/www.tothenew.com\/blog\/apache-tomcat-integration-on-ubuntu-server\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.tothenew.com\/blog\/apache-tomcat-integration-on-ubuntu-server\/#article","name":"Apache-Tomcat integration on Ubuntu server | TO THE NEW Blog","headline":"Apache-Tomcat integration on Ubuntu server","author":{"@id":"https:\/\/www.tothenew.com\/blog\/author\/admin\/#author"},"publisher":{"@id":"https:\/\/www.tothenew.com\/blog\/#organization"},"datePublished":"2008-02-13T01:37:26+05:30","dateModified":"2010-06-09T16:03:20+05:30","inLanguage":"en-US","commentCount":9,"mainEntityOfPage":{"@id":"https:\/\/www.tothenew.com\/blog\/apache-tomcat-integration-on-ubuntu-server\/#webpage"},"isPartOf":{"@id":"https:\/\/www.tothenew.com\/blog\/apache-tomcat-integration-on-ubuntu-server\/#webpage"},"articleSection":"Technology, apache, tomcat"},{"@type":"BreadcrumbList","@id":"https:\/\/www.tothenew.com\/blog\/apache-tomcat-integration-on-ubuntu-server\/#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\/apache-tomcat-integration-on-ubuntu-server\/#listItem","name":"Apache-Tomcat integration on Ubuntu server"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.tothenew.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.tothenew.com\/blog\/apache-tomcat-integration-on-ubuntu-server\/#listItem","position":3,"name":"Apache-Tomcat integration on Ubuntu server","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\/admin\/#author","url":"https:\/\/www.tothenew.com\/blog\/author\/admin\/","name":"Deepak","image":{"@type":"ImageObject","@id":"https:\/\/www.tothenew.com\/blog\/apache-tomcat-integration-on-ubuntu-server\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/0707e9f5d93472c1d7bc0afaf21c81e0d6df62135f7e1426eb9e78bdd944f149?s=96&d=mm&r=g","width":96,"height":96,"caption":"Deepak"}},{"@type":"WebPage","@id":"https:\/\/www.tothenew.com\/blog\/apache-tomcat-integration-on-ubuntu-server\/#webpage","url":"https:\/\/www.tothenew.com\/blog\/apache-tomcat-integration-on-ubuntu-server\/","name":"Apache-Tomcat integration on Ubuntu server | TO THE NEW Blog","description":"Follow the steps mentioned below to integrate Apache with Tomcat on an Ubuntu system. The steps assume that Apache and Tomcat are already installed and working fine independently. Install Apache module for tomcat sudo apt-get install libapache2-mod-jk Create a file by the name \"worker.properties\" in \/etc\/apache2 directory. Sample worker.properties file below workers.tomcat_home=\/opt\/servers\/tomcat5.5 workers.java_home=\/opt\/java\/jdk1.5 ps=\/ worker.list=worker1","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.tothenew.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.tothenew.com\/blog\/apache-tomcat-integration-on-ubuntu-server\/#breadcrumblist"},"author":{"@id":"https:\/\/www.tothenew.com\/blog\/author\/admin\/#author"},"creator":{"@id":"https:\/\/www.tothenew.com\/blog\/author\/admin\/#author"},"datePublished":"2008-02-13T01:37:26+05:30","dateModified":"2010-06-09T16:03:20+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"}}]},"og:locale":"en_US","og:site_name":"TO THE NEW BLOG","og:type":"blog","og:title":"Apache-Tomcat integration on Ubuntu server | TO THE NEW Blog","og:description":"Follow the steps mentioned below to integrate Apache with Tomcat on an Ubuntu system. The steps assume that Apache and Tomcat are already installed and working fine independently. Install Apache module for tomcat sudo apt-get install libapache2-mod-jk Create a file by the name &quot;worker.properties&quot; in \/etc\/apache2 directory. Sample worker.properties file below workers.tomcat_home=\/opt\/servers\/tomcat5.5 workers.java_home=\/opt\/java\/jdk1.5 ps=\/ worker.list=worker1","og:url":"https:\/\/www.tothenew.com\/blog\/apache-tomcat-integration-on-ubuntu-server\/","og:image":"https:\/\/www.tothenew.com\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","og:image:secure_url":"https:\/\/www.tothenew.com\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","twitter:card":"summary","twitter:site":"@tothenew","twitter:title":"Apache-Tomcat integration on Ubuntu server | TO THE NEW Blog","twitter:description":"Follow the steps mentioned below to integrate Apache with Tomcat on an Ubuntu system. The steps assume that Apache and Tomcat are already installed and working fine independently. Install Apache module for tomcat sudo apt-get install libapache2-mod-jk Create a file by the name &quot;worker.properties&quot; in \/etc\/apache2 directory. Sample worker.properties file below workers.tomcat_home=\/opt\/servers\/tomcat5.5 workers.java_home=\/opt\/java\/jdk1.5 ps=\/ worker.list=worker1","twitter:image":"https:\/\/www.tothenew.com\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png"},"aioseo_meta_data":{"post_id":"7","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 18:03:28","updated":"2024-02-29 08:24:08","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:\/\/www.tothenew.com\/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:\/\/www.tothenew.com\/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\tApache-Tomcat integration on Ubuntu server\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.tothenew.com\/blog"},{"label":"Technology","link":"https:\/\/www.tothenew.com\/blog\/category\/technology\/"},{"label":"Apache-Tomcat integration on Ubuntu server","link":"https:\/\/www.tothenew.com\/blog\/apache-tomcat-integration-on-ubuntu-server\/"}],"_links":{"self":[{"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/posts\/7","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/comments?post=7"}],"version-history":[{"count":0,"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/posts\/7\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/media?parent=7"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/categories?post=7"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/tags?post=7"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}