일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- 클래시 로얄
- 윈도우 10
- 하스스톤
- 윈도우10
- Windows 10
- IT 인코딩 encoding
- 간접 표현식
- WiFi
- WebtoB
- gson
- Sculpt Erogonomic Desktop
- 붕괴3
- IT
- Http Live Streaming Server
- 다윈스트리밍서버
- ubuntu
- 모바일게임
- JEUS6.0
- VBA
- jQuery
- 세븐나이츠
- Clash Royale
- 다윈 스트리밍 서버
- JEUS
- HTML
- 초대장
- 처비
- 세나
- 간접표현식
- bluestack
- Today
- Total
공책
JEUS의 내장 WebToB로 연동하기 본문
1. 제우스 설정 변경
$JEUS_HOME/config/<node_name>/<node_name>_servlet_<engine_name>/WEBMain.xml
<webserver-connection>
---밑에 추가---
<webtob-listener>
<listener-id>webtob1</listener-id>
<port>8287</port> //이부분이 웹투비의 JSVPORT와 같아야함
<thread-pool>
<min>10</min>
<max>10</max>
<step>0</step>
<max-idle-time>30000</max-idle-time>
</thread-pool>
<hth-count>1</hth-count>
<webtob-address>localhost</webtob-address>
<registration-id>MyGroup</registration-id>
</webtob-listener>
-------------------
<http-listener>
...
2. 웹투비 설정 변경
C:\TmaxSoft\JEUS6.0\webserver\config\ws_engine.m(메모장으로도 수정 가능)
*NODE
PORT="8080" //접속할 포트
JSVPORT=8287 WEBMain.xml의 <port>와 같아야함
*SVRGROUP
NODENAME 부분을 지워주고 SVRTYPE 부분만 남게 해준다
3. 웹투비 기동
시작 - 실행 - cmd
c:\> wscfl -i ws_engine.m
c:\> wsboot
'JEUS' 카테고리의 다른 글
JEUS JNDI setting (0) | 2013.11.12 |
---|---|
JEUS WebToB 연동하기 (0) | 2013.11.05 |
JEUS 6.0 에 SSL(HTTPS) 적용하기 (0) | 2013.10.11 |
CentOS에 JEUS 설치하기 (0) | 2013.09.24 |