--webt.properties
# # logging related parameters ############################ # set log level valid values are none, info, debug. default is none log.level=debug # set directory in which the log file places. if not set, log is # printed to standard out log.dir=C:\\TmaxSoft\\JEUS5.0\\logs\\SKCC04930-002\\SKCC04930-002_container1\\webt # set the name of the log file. default is webt.log log.file=webt.log # �⺻ : MMddyyyy # ���� ��� # log.file.date.format= # set log buffering size. default is 0 log.bufsize=4096 # set log valid day -> seperated by date-string. default is -1 log.valid.days=1 # # FDL related parameters ######################## # set the fdl file. #fdl.file=/east/hope/prod/jeus/system/tmax.fdl # # pipe related paramters ######################## # enable/disable pipe. default is disable(false) #pipe=false # # input/output buffer size parameter # set input buffer size. default is 4096. minimum is 1024 #inbuf.size=4096 # set output buffer size. default is 4096. minimum is 1024 #outbuf.size=4096 # set application wide default character set. default is system default #defaultCharset=utf-8 #defaultCharset=euc-kr defaultCharset=MS949 #defaultCharset=cp949 # Tmax 3.11.x extended Header size #extendedHeader=true # # monioring related parameter ################################### # enable/disable alive check. default is disable(false) monitoring.pool.checkAlive=true # enable/disable idle check. default is disable(false) monitoring.pool.checkIdle=true # set monitoring interval. default is 60sec monitoring.pool.interval=30 # ��� ������ �� : true or false ( �⺻ : false ) # ������� failback ��� ��뿩�� # true : backup8�� ����Ǿ� �ְ� main�� ��Ƴ� ��� main8�� ���� monitoring.pool.failback=true # set monitoring log file valid-days.default is -1 monitoring.log.validDays=1 # enable/disable webt.properties modify. Default is disable(false) #enableModify=false # connection pool realted paramter ################################### # enable/disable connection pool. default is disable(false) enableConnectionPool=true enableFastBackup=true #getConnectionPool() ȣ��� Ŀ�ؼ� /ȿ�� üũ connectionPool.getConnectionCheckedAlive=true ----> WebT 3.5.12.2 �̻� ############################################# # Webt Group list #connectionPool.groups=ocb,crm,batch,fep connectionPool.groups=crm,batch,fep ############################################# # OCB Tmax WebT Connection Pool ��d #connectionPool.ocb.type=shared #connectionPool.ocb.hostAddr=203.235.207.149 #connectionPool.ocb.hostPort=8888 #connectionPool.ocb.initCapacity=5 #connectionPool.ocb.maxCapacity=10 #connectionPool.ocb.incrementRate=5 #connectionPool.ocb.maxIdleTime=60 #connectionPool.ocb.tpTimeout=30 #connectionPool.ocb.txTimeout=30 # OCB Tmax WebT Connection Pool ��d(Backup) #connectionPool.ocb.hostBackupAddr=203.235.207.149 #connectionPool.ocb.hostBackupPort=8888 ############################################# # CRM Tmax WebT Connection Pool ��d connectionPool.crm.type=shared connectionPool.crm.hostAddr=203.235.207.150 connectionPool.crm.hostPort=8888 connectionPool.crm.initCapacity=5 connectionPool.crm.maxCapacity=10 connectionPool.crm.incrementRate=5 connectionPool.crm.maxIdleTime=60 connectionPool.crm.tpTimeout=30 connectionPool.crm.txTimeout=30 # CRM Tmax WebT Connection Pool ��d(Backup) connectionPool.crm.hostBackupAddr=203.235.207.150 connectionPool.crm.hostBackupPort=8888 ############################################# # Batch Tmax WebT Connection Pool ��d connectionPool.batch.type=shared connectionPool.batch.hostAddr=203.235.207.152 connectionPool.batch.hostPort=8888 connectionPool.batch.initCapacity=5 connectionPool.batch.maxCapacity=10 connectionPool.batch.incrementRate=5 connectionPool.batch.maxIdleTime=60 connectionPool.batch.tpTimeout=30 connectionPool.batch.txTimeout=30 # Batch Tmax WebT Connection Pool ��d(Backup) connectionPool.batch.hostBackupAddr=203.235.207.152 connectionPool.batch.hostBackupPort=8888 ############################################# # FEP Tmax WebT Connection Pool ��d connectionPool.fep.type=shared connectionPool.fep.hostAddr=203.235.207.155 connectionPool.fep.hostPort=8888 connectionPool.fep.initCapacity=1 connectionPool.fep.maxCapacity=5 connectionPool.fep.incrementRate=2 connectionPool.fep.maxIdleTime=60 connectionPool.fep.tpTimeout=30 connectionPool.fep.txTimeout=30 # FEP Tmax WebT Connection Pool ��d(Backup) connectionPool.fep.hostBackupAddr=203.235.207.155 connectionPool.fep.hostBackupPort=8888 # WebtConnectionGroup name list : Sample #connectionPool.groups=tmax1 # set connection group type valid values are shared, non-shared, non-shared2. default is shared #connectionPool.tmax1.type=shared # set Tmax Server Address. #connectionPool.tmax1.hostAddr=203.235.207.149 # set Tmax Server Port. #connectionPool.tmax1.hostPort=8888 # set Backup Tmax Server Address. #connectionPool.tmax1.hostBackupAddr=70.12.203.177 # set Backup Tmax Server Port. #connectionPool.tmax1.hostBackupPort=8999 # set default user name for security. #connectionPool.tmax1.userName=tmax # set default user passward for security. #connectionPool.tmax1.userPasswd=1234 # set default domain name for security. #connectionPool.tmax1.domainName=choco # set default domain passward for security. #connectionPool.tmax1.domainPasswd=1234 # set initial pool size. default is 10 #connectionPool.tmax1.initCapacity=1 #connectionPool.tmax1.initCapacity=5 # set max pool size. default is 20 #connectionPool.tmax1.maxCapacity=10 #connectionPool.tmax1.maxCapacity=50 # set increment step size. default is 5 #connectionPool.tmax1.incrementRate=2 #connectionPool.tmax1.incrementRate=5 # set connection idle time. default is 60sec #connectionPool.tmax1.maxIdleTime=60 # set tptimeout. #connectionPool.tmax1.tpTimeout=40 #connectionPool.tmax1.tpTimeout=10 # set txtimeout. #connectionPool.tmax1.txTimeout=10 # set connection timeout. #connectionPool.tmax1.connectTimeout=10 # enable to event service. #connectionPool.tmax1.enableEvent=true # set event service Type. #connectionPool.tmax1.eventSvcType=all # set event handler object. #connectionPool.tmax1.eventHandler=tcpservet.event.GenericEvent