Re: Single Sign On(SSO) problem

2005-03-13 Thread xue daoming
Thanks Guillaume Lederrey!
I try it, and it works!
Thanks!

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Single Sign On(SSO) problem

2005-03-11 Thread Guillaume Lederrey
On Friday 11 March 2005 06.36, xue daoming wrote:
 How to config Single Single Sign On(SSO) in Tomcat? I read Tomcat
 document, but I can't find information about it. Is something I miss?
 Anybody carried out that can help me?

  I just gt that one working yesterday !

  All the apps that need to be accessed from SSO have to use the same Realm, 
not the same class but the same instance. So if you want all apps in a 
specific host to be accessed with SSO, then put your Realm/ tag in the 
host/.

  Configure the security in every app in the usual web.xml.

  Add a valve to the same host like this one :
Valve className=org.apache.catalina.authenticator.SingleSignOn/

  More docs in 
http://jakarta.apache.org/tomcat/tomcat-5.5-doc/config/valve.html

  That works for me, I hope it helps you !

 Guillaume

-- 


Guillaume Lederrey
Informaticien Développement
Tecost - Technology Consulting Studies
Fribourg (Switzerland)
http://www.tecost.ch/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Single Sign On(SSO) problem

2005-03-10 Thread xue daoming
Hi, All

How to config Single Single Sign On(SSO) in Tomcat? I read Tomcat
document, but I can't find information about it. Is something I miss?
Anybody carried out that can help me?
 
Thanks!

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]