作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
为了安全和隐私,我想将 TAM 与我的网站集成。我如何将它与我的网站集成。我的网站是java(jsp)的。
我使用了下面的命令
server task <server-name> create -t tcp -h localhost -p 9085 -c all /CustomeWebSealJunc
但仍无法与 TAM 集成
最佳答案
server task <websealed-instance> create -t tcp -h localhost -p 9080 -c all /<junction_name>
您还可以使用 JAVA API 进行 TAM 集成,但首先您需要使用以下命令
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
这将创建与 Java 和授权服务器的信任关系。
关于java - TAM 与自定义网站集成,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29943591/
为了安全和隐私,我想将 TAM 与我的网站集成。我如何将它与我的网站集成。我的网站是java(jsp)的。 我使用了下面的命令 server task create -t tcp -h localh
我有一个在 Apache Tomcat 7.x 上运行的 Java/JEE Web 应用程序。假设它在以下 URL 上运行: http://app.example.com:9080/app 我希望通过
有没有人用 TAM Web-seal 做过 Spring 预认证? 你能分享一下配置细节吗? 最佳答案 如果 webseal 使用 iv-user 中的用户名转发请求header,那么配置spring
我是一名优秀的程序员,十分优秀!