Re: [EMAIL PROTECTED] Configuring mod_proxy_balancer with failover to hot standby

2008-08-20 Thread Rob Stewart
> This seems a little messy. Is there any way to signify from the > application server, via response headers, to say "I'm bust, please stop > using me"? > This isn't what you're asking for, but it might be useful to you, so here goes... If you go to the '/balancer' URL for your balancer manag

Re: [EMAIL PROTECTED] Antwort: [EMAIL PROTECTED] Apache Http sticky session problem.

2008-08-08 Thread Rob Stewart
Oops also forgot this snippet for context.xml of each Tomcat... Start snippet End snippet -- Rob ([EMAIL PROTECTED]) - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.

Re: [EMAIL PROTECTED] Antwort: [EMAIL PROTECTED] Apache Http sticky session problem.

2008-08-08 Thread Rob Stewart
Regarding the 'quotes' issue - I'll explain... In the server.xml file for the Tomcat server you name your jvm route something like... jvmRoute="tc1" And in my case, the Apache httpd.conf, you name the route like... BalancerMember ajp://127.0.0.1:18009 route=tc1 For a couple of days I had

Re: [EMAIL PROTECTED] Apache Http sticky session problem.

2008-08-07 Thread Rob Stewart
OK - I'm new to the list, but here's my two cents following my antics... 1. Check that the routes in the httpd side configuration files do NOT have quotes. (I had a lot of pain with that). 2. I'm using a reverse proxy using mod_proxy_balance and mod_proxy_ajp (NOT mod_proxy_http) and simpleTcpClu

[EMAIL PROTECTED] Re: Only the first request = 'Invalid direct reference to form login page' but not the rest.

2008-08-01 Thread Rob Stewart
Turns out my first request problem WAS a configuration issue. Here's the details in case you see something similar... When you have two tomcats and wish to cluster them with simpleTCPCluster and AJP protocol via an Apache HTTPD reverse proxy... You MUST specify a 'jvmRoute' for each Tomcat in t

[EMAIL PROTECTED] Only the first request = 'Invalid direct reference to form login page' but not the rest.

2008-07-23 Thread Rob Stewart
Hi. I've set up a pair of Apache Tomcat servers (6.0.16) (using simpleTcpCluster for session replication) being reverse proxied by an Apache HTTPD server (2.2.8) all on the same machine. I have a java servlet that requires authentication. The servlet when accessed directly on either one of the T