▶ Docker tomcat 으로 war 배포
apt update -y
apt-get –y install openjdk-11-jdk
apt-get install –y tomcat9 tomcat9-admin
systemctl restart tomcat9
systemctl enable tomcat9
systemctl status tomcat9
'Docker' 카테고리의 다른 글
Grafana (0) | 2023.10.16 |
---|---|
Ubuntu로 war 배포 (0) | 2023.10.16 |
Windows tomcat 으로 war 배포 (0) | 2023.10.12 |
Flask (0) | 2023.10.11 |
Wordpress (0) | 2023.10.10 |