RE: Authentication problems with tomcat clustering.

2005-04-06 Thread David Owens
: Authentication problems with tomcat clustering. On Apr 5, 2005 3:13 PM, David Owens <[EMAIL PROTECTED]> wrote: > After further debug, I see this is happening because mod_jk is > "ignoring" the sticky sessions, and continuing to lb back and forth. > After looking at the mod_jk

Re: Authentication problems with tomcat clustering.

2005-04-05 Thread David Rees
On Apr 5, 2005 3:13 PM, David Owens <[EMAIL PROTECTED]> wrote: > After further debug, I see this is happening because mod_jk is > "ignoring" the sticky sessions, and continuing to lb back and forth. > After looking at the mod_jk code, I see it is looking for something > after the '.' character in t

RE: Authentication problems with tomcat clustering.

2005-04-05 Thread David Owens
d stick. How do I setup tomcat (or is it httpd) to provide this piece of information? Thanks! |)ave -Original Message- From: David Owens Sent: Tuesday, April 05, 2005 7:11 AM To: tomcat-user@jakarta.apache.org Subject: RE: Authentication problems with tomcat clustering. I have done

RE: Authentication problems with tomcat clustering.

2005-04-05 Thread Vaneet Sharma
: Authentication problems with tomcat clustering. I have done some further testing and have found what I think the problem is, but I still do not know the solution. What is happening is that the first time I access the webapp through httpd, I am getting the first tomcat server. I then type in my

RE: Authentication problems with tomcat clustering.

2005-04-05 Thread David Owens
- From: David Owens Sent: Tuesday, April 05, 2005 7:11 AM To: tomcat-user@jakarta.apache.org Subject: RE: Authentication problems with tomcat clustering. I have done some further testing and have found what I think the problem is, but I still do not know the solution. What is happening is that

RE: Authentication problems with tomcat clustering.

2005-04-05 Thread David Owens
I have done some further testing and have found what I think the problem is, but I still do not know the solution. What is happening is that the first time I access the webapp through httpd, I am getting the first tomcat server. I then type in my username and password and hit submit. I see in the

RE: Authentication problems with tomcat clustering.

2005-04-05 Thread Vaneet Sharma
04, 2005 7:25 PM To: Tomcat Users List Subject: RE: Authentication problems with tomcat clustering. Are your servlets in the /servlet/ directory? Or some other name? You have only redirected /servet/*, /*.vm and /therestaurant/servlet/ControllerServlet/* You may want to try just /therestaurant

RE: Authentication problems with tomcat clustering.

2005-04-04 Thread David Owens
1.2.10 mod_jk for my system. (linux) -Original Message- From: Vaneet Sharma [mailto:[EMAIL PROTECTED] Sent: Monday, April 04, 2005 10:09 AM To: Tomcat Users List Subject: RE: Authentication problems with tomcat clustering. Your Apache and Tomcat configuration is exactly like me.. However

RE: Authentication problems with tomcat clustering.

2005-04-04 Thread Vaneet Sharma
Your Apache and Tomcat configuration is exactly like me.. However today I installed connector mod_jk.. Connector 1.2.10... And ... Though apache and tomcat are talking .. I cannot run my servlet page. Pls have a look below to see the configuration Thankx The connector is not loading my servlets?