공책

JEUS의 내장 WebToB로 연동하기 본문

JEUS

JEUS의 내장 WebToB로 연동하기

QTHoney 2013. 11. 6. 10:59

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
Comments