开发者

Single Sign On using Tomcat

We are thinking about moving from WebSphere to Tomcat. In WebSphere, we use LTPA to achieve single sign on between the different applications (running in di开发者_开发问答fferent physical servers).

What is the best way to get single sign-on between 2 physical machines in Tomcat?


Tomcat's SSO implementation only provides single sign on between apps on the same (logical) server. However if you want SSO between apps which are located on different servers or even different platforms then Tomcat's SSO option probably won't cut it.

I'd suggest you look at a more robust solution like CAS or Cloudseal. Cloudseal also has a Tomcat plugin which may simplify things for you


Tomcat comes with SSO implementation. An other thing you want is session replication between nodes.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜