java - TAM integration with custome web site -
i want integrate tam web site security , privacy. how can integrate web site. site in java(jsp).
i used below command
server task <server-name> create -t tcp -h localhost -p 9085 -c /customewebsealjunc
but still unable integrate tam
server task <websealed-instance> create -t tcp -h localhost -p 9080 -c /<junction_name>
u can java api tam integration first of need used below command
java com.tivoli.pd.jcfg.svrsslcfg -action config -admin_id sec_master -admin_pwd <password> -appsvr_id mts_java1 -port <port_no> -mode remote -port <port> -policysvr <host>:<port>:1 -authzsvr <host>:<port>:2 -cfg_file /opt/tamfiles/tamapi.conf -key_file /opt/tamfiles/tamapi.ks
this create trust relationship java , authorized server.
Comments
Post a Comment