Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TIP] windows에서 yona 백그라운드 처리 #64

Closed
Terrorboy opened this issue Jun 28, 2016 · 2 comments
Closed

[TIP] windows에서 yona 백그라운드 처리 #64

Terrorboy opened this issue Jun 28, 2016 · 2 comments

Comments

@Terrorboy
Copy link

Terrorboy commented Jun 28, 2016

https://repo.yona.io/hyunseogi/JHS_TEST/post/2 를 참조 부탁 드립니다.


이전내용

Hstart
를 다운받아 적당한 위치에 풀어 줍니다.

yona_auto_start.bat

@echo off
d:
cd D:\yona
del RUNNING_PID
SET JAVA_OPTS=-Dyona.home=d:/yona -Dconfig.file=d:/yona/conf/application.conf -Dlogger.file=d:/yona/conf/application-logger.xml
bin\yona.bat

아래 내용중 경로를 yona설치 폴더로 잡아 줍니다.

d:
cd D:\yona

윈도우 시작 프로그램에 yona_run.bat를 생성하고 다음과 같이 내용을 채워 줍니다.

yona_run.bat

"D:\Hstart\hstart.exe" /NOCONSOLE "D:\yona\yona_auto_start.bat"

내용중 경로는 각 설치 경로로 변경 해주세요.

이제 시작 프로그램에 넣어 두었기 때문에 윈도우가 부팅 되면서 백그라운드 실행이 됩니다.

ps. 윈도우에서 yona종료 시키는 방법은..... 모르겠네요 ㅎㅎㅎ

@Terrorboy
Copy link
Author

Terrorboy commented Jul 7, 2016

2016-07-07 내용추가 (간혹 config를 못읽는 현상 수정 - 그냥 환경 변수에 설정하는게 더 편할지도...)

SET JAVA_OPTS=-Dyona.home=d:/yona -Dconfig.file=d:/yona/conf/application.conf -Dlogger.file=d:/yona/conf/application-logger.xml

@hyunseogi
Copy link
Collaborator

상기 방식으로 시작 프로그램에 등록해서 실행 하는 것은 사용자가 로그인을 해야만 실행이 된다는 맹점이 있습니다. 도움이 되실까 해서 repo.yona.io 에 글을 올려 두었습니다.
https://repo.yona.io/hyunseogi/JHS_TEST/post/2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants