>>> On Wed, Jan 2, 2008 at 9:10 PM, "Bill Barker" <[EMAIL PROTECTED]> wrote:
> "Rainer Jung" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
>> Hi Julian,
>>
>> Julian Dunn schrieb:
How do you connect Apache to Tomcat? If you are using mod_jk, the
module gets the port it
"Rainer Jung" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi Julian,
>
> Julian Dunn schrieb:
>>> How do you connect Apache to Tomcat? If you are using mod_jk, the
>>> module gets the port it sends to Tomcat via ap_get_server_port(),
>>> which in turn depends on UseCanonicalName
Hi Julian,
Julian Dunn schrieb:
>> How do you connect Apache to Tomcat? If you are using mod_jk, the
>> module gets the port it sends to Tomcat via ap_get_server_port(),
>> which in turn depends on UseCanonicalName. If this is set to On,
>> the port is also determined from the port in ServerName.
>>> On Wed, Jan 2, 2008 at 4:48 PM, Rainer Jung <[EMAIL PROTECTED]> wrote:
>> I have some applications running under a Tomcat installation set up
>> in this way:
>>
>> [load balancer on port 80] ---> [Apache server on port 5001] -->
>> [Tomcat server on port 7001]
>>
>> One of the Tomcat appli
Hi Julian,
Julian Dunn schrieb:
> Hi,
>
> I have some applications running under a Tomcat installation set up
> in this way:
>
> [load balancer on port 80] ---> [Apache server on port 5001] -->
> [Tomcat server on port 7001]
>
> One of the Tomcat applications sends a redirect to Apache because
Connector attribute proxyPort should fix the inclusion of the port
number in tomcat generated urls.
--David
Julian Dunn wrote:
Hi,
I have some applications running under a Tomcat installation set up in this way:
[load balancer on port 80] ---> [Apache server on port 5001] --> [Tomcat server
Hi,
I have some applications running under a Tomcat installation set up in this way:
[load balancer on port 80] ---> [Apache server on port 5001] --> [Tomcat server
on port 7001]
One of the Tomcat applications sends a redirect to Apache because there is a
directive. However, the redirect that