Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 8443
- vsftpd
- HLS
- yum
- SSL
- centos7
- firewall
- mysql
- Maria
- letsencrypt
- youtube-dl
- docker-compose
- haproxy.cfg
- iptables
- phpmyadmin
- Tomcat
- 방화벽
- https
- nginx
- haproxy
- ubuntu
- CentOS
- docker
- mount
- db
- 도커
- Cent
- 인증서
- YouTube
- MariaDB
Archives
- Today
- Total
목록톰캣 (1)
개발자의뇌

yum install -y java-1.8.0-openjdk-devel.x86_64 tomcat-native mkdir /svc cd /svc wget http://apache.tt.co.kr/tomcat/tomcat-8/v8.5.47/bin/apache-tomcat-8.5.47.tar.gz tar -xzf apache-tomcat-8.5.47.tar.gz mv apache-tomcat-8.5.47 tomcat8 vi /usr/lib/systemd/system/tomcat.service # Systemd unit file for tomcat [Unit] Description=Apache Tomcat Web Application Container After=syslog.target network.targe..
개발/Linux
2019. 11. 4. 11:54