nugawiki

./categories/server

WebtoB-Jeus 연동

업데이트 2026-07-21 조회수

기동/종료 순서

START: WEB → WAS / STOP: WAS → WEB

1) WebtoB http.m

vi /경로/webtob/config/http.m
  • NODE: JSVPORT = 9900 (없으면 추가)
  • SVRGROUP: jsvg SVRTYPE = JSV
  • SERVER: MyGroup SVGNAME = jsvg, MinProc = 20, MaxProc = 20

2) 컴파일·재기동

wscfl -i http.m
wsdown
wsboot
  • http://WEB서버IP:8080/ 확인
  • wsadminsi: Jeus 연동 전 MyGroup은 NRDY

3) Jeus 기동

startDomainAdminServer -u administrator -p <password>
startManagedServer -domain jeus_domain -server server1 -u administrator -p <password>
jeusadmin -u administrator -p <password>

웹어드민: http://localhost:9736/webadmin

4) 웹어드민 WebtoB 등록

  • IP: WebtoB 서버 IP
  • Thread Pool Number = http.m MinProc/MaxProc
  • registration-id = WebtoB SERVER명 (예: www / MyGroup)

연동 후 wsadminsi에서 MyGroup이 RDY면 성공.

문제 시 재기동

  1. WAS: local-shutdown → exit
  2. WEB: wsdownwsboot
  3. WAS: startDomainAdminServer → startManagedServer → jeusadmin

./comments