Tomcat 5.5.17 source code

2007-08-09 Thread ROOKIE
Hi, Can someone tell where from where I can download Tomcat 5.5.17 source code. The download page provides only 5.5.23 source code and I am new to SVN so could not figure it out from the root repository. I use this version and I need to do a small patch on that. Thanks, Vinod

Re: SSO session replication within TC 5.5.23 cluster

2007-08-07 Thread ROOKIE
licated SSO cookie implementation ever was completed, I think it was abandoned before it reached a functional stage Filip ROOKIE wrote: > Hi, > I have a problem with tomcat cluster + mod_proxy load balancer : > > We have a main app which authenticate itself to a webapp and from thi

Re: SSO session replication within TC 5.5.23 cluster

2007-08-07 Thread ROOKIE
ECTED]> To: Tomcat Users List Sent: Wednesday, May 30, 2007 2:49:59 PM Subject: Re: SSO session replication within TC 5.5.23 cluster It was contributed but never completed, so it is not working properly Filip ROOKIE wrote: > Hi, > Can someone please clarify if tomcat 5.5 supports repli

Re: JDBC resource with custom connection pool factory

2007-05-30 Thread ROOKIE
To execute custom code while getting a connection u can extend the connection factory and mention that class as the factory for ur resource, I dont think we close connections using the factory, so maybe u can write a wrapper around Connection.close() method. - Original Message From: S

Re: SSO session replication within TC 5.5.23 cluster

2007-05-30 Thread ROOKIE
Hi, Can someone please clarify if tomcat 5.5 supports replication of single-sign-on sessions across cluster members, if so how to configure it ? Thanks, Vinod - Original Message From: ROOKIE <[EMAIL PROTECTED]> To: users@tomcat.apache.org Sent: Tuesday, May 29, 2007 5:20:03 PM S

Re: Where to find session cookies

2007-05-29 Thread ROOKIE
If u are referring to session cookies (jsessionid and jsessionidsso) then the http servlet request contains a method called getCookies() where u can find the cookies and use them for further use by storing them im memory, once the response is received by browser it is upto it where and how it s

SSO session replication within TC 5.5.23 cluster

2007-05-29 Thread ROOKIE
Hi, I have created a simple TCP cluster of 2 TC 5.5.23 servers and added a Apache 2.2 (mod_proxy) load balancer in front. Our tomcat has SSO valve enabled. I wanted to know if TC 5.5.23 supports SSO session replication ? Googling tells me that a patch was submitted for this, http://fabien.car