RD,
If your applications are running on the same Tomcat host, you could use
Tomcat's SingleSignOn feature:
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/host.html#Single%20Sign%20On.
If not, you're going to need to find a way for one Tomcat server to
vouch for a user to another Tomcat server. You could have the first
server act as a proxy and pass the credentials, you could capture the
user's password and redirect them to a url that included the username
and password (I don't recommend this), or you could look at something
like CAS: http://www.yale.edu/tp/auth/. This thread has some info that
should get you started:
http://www.mail-archive.com/[EMAIL PROTECTED]/msg05881.html.

-James

>>> [EMAIL PROTECTED] 6/28/2004 9:05:04 PM >>>
Hi ,
 
I am using slide Webdav api in my application.
My application runs on Tomcat container 1.
My Slide runs on Tomcat container 2.
I would like to autheticate user on container1 and pass on the context
to slide.
Is there any way we can do this?
 
Thanks,
RD.

                
---------------------------------
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!

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

Reply via email to