JSP [카페24] tomcat 재시작하기
페이지 정보
본문
tomcat 서버는 기본적으로 TCP 8005, 8009, 8080포트를 이용하게 됩니다
[root@test bin]# /home/hosting_usrs/계정/tomcat/bin/catalina.sh
Using CATALINA_BASE: /home/hosting_usrs/계정/tomcat
Using CATALINA_HOME: /home/hosting_usrs/계정/tomcat
Using CATALINA_TMPDIR: /home/hosting_usrs/계정/tomcat/temp
Using JRE_HOME: /usr/local/jdk
Using CLASSPATH: /home/hosting_usrs/계정/tomcat/bin/bootstrap.jar
Usage: catalina.sh ( commands ... )
commands:
debug Start Catalina in a debugger
debug -security Debug Catalina with a security manager
jpda start Start Catalina under JPDA debugger
run Start Catalina in the current window
run -security Start in the current window with security manager
start Start Catalina in a separate window
start -security Start in a separate window with security manager
stop Stop Catalina, waiting up to 5 seconds for the process to end
stop n Stop Catalina, waiting up to n seconds for the process to end
stop -force Stop Catalina, wait up to 5 seconds and then use kill -KILL if still running
stop n -force Stop Catalina, wait up to n seconds and then use kill -KILL if still running
version What version of tomcat are you running?
Note: Waiting for the process to end and use of the -force option require that $CATALINA_PID is defined
[root@test /]# /home/hosting_usrs/계정/tomcat/bin/catalina.sh start // 시작
[root@test /]# /home/hosting_usrs/계정/tomcat/bin/catalina.sh stop // 중지
관련자료
https://help.cafe24.com/cs/cs_faq_view.php?idx=1551
[root@test bin]# /home/hosting_usrs/계정/tomcat/bin/catalina.sh
Using CATALINA_BASE: /home/hosting_usrs/계정/tomcat
Using CATALINA_HOME: /home/hosting_usrs/계정/tomcat
Using CATALINA_TMPDIR: /home/hosting_usrs/계정/tomcat/temp
Using JRE_HOME: /usr/local/jdk
Using CLASSPATH: /home/hosting_usrs/계정/tomcat/bin/bootstrap.jar
Usage: catalina.sh ( commands ... )
commands:
debug Start Catalina in a debugger
debug -security Debug Catalina with a security manager
jpda start Start Catalina under JPDA debugger
run Start Catalina in the current window
run -security Start in the current window with security manager
start Start Catalina in a separate window
start -security Start in a separate window with security manager
stop Stop Catalina, waiting up to 5 seconds for the process to end
stop n Stop Catalina, waiting up to n seconds for the process to end
stop -force Stop Catalina, wait up to 5 seconds and then use kill -KILL if still running
stop n -force Stop Catalina, wait up to n seconds and then use kill -KILL if still running
version What version of tomcat are you running?
Note: Waiting for the process to end and use of the -force option require that $CATALINA_PID is defined
[root@test /]# /home/hosting_usrs/계정/tomcat/bin/catalina.sh start // 시작
[root@test /]# /home/hosting_usrs/계정/tomcat/bin/catalina.sh stop // 중지
관련자료
https://help.cafe24.com/cs/cs_faq_view.php?idx=1551
댓글목록
등록된 댓글이 없습니다.