atom feed41 messages in org.apache.tomcat.devRe: Spec question: RE BUG 12052
FromSent OnAttachments
Bojan SmojverAug 28, 2002 6:26 am 
Craig R. McClanahanAug 28, 2002 9:14 am 
John TrollingerAug 28, 2002 9:18 am 
Craig R. McClanahanAug 28, 2002 9:41 am 
cost...@covalent.netAug 28, 2002 10:03 am 
John TrollingerAug 28, 2002 10:21 am 
Costin ManolacheAug 28, 2002 10:35 am 
Craig R. McClanahanAug 28, 2002 10:54 am 
Craig R. McClanahanAug 28, 2002 10:59 am 
Ignacio J. OrtegaAug 28, 2002 11:24 am 
Ryan LubkeAug 28, 2002 11:28 am 
Bill BarkerAug 28, 2002 11:28 am 
cost...@covalent.netAug 28, 2002 12:52 pm 
Costin ManolacheAug 28, 2002 1:52 pm 
Costin ManolacheAug 28, 2002 1:54 pm 
Ignacio J. OrtegaAug 28, 2002 2:05 pm 
Ryan LubkeAug 28, 2002 3:52 pm 
cost...@covalent.netAug 28, 2002 4:11 pm 
Bojan SmojverAug 28, 2002 4:22 pm 
Bojan SmojverAug 28, 2002 4:45 pm 
cost...@covalent.netAug 28, 2002 5:01 pm 
Bill BarkerAug 28, 2002 5:43 pm 
cost...@covalent.netAug 28, 2002 7:11 pm 
Bojan SmojverAug 28, 2002 8:22 pm 
Bojan SmojverAug 28, 2002 11:45 pm 
Bill BarkerAug 29, 2002 12:24 am 
Ignacio J. OrtegaAug 29, 2002 6:48 am 
cost...@covalent.netAug 29, 2002 7:29 am 
Craig R. McClanahanAug 29, 2002 8:12 am 
Ryan LubkeAug 29, 2002 9:01 am 
Costin ManolacheAug 29, 2002 9:56 am 
Bojan SmojverAug 29, 2002 4:10 pm 
Ignacio J. OrtegaAug 30, 2002 6:50 am 
cost...@covalent.netAug 30, 2002 7:53 am 
Ignacio J. OrtegaAug 30, 2002 10:14 am 
cost...@covalent.netAug 30, 2002 10:53 am 
Ignacio J. OrtegaAug 30, 2002 11:26 am 
cost...@covalent.netAug 30, 2002 11:49 am 
Steve DowneyAug 30, 2002 1:27 pm 
Ignacio J. OrtegaAug 30, 2002 1:46 pm 
Bojan SmojverAug 30, 2002 5:55 pm 
Subject:Re: Spec question: RE BUG 12052
From:Bojan Smojver (boj@rexursive.com)
Date:Aug 28, 2002 4:22:37 pm
List:org.apache.tomcat.dev

On Thu, 2002-08-29 at 02:14, Craig R. McClanahan wrote:

Consider Apache running on port 80, forwarding to Tomcat on 8009 (the default setup). I think it's reasonable for the application developer to assume that getServerPort() is going to return 80 and not 8009, because they should conceptually view the entire "Apache+Tomcat" thing as a single server.

To avoid confusion, I have tested what comes back. The combo is Apache 2.0.40, mod_jk 1.2.0, Tomcat 3.3.x. The port 80 comes back over HTTP and 443 over SSL. This is also indicated by the current source in the bug report.

The real problem is that the bug report asks to go a step further and to fake the ports when there is a load balancer or firewall in front of Apache/Tomcat combo. I don't think we should do that - load balancer or firewall is not part of the container.

Bojan