views:

35

answers:

1

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 different physical servers).

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

A: 

My preferred approach is CAS.

JacobM