{"id":42271,"date":"2024-05-27T12:07:12","date_gmt":"2024-05-27T12:07:12","guid":{"rendered":"https:\/\/accuweb.cloud\/resource\/?post_type=faq&#038;p=42271"},"modified":"2026-02-19T04:49:22","modified_gmt":"2026-02-19T04:49:22","slug":"tomcat-security-configs","status":"publish","type":"faq","link":"https:\/\/accuweb.cloud\/resource\/articles\/tomcat-security-configs","title":{"rendered":"Security Configs for Tomcat Applications"},"content":{"rendered":"<h2 class=\"ack-h2\">Security Configs for Tomcat Applications<\/h2>\n<p>These guidelines describe how to secure an application that is being used on the platform&#8217;s Tomcat server. To limit access to your app, we provide the following two solutions:<\/p>\n<ul id=\"authentication\"  class=\"ack-ul\">\n<li><a  class=\"ack-link-color\" href=\"#authentication\">Require user authentication<\/a><\/li>\n<li><a class=\"ack-link-color\" href=\"#IP-addresses\">Deny access to specific IP addresses<\/a><\/li>\n<\/ul>\n<p> can choose either method or use both together.<\/p>\n<h2 id=\"authentication\" class=\"ack-h2\">Authentication<\/h2>\n<p>To configure authentication on a Tomcat server, take the following actions:<\/p>\n<p><strong>Step 1.<\/strong> Launch the platform dashboard and choose the Tomcat server in your environment by clicking the <a class=\"ack-link-color\" href=\"https:\/\/accuweb.cloud\/resource\/articles\/configuration-of-file-manager\/\" target=\"_blank\" rel=\"noopener\">&#8220;Config&#8221;<\/a> icon next to it.<\/p>\n<p><strong>Step 2.<\/strong> Open the <strong>`tomcat-users.xml`<\/strong> file by double-clicking on it after navigating to the `\/opt\/tomcat\/conf} folder. Use this syntax to add new user roles and credentials:<\/p>\n<div class=\"article-space\"><\/div>\n<pre><code class=\"language-javascript\">\r\n&lt;user username=\"test\" password=\"test\" roles=\"admin\"&gt;<\/code><\/pre>\n<div class=\"article-extra-space\"><\/div>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Tomcat-Applications-01.png\"><img fetchpriority=\"high\" decoding=\"async\" class=\"ack-article-image aligncenter wp-image-42278 size-full\" title=\"Tomcat-users.xml\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Tomcat-Applications-01.png\" alt=\"Tomcat-users.xml\" width=\"1513\" height=\"292\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Tomcat-Applications-01.png 1513w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Tomcat-Applications-01-300x58.png 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Tomcat-Applications-01-1024x198.png 1024w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Tomcat-Applications-01-768x148.png 768w\" sizes=\"(max-width: 1513px) 100vw, 1513px\" \/><\/a><\/p>\n<p>Save the changes.<\/p>\n<p><strong>Step 3.<\/strong> Next, configure the security constraints for the newly formed user by going to the <strong>`web.xml`<\/strong> file located in the same `\/opt\/tomcat\/conf} folder.<\/p>\n<div class=\"article-space\"><\/div>\n<pre><code class=\"language-javascript\">\r\n&lt;security-constraint&gt;\r\n&lt;web-resource-collection&gt;\r\n&lt;url-pattern&gt;\/*&lt;\/url-pattern&gt;\r\n&lt;\/web-resource-collection&gt;\r\n&lt;auth-constraint&gt;\r\n&lt;role-name&gt;admin&lt;\/role-name&gt;\r\n&lt;role-name&gt;user&lt;\/role-name&gt;\r\n&lt;\/auth-constraint&gt;\r\n&lt;\/security-constraint&gt;\r\n&lt;login-config&gt;\r\n&lt;auth-method&gt;BASIC&lt;\/auth-method&gt;\r\n&lt;realm-name&gt;Test Realm&lt;\/realm-name&gt;\r\n&lt;\/login-config&gt;<\/code><\/pre>\n<div class=\"article-extra-space\"><\/div>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Tomcat-Applications-052.png\"><img decoding=\"async\" class=\"ack-article-image aligncenter wp-image-42277 size-full\" title=\"Web.xml file\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Tomcat-Applications-052.png\" alt=\"Web.xml file\" width=\"1510\" height=\"622\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Tomcat-Applications-052.png 1510w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Tomcat-Applications-052-300x124.png 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Tomcat-Applications-052-1024x422.png 1024w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Tomcat-Applications-052-768x316.png 768w\" sizes=\"(max-width: 1510px) 100vw, 1510px\" \/><\/a><\/p>\n<p><strong>Step 4.<\/strong> <strong>Restart<\/strong> your Tomcat application server after saving the modifications.<\/p>\n<p>When users attempt to access the application, they should see an authentication window if everything is configured correctly.<\/p>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Tomcat-Applications-03.png\"><img decoding=\"async\" id=\"IP-addresses\" class=\"ack-article-image aligncenter wp-image-42276 size-full\" id=\"#IP-addresses\" title=\"Authentication window\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Tomcat-Applications-03.png\" alt=\"Authentication window\" width=\"1600\" height=\"318\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Tomcat-Applications-03.png 1600w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Tomcat-Applications-03-300x60.png 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Tomcat-Applications-03-1024x204.png 1024w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Tomcat-Applications-03-768x153.png 768w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Tomcat-Applications-03-1536x305.png 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" \/><\/a><\/p>\n<h2 class=\"ack-h2\" >Deny Client IP Addresses<\/h2>\n<p>Take the following actions to prevent certain IP addresses from accessing your web application:<\/p>\n<p><strong>Step 1.<\/strong> Select the Tomcat server where your application is deployed by clicking the<strong> &#8220;Config&#8221;<\/strong> button.<\/p>\n<p><strong>Step 2.<\/strong> Open the <strong>`context.xml`<\/strong> file from the `\/opt\/tomcat\/webapps\/ROOT\/META-INF} folder.<\/p>\n<p><strong>Step 3.<\/strong> Add the following lines to the `context.xml` file:<\/p>\n<div class=\"article-space\"><\/div>\n<pre><code class=\"language-javascript\">\r\n&lt;Context antiJARLocking=\"true\" path=\"\/\"&gt;\r\n&lt;Valve className=\"org.apache.catalina.valves.RemoteIpValve\" \/&gt;\r\n&lt;Valve className=\"org.apache.catalina.valves.RemoteAddrValve\" deny=\"{IP_address}\" \/&gt;\r\n&lt;\/Context&gt;<\/code><\/pre>\n<div class=\"article-extra-space\"><\/div>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Tomcat-Applications-04.png\"><img loading=\"lazy\" decoding=\"async\" class=\"ack-article-image aligncenter wp-image-42275 size-full\" title=\"context.xml file\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Tomcat-Applications-04.png\" alt=\"context.xml file\" width=\"1508\" height=\"179\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Tomcat-Applications-04.png 1508w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Tomcat-Applications-04-300x36.png 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Tomcat-Applications-04-1024x122.png 1024w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Tomcat-Applications-04-768x91.png 768w\" sizes=\"(max-width: 1508px) 100vw, 1508px\" \/><\/a><\/p>\n<p><strong>Step 4.<\/strong> Restart the Tomcat server after clicking the <strong>&#8220;Save&#8221;<\/strong> button.<\/p>\n<p>Users with blocked IP addresses will encounter an HTTP Status 403 error when attempting to access your application after these modifications are made.<\/p>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Tomcat-Applications-05.png\"><img loading=\"lazy\" decoding=\"async\" class=\"ack-article-image  aligncenter size-full wp-image-42274\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Tomcat-Applications-05.png\" alt=\"\" width=\"1600\" height=\"207\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Tomcat-Applications-05.png 1600w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Tomcat-Applications-05-300x39.png 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Tomcat-Applications-05-1024x132.png 1024w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Tomcat-Applications-05-768x99.png 768w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Tomcat-Applications-05-1536x199.png 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" \/><\/a><\/p>\n","protected":false},"author":1,"featured_media":52879,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","class_list":["post-42271","faq","type-faq","status-publish","has-post-thumbnail","hentry","faq_topics-java","faq_topics-java-app-servers","faq_topics-kb","faq_topics-product-documentation","faq_topics-tomcat-and-tomee","faq_topics-tomcat-security"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v20.10 (Yoast SEO v24.5) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Tomcat Application Security Configs | AccuWeb.Cloud Guide<\/title>\n<meta name=\"description\" content=\"Learn how to increase the security of your Tomcat applications by adding user authentication and denying access to specific IP addresses.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/accuweb.cloud\/resource\/articles\/Tomcat-security-configs\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Security Configs for Tomcat Applications\" \/>\n<meta property=\"og:description\" content=\"Learn how to increase the security of your Tomcat applications by adding user authentication and denying access to specific IP addresses.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/accuweb.cloud\/resource\/articles\/Tomcat-security-configs\" \/>\n<meta property=\"og:site_name\" content=\"AccuWeb Cloud\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-19T04:49:22+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"720\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/Tomcat-security-configs#article\",\"isPartOf\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/tomcat-security-configs\"},\"author\":{\"name\":\"Jilesh Patadiya\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/#\/schema\/person\/a7a4cbe8405202b537509c757b588c58\"},\"headline\":\"Security Configs for Tomcat Applications\",\"datePublished\":\"2024-05-27T12:07:12+00:00\",\"dateModified\":\"2026-02-19T04:49:22+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/tomcat-security-configs\"},\"wordCount\":264,\"publisher\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/#organization\"},\"image\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/Tomcat-security-configs#primaryimage\"},\"thumbnailUrl\":\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg\",\"inLanguage\":\"en-US\"},{\"@type\":[\"WebPage\",\"FAQPage\"],\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/tomcat-security-configs\",\"url\":\"https:\/\/accuweb.cloud\/resource\/articles\/Tomcat-security-configs\",\"name\":\"Tomcat Application Security Configs | AccuWeb.Cloud Guide\",\"isPartOf\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/Tomcat-security-configs#primaryimage\"},\"image\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/Tomcat-security-configs#primaryimage\"},\"thumbnailUrl\":\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg\",\"datePublished\":\"2024-05-27T12:07:12+00:00\",\"dateModified\":\"2026-02-19T04:49:22+00:00\",\"description\":\"Learn how to increase the security of your Tomcat applications by adding user authentication and denying access to specific IP addresses.\",\"breadcrumb\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/Tomcat-security-configs#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/accuweb.cloud\/resource\/articles\/Tomcat-security-configs\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/Tomcat-security-configs#primaryimage\",\"url\":\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg\",\"contentUrl\":\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg\",\"width\":1280,\"height\":720},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/Tomcat-security-configs#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/accuweb.cloud\/resource\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Security Configs for Tomcat Applications\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/#website\",\"url\":\"https:\/\/accuweb.cloud\/resource\/\",\"name\":\"AccuWeb Cloud\",\"description\":\"Cutting Edge Cloud Computing\",\"publisher\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/accuweb.cloud\/resource\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/#organization\",\"name\":\"AccuWeb.Cloud\",\"url\":\"https:\/\/accuweb.cloud\/resource\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/04\/accuwebcloud_logo_black_tagline.jpg\",\"contentUrl\":\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/04\/accuwebcloud_logo_black_tagline.jpg\",\"width\":156,\"height\":87,\"caption\":\"AccuWeb.Cloud\"},\"image\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/#\/schema\/person\/a7a4cbe8405202b537509c757b588c58\",\"name\":\"Jilesh Patadiya\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/2cea2bdb5bbabb771ee67e96acad7396f25cb1a0c360b9bc4a9ac40cea9cd8b2?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/2cea2bdb5bbabb771ee67e96acad7396f25cb1a0c360b9bc4a9ac40cea9cd8b2?s=96&d=mm&r=g\",\"caption\":\"Jilesh Patadiya\"},\"description\":\"Jilesh Patadiya, the visionary Co-Founder and Chief Technology Officer (CTO) behind AccuWeb.Cloud. Founder &amp; CTO at AccuWebHosting.com. He shares his web hosting insights on the AccuWeb.Cloud blog. He mostly writes on the latest web hosting trends, WordPress, storage technologies, and Windows and Linux hosting platforms.\",\"sameAs\":[\"https:\/\/accuweb.cloud\/resource\",\"https:\/\/www.facebook.com\/accuwebhosting\",\"https:\/\/www.instagram.com\/accuwebhosting\/\",\"https:\/\/www.linkedin.com\/company\/accuwebhosting\/\",\"https:\/\/x.com\/accuwebhosting\",\"https:\/\/www.youtube.com\/c\/Accuwebhosting\"],\"url\":\"https:\/\/accuweb.cloud\/resource\/author\/accuwebadmin\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Tomcat Application Security Configs | AccuWeb.Cloud Guide","description":"Learn how to increase the security of your Tomcat applications by adding user authentication and denying access to specific IP addresses.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/accuweb.cloud\/resource\/articles\/Tomcat-security-configs","og_locale":"en_US","og_type":"article","og_title":"Security Configs for Tomcat Applications","og_description":"Learn how to increase the security of your Tomcat applications by adding user authentication and denying access to specific IP addresses.","og_url":"https:\/\/accuweb.cloud\/resource\/articles\/Tomcat-security-configs","og_site_name":"AccuWeb Cloud","article_modified_time":"2026-02-19T04:49:22+00:00","og_image":[{"width":1280,"height":720,"url":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/accuweb.cloud\/resource\/articles\/Tomcat-security-configs#article","isPartOf":{"@id":"https:\/\/accuweb.cloud\/resource\/articles\/tomcat-security-configs"},"author":{"name":"Jilesh Patadiya","@id":"https:\/\/accuweb.cloud\/resource\/#\/schema\/person\/a7a4cbe8405202b537509c757b588c58"},"headline":"Security Configs for Tomcat Applications","datePublished":"2024-05-27T12:07:12+00:00","dateModified":"2026-02-19T04:49:22+00:00","mainEntityOfPage":{"@id":"https:\/\/accuweb.cloud\/resource\/articles\/tomcat-security-configs"},"wordCount":264,"publisher":{"@id":"https:\/\/accuweb.cloud\/resource\/#organization"},"image":{"@id":"https:\/\/accuweb.cloud\/resource\/articles\/Tomcat-security-configs#primaryimage"},"thumbnailUrl":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg","inLanguage":"en-US"},{"@type":["WebPage","FAQPage"],"@id":"https:\/\/accuweb.cloud\/resource\/articles\/tomcat-security-configs","url":"https:\/\/accuweb.cloud\/resource\/articles\/Tomcat-security-configs","name":"Tomcat Application Security Configs | AccuWeb.Cloud Guide","isPartOf":{"@id":"https:\/\/accuweb.cloud\/resource\/#website"},"primaryImageOfPage":{"@id":"https:\/\/accuweb.cloud\/resource\/articles\/Tomcat-security-configs#primaryimage"},"image":{"@id":"https:\/\/accuweb.cloud\/resource\/articles\/Tomcat-security-configs#primaryimage"},"thumbnailUrl":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg","datePublished":"2024-05-27T12:07:12+00:00","dateModified":"2026-02-19T04:49:22+00:00","description":"Learn how to increase the security of your Tomcat applications by adding user authentication and denying access to specific IP addresses.","breadcrumb":{"@id":"https:\/\/accuweb.cloud\/resource\/articles\/Tomcat-security-configs#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/accuweb.cloud\/resource\/articles\/Tomcat-security-configs"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/accuweb.cloud\/resource\/articles\/Tomcat-security-configs#primaryimage","url":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg","contentUrl":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg","width":1280,"height":720},{"@type":"BreadcrumbList","@id":"https:\/\/accuweb.cloud\/resource\/articles\/Tomcat-security-configs#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/accuweb.cloud\/resource\/"},{"@type":"ListItem","position":2,"name":"Security Configs for Tomcat Applications"}]},{"@type":"WebSite","@id":"https:\/\/accuweb.cloud\/resource\/#website","url":"https:\/\/accuweb.cloud\/resource\/","name":"AccuWeb Cloud","description":"Cutting Edge Cloud Computing","publisher":{"@id":"https:\/\/accuweb.cloud\/resource\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/accuweb.cloud\/resource\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/accuweb.cloud\/resource\/#organization","name":"AccuWeb.Cloud","url":"https:\/\/accuweb.cloud\/resource\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/accuweb.cloud\/resource\/#\/schema\/logo\/image\/","url":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/04\/accuwebcloud_logo_black_tagline.jpg","contentUrl":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/04\/accuwebcloud_logo_black_tagline.jpg","width":156,"height":87,"caption":"AccuWeb.Cloud"},"image":{"@id":"https:\/\/accuweb.cloud\/resource\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/accuweb.cloud\/resource\/#\/schema\/person\/a7a4cbe8405202b537509c757b588c58","name":"Jilesh Patadiya","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/accuweb.cloud\/resource\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/2cea2bdb5bbabb771ee67e96acad7396f25cb1a0c360b9bc4a9ac40cea9cd8b2?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/2cea2bdb5bbabb771ee67e96acad7396f25cb1a0c360b9bc4a9ac40cea9cd8b2?s=96&d=mm&r=g","caption":"Jilesh Patadiya"},"description":"Jilesh Patadiya, the visionary Co-Founder and Chief Technology Officer (CTO) behind AccuWeb.Cloud. Founder &amp; CTO at AccuWebHosting.com. He shares his web hosting insights on the AccuWeb.Cloud blog. He mostly writes on the latest web hosting trends, WordPress, storage technologies, and Windows and Linux hosting platforms.","sameAs":["https:\/\/accuweb.cloud\/resource","https:\/\/www.facebook.com\/accuwebhosting","https:\/\/www.instagram.com\/accuwebhosting\/","https:\/\/www.linkedin.com\/company\/accuwebhosting\/","https:\/\/x.com\/accuwebhosting","https:\/\/www.youtube.com\/c\/Accuwebhosting"],"url":"https:\/\/accuweb.cloud\/resource\/author\/accuwebadmin"}]}},"_links":{"self":[{"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/faq\/42271","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/faq"}],"about":[{"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/types\/faq"}],"author":[{"embeddable":true,"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/comments?post=42271"}],"version-history":[{"count":9,"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/faq\/42271\/revisions"}],"predecessor-version":[{"id":53208,"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/faq\/42271\/revisions\/53208"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/media\/52879"}],"wp:attachment":[{"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/media?parent=42271"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}