Hi Chuck

Well I was giving a high level view of the problem incase there was
someone who already ran into the problem and could give insight without
having to go through a verbose email.. But thanks for the feedback.

Here is the detailed information:

Setup
--------
Migrating an existing application that works on Sun One onto Tomcat.

Tomcat version:
Tomcat 5.5.2

Browsers: 
Firefox 2.0  (redirects with https in the URL)
IE 6 (redirect fails)

Server.xml snippet of the connector:(everything else is standard as out
of the box)

<Connector port="80" address="${jboss.bind.address}" maxThreads="250"
strategy="ms" maxHttpHeaderSize="8192" emptySessionPath="true"
enableLookups="false" acceptCount="100" connectionTimeout="20000"
disableUploadTimeout="true" protocol="HTTP/1.1" scheme="http"/>

--Sid

-----Original Message-----
From: Caldarale, Charles R [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 
> combinations 
> 
> <connector port="80" protocol="HTTP/1.1" scheme="http".../>

You don't seem to be providing much real information in any of your
posts.  At least tell us the exact Tomcat level and provide your actual
relevant config files.  (Your above sample, using <connector> rather
than <Connector>, is obviously not correct.)  In this instance, also
include the name and level of the browser you're using; there are known
issues in IE6 about mishandling redirects.  You might want to do a
packet capture so you can differentiate between what Tomcat's sending
and what the browser is deciding to interpret it as.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to