nugawiki Archive of experience and knowledge

./categories/server

WebtoB 설치

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

설치

chmod u+x WEBTOB*_Linux*.bin
./WEBTOB*_Linux*.bin
# Set: 1=WebtoB(Standard) / 2=Servlet+WebtoB(Enterprise)
# 설치 디렉터리 = WEBTOBDIR

버전·환경파일·라이선스

wsadmin -v
cd $WEBTOBDIR/config
wscfl -i http.m
# license.dat → $WEBTOBDIR/license/
wsadmin -i license.dat
wscfl -i http.m   # 라이선스 변경 후 재컴파일

기동/종료

wsboot
wsdown

기동: WEB → WAS / 종료: WAS → WEB

./comments