카테고리 없음

Ubuntu에 tomcat9 설치

제이널 2021. 1. 20. 00:53

1. tomcat 설치

sudo apt-get install tomcat9

 

2.  tomcat restart

systemctl restart tomcat8
systemctl status tomcat8

 

3. 브라우저 주소창에 localhost:8080를 입력해 tomcat 동작 확인