728x90
반응형
root 계정으로 로그인해서 톰캣 재시작
systemctl restart tomcat8
권한 문제때문에 톰캣 재구동이 되지 않음
System has not been booted with systemd as init system (PID 1). Can't operate.
그럴때에는 systemctl 대신 service를 쓰자
sudo service tomcat8 restart
service tomcat8 restart
728x90
반응형
'Programming > Linux' 카테고리의 다른 글
[Linux] 명령어 모음 (0) | 2021.06.29 |
---|---|
[Linux] chown 파일 및 디렉토리 소유권 변경 (0) | 2021.06.29 |
[Linux] chmod 파일 및 디렉토리 권한 변경 (0) | 2021.06.29 |
[Linux] Ubuntu Tomcat 설치 경로 (0) | 2021.06.29 |
[Linux] wsl2 java설치 (0) | 2020.12.14 |