728x90
반응형

Jeus/Tibero 연동

 

환경 : Amazon Linux AMI, Jeus6 FIX#9 / Window 2012 R2, Tibero 5 SP1

 

Jeus 설정

 

 vi $JEUS_HOME/config/'hostname'/JEUSMain.xml

 

<node>
   ..
</node>


  <resource>


<data-source>
<database>
<vendor>tibero</vendor> //JEUS5 fix23 이전 버전은 other
<export-name>tibero</export-name> //데이터 소스 이름
<data-source-class-name>com.tmax.tibero.jdbc.ext.TbConnectionPoolDataSource
</data-source-class-name> //Tibero classname
<data-source-type>ConnectionPoolDataSource</data-source-type>
<database-name>tibero</database-name> //Tibero 설치 SID
<data-source-name>com.tmax.tibero.jdbc.ext.TbConnectionPoolDataSource
</data-source-name> //DataSource name
<port-number>8629</port-number> //TIbero 연결 포트
<server-name>'Tibero Server IP'</server-name> //Tibero 설치 IP 주소
<user>'user'</user>     //사용자 계정
<password>'password'</password> //계정 비밀번호
<connection-pool>
<pooling>
<min>5</min>
<max>10</max>
<step>2</step>
<period>3600000</period>
</pooling>
<wait-free-connection>
<enable-wait>true</enable-wait>
<wait-time>10000</wait-time>
</wait-free-connection>
<max-use-count>0</max-use-count>
<dba-timeout>-1</dba-timeout>
<stmt-caching-size>-1</stmt-caching-size>
<stmt-fetch-size>-1</stmt-fetch-size>
</connection-pool>
</database>
</data-source>
</resource>


<application>
  ..

 

 

jdbc 파일 복사

 

$TB_HOME/client/lib/jar 안에 들어있는 tibero-jdbc.jar 파일을 $JEUS_HOME/lib/datasource 경로로 복사

 

Tibero 서버에서 ->

 

 

 

Jeus 서버로 복사

 

 

 

확인

 

Jeus 구동 > Jeus manager 접근/로그인 

 

 

 

 

커넥션 풀 생성 완료

 

 

728x90
반응형

'도구, 툴 > 세팅' 카테고리의 다른 글

[Window] Tomcat 설치  (0) 2018.03.17
[Window] Apache 설치  (0) 2018.03.06
[Window] Tibero 설치  (0) 2018.02.17
[Linux] WebtoB/Jeus 연동  (0) 2018.02.16
[Linux] Jeus 설치  (0) 2018.02.16

+ Recent posts