삼성 갤럭시 S6 엣지 플러스 Linux Deploy Ubuntu : Tomcat 설치

- 멀티 인스턴스 Tomcat


공식 사이트 : http://tomcat.apache.org/


톰캣 다운로드

root@localhost:~# mkdir /usr/local/tomcat

root@localhost:~# cd /usr/local/tomcat

root@localhost:/usr/local/tomcat# wget -O apache-tomcat-8.5.15.tar http://chule.tistory.com/attachment/cfile3.uf@244A3041594FAD312CADAD.tar

--2017-06-25 21:32:41--  http://chule.tistory.com/attachment/cfile3.uf@244A3041594FAD312CADAD.tar

Resolving chule.tistory.com (chule.tistory.com)... 175.126.170.110, 175.126.170.70

Connecting to chule.tistory.com (chule.tistory.com)|175.126.170.110|:80... connected.

HTTP request sent, awaiting response... 302 Found

Location: https://t1.daumcdn.net/cfile/tistory/244A3041594FAD312C [following]

--2017-06-25 21:32:41--  https://t1.daumcdn.net/cfile/tistory/244A3041594FAD312C

Resolving cfile3.uf.tistory.com (cfile3.uf.tistory.com)... 211.244.82.39

Connecting to cfile3.uf.tistory.com (cfile3.uf.tistory.com)|211.244.82.39|:80... connected.

HTTP request sent, awaiting response... 200 OK

Length: 9078272 (8.7M) [application/x-tar]

Saving to: ‘apache-tomcat-8.1.15.tar’


apache-tomcat-8.1.15.tar          100%[==========================================================>]   8.66M  7.29MB/s    in 1.2s    


2017-06-25 21:32:43 (7.29 MB/s) - ‘apache-tomcat-8.1.15.tar’ saved [9078272/9078272]


root@localhost:/usr/local/tomcattar xvf apache-tomcat-8.5.15.tar

root@localhost:/usr/local/tomcatln -s apache-tomcat-8.5.15 default


apache-tomcat-8.5.15.tar




Posted by ChulE