Re: Is there a GOOD AJP-based cluster reference?

2010-11-05 Thread Pid
On 04/11/2010 20:12, Jeffrey Janner wrote: Notice I don't have any ProxyPassReverse lines. From reading the docs, I'm not sure they are needed for AJP proxying. Check the value of the path attribute, in Set-Cookie: header when a session is created. p 0x62590808.asc Description:

Re: Is there a GOOD AJP-based cluster reference?

2010-11-05 Thread Rainer Jung
On 04.11.2010 21:24, Mark Eggers wrote: Interesting. I'll have to try something similar for my situation. What I'm trying to do is a bit of the reverse. I want hostname:80/tomcat-host/manager to end up at (tomcat-host) /manager for four different tomcat hosts. The forward stuff works fine, but

Re: Is there a GOOD AJP-based cluster reference?

2010-11-04 Thread Mark Eggers
At the risk of violating your request (not to point you to the documentation), I'm going to point you at the documentation. In particular: manual/mod/mod_proxy.html#proxypassreverse (from the Apache httpd docs) This will rewrite response URLs. However, there is a caveat. It will not rewrite

Re: Is there a GOOD AJP-based cluster reference?

2010-11-04 Thread Pid
On 04/11/2010 14:56, Jeffrey Janner wrote: p.s. Don't send me to the Tomcat Apache docs, I've read them. What happens if you define the balancer before you try to use it? p 0x62590808.asc Description: application/pgp-keys signature.asc Description: OpenPGP digital signature

RE: Is there a GOOD AJP-based cluster reference?

2010-11-04 Thread Jeffrey Janner
if there is an issue on that configuration. Jeff -Original Message- From: Pid [mailto:p...@pidster.com] Sent: Thursday, November 04, 2010 1:25 PM To: Tomcat Users List Subject: Re: Is there a GOOD AJP-based cluster reference? On 04/11/2010 14:56, Jeffrey Janner wrote: p.s. Don't send me

RE: Is there a GOOD AJP-based cluster reference?

2010-11-04 Thread Jeffrey Janner
: Thursday, November 04, 2010 11:56 AM To: Tomcat Users List Subject: Re: Is there a GOOD AJP-based cluster reference? At the risk of violating your request (not to point you to the documentation), I'm going to point you at the documentation. In particular: manual/mod/mod_proxy.html

Re: Is there a GOOD AJP-based cluster reference?

2010-11-04 Thread Mark Eggers
Subject: RE: Is there a GOOD AJP-based cluster reference? In looking at the JSPs, the dev team is coding all the paths inside a c:url construct, which is why the context string is getting prepended to every path in the document. What was throwing me off a bit was the default doc was just a redirect