Single sign on problem

2005-04-18 Thread shyam
Hi all, I have two web applications which use the same JDBCRealm. I have tested the realm and it works fine. I commented out the single sign on valve in the server.xml . I tested the links from one application to another. The protected resources still ask for the login information. It would be

Tomcat 5.0.27 - Single Sign On PROBLEM

2004-09-30 Thread Marco
Hi, I configurated my server web to use load balancing. I use IIS 6 and ajp13 for this pourpose and two istance of tomcat 5.0.27 on two different machine. Load Balancing works fine but when I configureted tomcat to use SingleSignOn I had some problem. Sometimes, when I pass from an application

RE: Tomcat 5.0.27 - Single Sign On PROBLEM

2004-09-30 Thread Shapira, Yoav
Message- From: Marco [mailto:[EMAIL PROTECTED] Sent: Thursday, September 30, 2004 10:01 AM To: Tomcat Users List Subject: Tomcat 5.0.27 - Single Sign On PROBLEM Hi, I configurated my server web to use load balancing. I use IIS 6 and ajp13 for this pourpose and two istance of tomcat 5.0.27 on two

Single sign on problem!!

2003-04-01 Thread Madhavi Thottempudi
Bringing the post up!! Any suggestions on this?? Please let me know...Thanks -M At 17:22 28/03/2003 +, you wrote: Hi there! I am trying to use Single sign on feature of tomcat and got stuck. My problem is - even after configuring my webapps (all running under tomcat) for single sign-on, when

Re: Single sign on problem!!

2003-04-01 Thread Gabriel Santonja
On Tue, 01 Apr 2003 13:54:23 +0100 Madhavi Thottempudi [EMAIL PROTECTED] wrote: Bringing the post up!! Any suggestions on this?? Please let me know...Thanks -M Ok, I'm not sure but 1) Is your realm correctly configure?. Are you sure that your realm isn't protect only your context. Try to

Re: Single sign on problem!!

2003-04-01 Thread Madhavi Thottempudi
Hi ! Thanks for UR reply. I am doing everything U were suggesting me to (pls see my previous mail). I know that the realm is working well, because it is authenticating the user properly and yes, I did put that under engine level. The problem I am having is that it's asking me to re-authenticate

Re: Single sign on problem!!

2003-04-01 Thread Gabriel Santonja
On Tue, 01 Apr 2003 14:29:57 +0100 Madhavi Thottempudi [EMAIL PROTECTED] wrote: Hi ! Thanks for UR reply. I am doing everything U were suggesting me to (pls see my previous mail). I know that the realm is working well, because it is authenticating the user properly and yes, I did put that

Re: Single sign on problem!!

2003-04-01 Thread Madhavi Thottempudi
Hi Gabriel! I really appreciate your help. Thanks. I will try SSO on 4.1.24 and let you know how it goes. btw, my mail id is [EMAIL PROTECTED] regards, M On Tue, 01 Apr 2003 14:29:57 +0100 Hi ! Thanks for UR reply. I am doing everything U were suggesting me to (pls see my previous mail). I

Re: Single sign on problem!!

2003-04-01 Thread Madhavi Thottempudi
Hi Gabriel! But : I'm using the 4.1.24 (because of some bug in realm authentication) and i use realm with the sso and 2 servlets and it work. SSO still doesn't work for me, even on Tomcat 4.1.24 Obviously I am doing something wrong either in my configuration file or in the way I access them. If

Re: Single sign on problem!!

2003-03-30 Thread Madhavi Thottempudi
Requesting again!!! Any suggestion on the below given problem??? btw, I am using Tomcat 4.0.4 regards, Madhavi At 17:22 28/03/2003 +, you wrote: Hi there! I am trying to use Single sign on feature of tomcat and got stuck. My problem is - even after configuring my webapps (all running under

Single sign on problem!!

2003-03-28 Thread Madhavi Thottempudi
Hi there! I am trying to use Single sign on feature of tomcat and got stuck. My problem is - even after configuring my webapps (all running under tomcat) for single sign-on, when i change to a different app, it is asking me to authenticate again. I must be missing something that ties all these