RE: sendRedirect scheme

2006-12-29 Thread Siddhartha Subramanian
- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Friday, December 29, 2006 11:33 PM To: Tomcat Users List Subject: RE: sendRedirect scheme > From: Siddhartha Subramanian > [mailto:[EMAIL PROTECTED] > Subject: RE: sendRedirect scheme > > Tomcat version: > Tomcat 5.5.2

RE: sendRedirect scheme

2006-12-29 Thread Caldarale, Charles R
> From: Siddhartha Subramanian > [mailto:[EMAIL PROTECTED] > Subject: RE: sendRedirect scheme > > Tomcat version: > Tomcat 5.5.2 I'll assume that's 5.5.20, not a seriously outdated, buggy level. > strategy="ms" maxHttpHeaderSize="8192&q

RE: sendRedirect scheme

2006-12-29 Thread Siddhartha Subramanian
, December 29, 2006 4:06 PM To: Tomcat Users List Subject: Re: sendRedirect scheme In one of those exceedingly rare moments where I agree with the previous poster can you cut and paste your entire server.xml into the message body? Also which browser version are you testing with? Thx

RE: sendRedirect scheme

2006-12-29 Thread Siddhartha Subramanian
Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Friday, December 29, 2006 4:06 PM To: Tomcat Users List Subject: Re: sendRedirect scheme In one of those exceedingly rare moments where I agree with the previous poster can you cut and paste your entire

Re: sendRedirect scheme

2006-12-29 Thread Martin Gainty
ROTECTED]> To: "Tomcat Users List" Sent: Friday, December 29, 2006 4:36 PM Subject: RE: sendRedirect scheme > From: Siddhartha Subramanian > [mailto:[EMAIL PROTECTED] > Subject: RE: sendRedirect scheme > > Thanks for the information, I have tried all the possible &g

RE: sendRedirect scheme

2006-12-29 Thread Siddhartha Subramanian
[mailto:[EMAIL PROTECTED] Sent: Friday, December 29, 2006 3:37 PM To: Tomcat Users List Subject: RE: sendRedirect scheme > From: Siddhartha Subramanian > [mailto:[EMAIL PROTECTED] > Subject: RE: sendRedirect scheme > > Thanks for the information, I have tried all the possible

RE: sendRedirect scheme

2006-12-29 Thread Caldarale, Charles R
> From: Siddhartha Subramanian > [mailto:[EMAIL PROTECTED] > Subject: RE: sendRedirect scheme > > Thanks for the information, I have tried all the possible > combinations > > You don't seem to be providing much real information in any of your posts. At least t

RE: sendRedirect scheme

2006-12-29 Thread Siddhartha Subramanian
ybody have any more insights into this? --Sid -Original Message- From: Rainer Jung [mailto:[EMAIL PROTECTED] Sent: Thursday, December 28, 2006 5:02 PM To: Tomcat Users List Subject: Re: sendRedirect scheme You can use the following config params in the connector element for the connector yo

Re: sendRedirect scheme

2006-12-28 Thread Rainer Jung
You can use the following config params in the connector element for the connector you are using (see http://tomcat.apache.org/tomcat-5.5-doc/config/http.html): - protocol - proxyName - proxyPort - redirectPort - scheme - secure Regards, Rainer Siddhartha Subramanian s