{"id":87,"date":"2025-12-13T15:22:32","date_gmt":"2025-12-13T06:22:32","guid":{"rendered":"http:\/\/www.capsule-connect.com\/capsule2\/?page_id=87"},"modified":"2025-12-21T18:02:18","modified_gmt":"2025-12-21T09:02:18","slug":"atomcat","status":"publish","type":"page","link":"http:\/\/www.capsule-connect.com\/capsule2\/atomcat\/","title":{"rendered":"AtomCat"},"content":{"rendered":"\n<p><strong>Add Profile \/etc\/profile<\/strong><\/p>\n\n\n\n<p>export JAVA_HOME=\/opt\/jdk-21.0.1<br>export PATH=$PATH:$JAVA_HOME\/bin<br>export CATALINA_HOME=\/usr\/local\/apache-tomcat-8.5.99<\/p>\n\n\n\n<p><strong>Add Profile Daemon \/etc\/profile.d\/tomcat.sh<\/strong><\/p>\n\n\n\n<p>export JRE_HOME=\/opt\/jdk-21.0.1<br>export CATALINA_HOME=\/usr\/local\/apache-tomcat-8.5.99<br>export PATH=$PATH:$JRE_HOME\/bin:$CATALINA_HOME\/bin<\/p>\n\n\n\n<p><strong>Create AtomCat Service \/etc\/init.d\/tomcat<\/strong><\/p>\n\n\n\n<p>#!\/bin\/sh<br><br>### BEGIN INIT INFO<br># Provides: tomcat<br># Required-Start: $all<br># Required-Stop: <br># Default-Start: 2 3 4 5<br># Default-Stop: <br># Short-Description: apache tomcat auto start<br>### END INIT INFO<br><br>. \/etc\/profile.d\/tomcat.sh<br><br>case &#8220;$1&#8221; in<br> start)<br> echo -n &#8220;Tomcat starting\u2026&#8221;<br> ${CATALINA_HOME}\/bin\/startup.sh<br> ;;<br> stop)<br> echo -n &#8220;Tomcat stopping\u2026&#8221;<br> ${CATALINA_HOME}\/bin\/shutdown.sh<br> ;;<br> restart)<br> $0 stop<br> $0 start<br> ;;<br> *)<br> echo &#8220;Usage: $0 {start|stop|restart}&#8221;<br> exit 1<br>esac<br>exit 0<\/p>\n\n\n\n<p><strong>AtomCat Service Auto Start<\/strong><\/p>\n\n\n\n<p>update-rc.d tomcat start<\/p>\n\n\n\n<p>insserv -dv tomcat<\/p>\n\n\n\n<p>systemctl enable tomcat<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Add Profile \/etc\/profile export JAVA_HOME=\/opt\/jdk-21.0.1export PATH=$PATH:$JAVA_HOME\/binexport CATALINA_HOME= [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-87","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"http:\/\/www.capsule-connect.com\/capsule2\/wp-json\/wp\/v2\/pages\/87","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.capsule-connect.com\/capsule2\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"http:\/\/www.capsule-connect.com\/capsule2\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"http:\/\/www.capsule-connect.com\/capsule2\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.capsule-connect.com\/capsule2\/wp-json\/wp\/v2\/comments?post=87"}],"version-history":[{"count":7,"href":"http:\/\/www.capsule-connect.com\/capsule2\/wp-json\/wp\/v2\/pages\/87\/revisions"}],"predecessor-version":[{"id":101,"href":"http:\/\/www.capsule-connect.com\/capsule2\/wp-json\/wp\/v2\/pages\/87\/revisions\/101"}],"wp:attachment":[{"href":"http:\/\/www.capsule-connect.com\/capsule2\/wp-json\/wp\/v2\/media?parent=87"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}