Persistent User Login

2004-01-06 Thread Chris Ward
Hi, I was asking about this subject on this list a while back http://www.mail-archive.com/tomcat-user%40jakarta.apache.org/msg111700.h tml but I've not managed to get it working yet. In short. I'm working on an intranet application and I want my users to only have to log in once. If

Re: Persistent User Login

2004-01-06 Thread Jeanfrancois Arcand
J2EE 1.4 SDK (which contains Tomcat 5) uses the Single Sign on feature and it is working fine. So just add the SingleSignOn valve in your server.xml. -- Jeanfrancois Chris Ward wrote: Hi, I was asking about this subject on this list a while back http://www.mail-archive.com/tomcat-user%40j

RE: Persistent User Login

2004-01-06 Thread Chris Ward
Thanks. I should have mentioned that I am running Tomcat 4.1.24 with jdk1.3.0_02. I did want to make use of the Tomcat features for authentication (i.e. FROM method, Realm using user/roles DB tables, web.xml configuration etc.) to replace existing code that I wrote for the task. I'm losing the