Version Tomcat: 5.5

What part of the configuration do you want to see?  The complete file, or any 
specific part?

The version of Acegi we use is 1.0.0 and for Spring it is 2.0.1.

There's an Iplanet in front of it, but I don't know if that's similar (I don't 
know much about network configuration :p).

I just created a small application, with 2 JSP pages.  1 redirects to the 
other, and the port 80 pops up.

This is the code in the JSP:
<%
        response.sendRedirect("redirect.jsp");
%>

I hope this helps.


-----Original Message-----
From: Konstantin Kolinko [mailto:[EMAIL PROTECTED] 
Sent: Friday, 23 November, 2007 13:21
To: Tomcat Users List
Subject: Re: Problem with redirection

What is your configuration?
What version of Tomcat?!
Is there Apache HTTPD in front of it?
What versions of Acegi, Spring do you use?

Can you reproduce your problem with a simple example? E.g. explicitly
sending the redirect, using response.sendRedirect().

Please look at this message
http://www.nabble.com/problem-with-https-and-apache%2Bhttpd%2Btomcat-tf4474321.html#a12756933

Is it similar to your case?



> Is there a way to alter the configuration of Tomcat, so it doesn't add the 
> port 80.  At least, we think it's Tomcat who adds that port number, but we're 
> not very sure.
>

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



This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise private information.  If you have received it in 
error, please notify the sender immediately and delete the original.  Any other 
use of the email by you is prohibited.

---------------------------------------------------------------------
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