{"id":899,"date":"2018-08-06T13:09:09","date_gmt":"2018-08-06T22:09:09","guid":{"rendered":"\/blog\/?p=899"},"modified":"2023-09-21T09:37:30","modified_gmt":"2023-09-21T00:37:30","slug":"centos7%ec%97%90-aoache-tomcat-8-%eb%b2%84%ec%a0%84-%ec%84%a4%ec%b9%98","status":"publish","type":"post","link":"https:\/\/hasu0707.duckdns.org\/blog\/?p=899","title":{"rendered":"CentOS7\uc5d0 aoache-tomcat  8 \ubc84\uc804 \uc124\uce58"},"content":{"rendered":"<p>1. \/opt\uc5d0 apache-tomcat \uc555\ucd95 \ud574\uc81c \ubc0f \uc0ac\uc6a9\uc790 \ucd94\uac00<\/p>\n\n<p>cd \/opt<br \/>\ntar xvzf ~\/apache-tomcat-8.5.32.tar.gz<br \/>\nln -s apache-tomcat-8.5.32 tomcat<br \/>\nuseradd -d \/opt\/tomcat -c &quot;Apache-Tomcat&quot; -s \/bin\/false tomcat<br \/>\nchown -R tomcat:tomcat \/opt\/tomcat \/opt\/apache-tomcat-8.5.32<\/p>\n\n<p>&nbsp;<\/p>\n\n<p>2. systemd \uc124\uc815\ud30c\uc77c \uc791\uc131<\/p>\n\n<p>vi \/etc\/systemd\/system\/tomcat.service<\/p>\n\n<pre class=\"brush: shell\">\n# Systemd unit file for tomcat\n[Unit]\nDescription=Apache Tomcat Web Application Container\nAfter=syslog.target network.target\n\n[Service]\nType=forking\n\nEnvironment=JAVA_HOME=\/usr\/lib\/jvm\/java-8-oracle\/jre\nEnvironment=CATALINA_PID=\/opt\/tomcat\/temp\/tomcat.pid\nEnvironment=CATALINA_HOME=\/opt\/tomcat\nEnvironment=CATALINA_BASE=\/opt\/tomcat\nEnvironment=&#39;CATALINA_OPTS=-Xms3072M -Xmx2048M -server -XX:+UseParallelGC&#39;\nEnvironment=&#39;JAVA_OPTS=-Djava.awt.headless=true -Djava.security.egd=file:\/dev\/.\/urandom&#39;\n\nExecStart=\/opt\/tomcat\/bin\/startup.sh\nExecStop=\/bin\/kill -15 $MAINPID\n\nUser=tomcat\nGroup=tomcat\nUMask=0007\nRestartSec=10\nRestart=always\n\n[Install]\nWantedBy=multi-user.target\n<\/pre>\n\n<!-- \/wp:post-content -->\n<!-- \/wp:syntaxhighlighter\/code -->\n\n\n<p>&nbsp;<\/p>\n\n<p>3. systemd \ud65c\uc131\ud654<br \/>\nsystemctl daemon-reload<\/p>\n\n<p>&nbsp;<\/p>\n\n<p>4. apache-tomcat \uc2e4\ud589<br \/>\nsystemctl restart tomcat<\/p><!-- \/wp:freeform -->","protected":false},"excerpt":{"rendered":"<p>1. \/opt\uc5d0 apache-tomcat \uc555\ucd95 \ud574\uc81c \ubc0f \uc0ac\uc6a9\uc790 \ucd94\uac00 cd \/opt tar xvzf ~\/apache-tomcat-8.5.32.tar.gz ln -s apache-tomcat-8.5.32 tomcat useradd -d \/opt\/tomcat -c &quot;Apache-Tomcat&quot; -s \/bin\/false tomcat chown -R tomcat:tomcat \/opt\/tomcat \/opt\/apache-tomcat-8.5.32 &nbsp; 2. systemd \uc124\uc815\ud30c\uc77c \uc791\uc131 vi \/etc\/systemd\/system\/tomcat.service # Systemd unit file for tomcat [Unit] Description=Apache Tomcat Web Application Container After=syslog.target network.target [Service] Type=forking Environment=JAVA_HOME=\/usr\/lib\/jvm\/java-8-oracle\/jre Environment=CATALINA_PID=\/opt\/tomcat\/temp\/tomcat.pid [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_import_markdown_pro_load_document_selector":0,"_import_markdown_pro_submit_text_textarea":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[39],"tags":[],"class_list":["post-899","post","type-post","status-publish","format-standard","hentry","category-os_linux_unix_macos"],"_links":{"self":[{"href":"https:\/\/hasu0707.duckdns.org\/blog\/index.php?rest_route=\/wp\/v2\/posts\/899","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hasu0707.duckdns.org\/blog\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/hasu0707.duckdns.org\/blog\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/hasu0707.duckdns.org\/blog\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/hasu0707.duckdns.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=899"}],"version-history":[{"count":0,"href":"https:\/\/hasu0707.duckdns.org\/blog\/index.php?rest_route=\/wp\/v2\/posts\/899\/revisions"}],"wp:attachment":[{"href":"https:\/\/hasu0707.duckdns.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=899"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/hasu0707.duckdns.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=899"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/hasu0707.duckdns.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=899"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}