這個是和siebel做單點
一、單點原理
webseal將用戶工號插入http header中,發送一個http請求給siebel,siebel通過讀取http header頭iv-user,得到用戶工號信息。
二、創建junction
命令提示符中鍵入如下命令
..>pdadmin
pdadmin>login
Enter User ID: sec_master
Enter Password : password
pdadmin sec_master>....... //輸入建立junction或加載jmt命令
例:
OCRM
server task testportal.htsc.com.cn-webseald-testportal.htsc.com.cn create -f -t
tcp -c iv-user -h 192.168.55.50 -p 80 /testsiebel
Servername:testportal.htsc.com.cn-webseald-testportal.htsc.com.cn
Junction名稱:/testsiebel
OCRM目標主機IP:192.168.55.50
端口:80
Jmt.conf文件所在目錄
D:\Tivoli\PDWeb\www-testportal.htsc.com.cn\lib
Junction映射上下文對象
/testsiebel /fins_chs/*
/jacrm /easyreport/*
Jmt.conf加載命令
server task testportal.htsc.com.cn-webseald-testportal.htsc.com.cn
jmt load
三、配置中遇到的錯誤
1、沒有訪問正確的webseal端口
webseald-testportal.htsc.com.cn.conf http-port = 8000
2、會話時間配置過短
webseald-testportal.htsc.com.cn.conf timeout配置時間(5秒)。
3、siebel eapps_sia.cfg配置文件中UserSpec參數沒有配置成IV_USER,導致seibel未取到用戶信息。
4、jmt.conf
/siebel /fins_chs/*
/testsiebel /fins_chs/*
配置了兩個重復的上下文對象。