My custom health check is a .cfm file which the loadbalancer hits to see if
the instance is active.  If it's down, or returns anything but a 200/OK
error code, it's considered down.  This also allows me to remove/rename the
health check template for that instance to take it offline, while I can
still access it for troubleshooting.  

I really wish there was a way to do this.  The only thing I can think of is
running the proxy service on 127.0.0.1, which should work, but I am limited
to 1 instance per physical server per cluster.  
 
Any other ideas?

Russ

> -----Original Message-----
> From: Dave Watts [mailto:[EMAIL PROTECTED]
> Sent: Monday, November 27, 2006 6:28 PM
> To: CF-Talk
> Subject: RE: access individual instances of CF
> 
> > Is there a way to force the JRUN connector to use an
> > individual instance while maintaining session replication?
> > That's all I really want, for the request to be served by any
> > of the instances (managed by the loadbalancer currently),
> > except the instances that have failed my custom health check,
> > while still having session replication, so that when people
> > switch instances they do not lose their session.
> 
> I don't think there is a way to do this. Why not just stop instances that
> fail your custom health check? Once you do that, the connector shouldn't
> use
> them.
> 
> > I know one way to do this would be to use the build in web
> > server, but this is not recommended for production use, and
> > I'm having a bit of trouble figuring out how to set it up (Is
> > there a way to change the web root?)
> 
> Yes, the JRun web server can be configured:
> 
> http://www.adobe.com/support/coldfusion/adv_development/config_builtin_web
> se
> rver/
> 
> I typically use the JRun web server to connect to individual cluster
> members
> when I need to use the CF Administrator.
> 
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
> 
> Fig Leaf Software provides the highest caliber vendor-authorized
> instruction at our training centers in Washington DC, Atlanta,
> Chicago, Baltimore, Northern Virginia, or on-site at your location.
> Visit http://training.figleaf.com/ for more information!
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:261815
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to