{"id":6618,"date":"2022-10-19T14:53:51","date_gmt":"2022-10-19T05:53:51","guid":{"rendered":"https:\/\/www.skyer9.pe.kr\/wordpress\/?p=6618"},"modified":"2022-10-19T17:26:54","modified_gmt":"2022-10-19T08:26:54","slug":"tomcat-%eb%8c%80%ec%b2%b4%eb%ac%bc-undertow","status":"publish","type":"post","link":"https:\/\/www.skyer9.pe.kr\/wordpress\/?p=6618","title":{"rendered":"Tomcat \ub300\uccb4\ubb3c Undertow"},"content":{"rendered":"<h1>Tomcat \ub300\uccb4\ubb3c Undertow<\/h1>\n<p><a href=\"https:\/\/hyojaedev.tistory.com\/m\/32\">\ucc38\uc870<\/a><\/p>\n<h2>\uc7a5\ub2e8\uc810<\/h2>\n<h3>Tomcat<\/h3>\n<ul>\n<li>\n<p>\uac00\uc7a5 \ub9ce\uc774 \uc0ac\uc6a9\ub418\uace0 \uc788\ub2e4.<\/p>\n<\/li>\n<li>\n<p>Spring Boot \ub514\ud3f4\ud2b8 \ub0b4\uc7a5 WAS<\/p>\n<\/li>\n<li>\n<p>\uad6c\uc2dc\ub300\uc720\ubb3c<\/p>\n<\/li>\n<\/ul>\n<h3>Undertow<\/h3>\n<ul>\n<li>\ub300\uaddc\ubaa8 \ud2b8\ub798\ud53d\uc5d0\uc11c Tomcat \ubcf4\ub2e4 \uc548\uc815\uc801\uc774\ub77c\ub294 \ud3c9\uac00<\/li>\n<\/ul>\n<h2>Undertow \uc124\uce58\ud558\uae30<\/h2>\n<pre><code class=\"language-gradle\">dependencies {\n    implementation(&#039;org.springframework.boot:spring-boot-starter-web&#039;) {\n        exclude module: &#039;spring-boot-starter-tomcat&#039;\n    }\n    implementation(&#039;org.springframework.boot:spring-boot-starter-undertow&#039;)\n}<\/code><\/pre>\n<h2>Undertow \uc124\uc815<\/h2>\n<pre><code class=\"language-yaml\">server:\n  undertow:\n    threads:\n      io: 8\n      worker: 200<\/code><\/pre>\n<h3>server.undertow.threads.io<\/h3>\n<p>I\/O Thread \uc218<br \/>\nCPU Core \uc218\uc758 \ub450\ubc30\uac00 \uc801\ub2f9\ud558\ub2e4\uace0 \ud55c\ub2e4.<\/p>\n<h3>server.undertow.threads.worker<\/h3>\n<p>Worker Thread \uc218<br \/>\n\uc801\uc815\ud55c \uc218\ub294 \uc5c6\ub2e4\uace0 \ud55c\ub2e4.<br \/>\n\ud1b0\ucea3\uc758 max-threads \uc218\ub294 256 \uc774\ub2e4.<\/p>\n<h2>Undertow \ubcc0\uacbd\uc2dc \uc8fc\uc758\uc0ac\ud56d<\/h2>\n<ul>\n<li>JSP \ub97c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\ub2e4.<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Tomcat \ub300\uccb4\ubb3c Undertow \ucc38\uc870 \uc7a5\ub2e8\uc810 Tomcat \uac00\uc7a5 \ub9ce\uc774 \uc0ac\uc6a9\ub418\uace0 \uc788\ub2e4. Spring Boot \ub514\ud3f4\ud2b8 \ub0b4\uc7a5 WAS \uad6c\uc2dc\ub300\uc720\ubb3c Undertow \ub300\uaddc\ubaa8 \ud2b8\ub798\ud53d\uc5d0\uc11c Tomcat \ubcf4\ub2e4 \uc548\uc815\uc801\uc774\ub77c\ub294 \ud3c9\uac00 Undertow \uc124\uce58\ud558\uae30 dependencies { implementation(&#039;org.springframework.boot:spring-boot-starter-web&#039;) { exclude module: &#039;spring-boot-starter-tomcat&#039; } implementation(&#039;org.springframework.boot:spring-boot-starter-undertow&#039;) } Undertow \uc124\uc815 server: undertow: threads: io: 8 worker: 200 server.undertow.threads.io I\/O Thread \uc218 CPU Core \uc218\uc758 \ub450\ubc30\uac00 \uc801\ub2f9\ud558\ub2e4\uace0 \ud55c\ub2e4. server.undertow.threads.worker\u2026 <span class=\"read-more\"><a href=\"https:\/\/www.skyer9.pe.kr\/wordpress\/?p=6618\">Read More &raquo;<\/a><\/span><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[12],"tags":[],"class_list":["post-6618","post","type-post","status-publish","format-standard","hentry","category-devops"],"_links":{"self":[{"href":"https:\/\/www.skyer9.pe.kr\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/6618","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.skyer9.pe.kr\/wordpress\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.skyer9.pe.kr\/wordpress\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.skyer9.pe.kr\/wordpress\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.skyer9.pe.kr\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=6618"}],"version-history":[{"count":8,"href":"https:\/\/www.skyer9.pe.kr\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/6618\/revisions"}],"predecessor-version":[{"id":6627,"href":"https:\/\/www.skyer9.pe.kr\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/6618\/revisions\/6627"}],"wp:attachment":[{"href":"https:\/\/www.skyer9.pe.kr\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=6618"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.skyer9.pe.kr\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=6618"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.skyer9.pe.kr\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=6618"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}