Programming

우분투에서 바람둥이 6을 다시 시작하는 방법

procodes 2020. 8. 20. 20:31
반응형

우분투에서 바람둥이 6을 다시 시작하는 방법


기본 설치로 명령 줄에서 Ubuntu에서 Tomcat 6을 어떻게 다시 시작하고 시작할 수 있습니까?


추출 된 바람둥이를 사용한다면

startup.sh

그리고

shutdown.sh

tomcat을 시작하고 종료하기 위해 TOMCAT / bin /에 위치한 두 개의 스크립트입니다.바람둥이가 설치된 경우

/etc/init.d/tomcat5.5 start
/etc/init.d/tomcat5.5 stop
/etc/init.d/tomcat5.5 restart

참고 URL :

https://stackoverflow.com/questions/10259738/how-to-restart-tomcat-6-in-ubuntu

반응형