RE: sendRedirect scheme

2006-12-29 Thread Siddhartha Subramanian
to check to see what's going on that front.. anybody 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

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 connector port=80 protocol=HTTP/1.1 scheme=http.../ You don't seem to be providing much real information in any of your

RE: sendRedirect scheme

2006-12-29 Thread Siddhartha Subramanian
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 combinations connector port=80 protocol=HTTP/1.1 scheme=http.../ You don't seem

Re: sendRedirect scheme

2006-12-29 Thread Martin Gainty
users@tomcat.apache.org 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 combinations connector port=80 protocol

RE: sendRedirect scheme

2006-12-29 Thread Siddhartha Subramanian
=jboss:service=TransactionManager/ /Host /Engine /Service /Server -Original 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

RE: sendRedirect scheme

2006-12-29 Thread Siddhartha Subramanian
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 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. Connector port=80 address=${jboss.bind.address} maxThreads=250 strategy=ms maxHttpHeaderSize=8192

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 I'll assume that's

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