'Windows 에서 WebtoB'에 해당되는 글 1건

  1. 2009.07.10 - Windows 에서 WebtoB, JEUS의 서비스 등록 - 1
98..Etc/70.JEUS2009. 7. 10. 18:25
반응형
- Windows 에서 WebtoB, JEUS의 서비스 등록 -
 
 
- jboot.bat(Jeus Start 배치)
  C:\>jeus -xml -Uadministrator  -P3gcorecom
 
- jdown.bat(Jeus Shutdown 배치)
  C:\>jeusadmin  'hostname'  jeusexit  -Uadministrator  -P3gcorecom
 
 
<WebtoB 등록하기>
 
1.      서비스 등록을 위한 환경
 
Windows의 Edition별 서비스 등록 가능 여부
 
WebtoB 3.1.5
WebtoB 3.1.6
Windows NT
O
O
Windows 2000
O
O
Windows XP
O
O
Windows 2003
O
O
 
             WebtoB의 버젼별 서비스 등록을 위한 파일
WebtoB 3.1.5
WebtoB 3.1.6
Description
srvinstall.exe
svcinstall.exe
서비스 등록(설치)
srvloader.exe
svcloader.exe
서비스에서 WebtoB 구동
srvremove.exe
svcremove.exe
서비스 제거
 
2.      Windows Platform에서 WebtoB의 서비스 등록
 
1. WebtoB 설치
 - 인스톨 과정을 거쳐 설치
 
2. System 환경변수에 WEBTOBDIR 추가
 - 시스템 속성 > 고급 > 환경변수 > 시스템 변수 에 WebtoB Home Directory 추가
 
3. > cd %WEBTOBDIR%\bin
 - WebtoB 의 실행파일들이 있는 디렉토리로 이동
 
4. > svcinstall.exe %WEBTOBDIR%
 - Windows 에서 WebtoB의 서비스 등록
 
3.      Windows Platform에서 WebtoB의 서비스 등록 확인
 
1. Process 확인
 - 작업관리자에서 wsm, hth, htl 프로제스가 보인다.
 
2. Port 확인
 - netstat –na 에서 80 Port에서 LISTENING하는지 확인
Proto  Local Address          Foreign Address        State
TCP    0.0.0.0:80                  0.0.0.0:0                 LISTENING
 
3. wsadmin tool 확인
 - wsadmin으로 console tool에 들어가서 st –s 명령어로 서비스가 정상적으로 등록되어
 있는지 확인
 
4.      Windows Platform에서 WebtoB의 서비스 제거
 
1. > cd %WEBTOBDIR%\bin
 - WebtoB 실행 파일들이 있는 디렉토리로 이동
 
2. > svcremove.exe
 - Windows 에서 WebtoB 서비스 제거
 
<JEUS 등록하기>
 
1.      서비스 등록을 위한 환경
 
Windows의 Edition별 서비스 등록 가능 여부
 
JEUS 4.2
Windows NT
O
Windows 2000
O
Windows XP
O
Windows 2003
O
 
             WebtoB의 버젼별 서비스 등록을 위한 파일
JEUS 4.2
Description
svcinstall.exe
서비스 등록(설치)
jeusloader.exe
서비스에서 WebtoB 구동
svcremove.exe
서비스 제거
 
2.      Windows Platform에서 JEUS의 서비스 등록
 
1. JEUS 설치
 - 인스톨 과정을 거쳐 설치
 
2. System 환경변수에 JDK_HOME 추가
 - 시스템 속성 > 고급 > 환경변수 > 시스템 변수 에 J2SDK Home Directory 추가
 
3. > cd %JEUS_HOME%\bin
 - JEUS 의 실행파일들이 있는 디렉토리로 이동
 
4. >svcinstall.exe  administrator    jeusadmin      -h
                              <username>    <password>
 - Windows 에서 JEUS의 서비스 등록
 
3.      Windows Platform에서 JEUS의 서비스 등록 확인
 
1. Process 확인
 - 작업관리자에서 java 프로제스가 2개 보여야 한다.
 
2. Port 확인
 - netstat –na 에서 BASE Port에서 LISTENING하는지 확인 (default : 9736)
Proto  Local Address          Foreign Address        State
TCP    0.0.0.0:9736            0.0.0.0:0              LISTENING
 
3. jeusadmin tool 확인
 - jeusadmin으로 console tool에 들어가서 allenglist 명령어로 서비스가 정상적으로 등록되어
 있는지 확인
 
4.      Windows Platform에서 JEUS의 서비스 제거
 
1. > cd %JEUS_HOME%\bin
 - JEUS 실행 파일들이 있는 디렉토리로 이동
 
2. > svcremove.exe
 - Windows 에서 JEUS 서비스 제거
Posted by 1010