관리 메뉴

moozi

springboot war 백그라운드실행 본문

글로벌IT_2023/글로벌IT_2023_2기

springboot war 백그라운드실행

moozi 2023. 11. 9. 17:44

https://goodsaem.tistory.com/26

 

[AWS 무료 서버구축-16/18] SpringBoot 백그라운드에서 실행하기

SpringBoot 백그라운드에서 실행하기 아래 명령어로 샘플 프로젝트를 실행하면 foreground 로 명령어가 실행됩니다. ctrl + c 키를 눌러서 종료하면 프로세스가 종료됩니다. 명령어를 실행하고 나서 로

goodsaem.tistory.com

 

https://velog.io/@myway00/Windows-cmd-%EC%97%90%EC%84%9C-Linux-nohup-%EA%B3%BC-%EA%B0%99%EC%9D%B4-background-%EC%97%90%EC%84%9C-%EB%8F%8C%EC%95%84%EA%B0%80%EA%B2%8C-%ED%95%98%EA%B3%A0-%EC%8B%B6%EC%96%B4

 

Windows cmd 에서 Linux nohup 과 같이 background 에서 돌아가게 하고 싶어 !

nohup 대체품을 찾아

velog.io

 

javaw로 실행한 백그라운드 프로세스 kill  명령어

 

Taskkill /IM javaw.exe /F

 

 

https://green-joo.tistory.com/26

 

nohup 사용법과 nohup.out 파일 명 변경, 로그 없이, 날짜 별로 rotation 하는 방법 ( Linux )

안녕하세요. 그린주입니다 ๑'ٮ'๑ 오늘도 힘차게 시작해보겠습니다! 개요 이번 글에서는 nohup 사용법과 nohup.out 로그 관련 설정, 프로세스를 종료하는 방법을 공유하고자 합니다. 목차 nohup 설명

green-joo.tistory.com

 

'글로벌IT_2023 > 글로벌IT_2023_2기' 카테고리의 다른 글

html emoji  (0) 2023.11.03
ckeditor  (0) 2023.11.03
mreview with reply paging  (0) 2023.10.31
vs code thymeleaf 수정후 새로고침 안될 때  (0) 2023.10.18
bootstrap01.html  (0) 2023.09.20
Comments