Skip to main content
Inspiring
April 4, 2007
Question

Cold Fusion Instance Availibility Monitoring

  • April 4, 2007
  • 2 replies
  • 327 views
I used to have a simple hello world page running on the default instance of coldfusion and if that page was down that meant ColdFusion was down. We now have a cluster and two instances. Is there any way that I could assign an application to run under a certain instance so if something is wrong I could restart the service for that instance?

Thanks
    This topic has been closed for replies.

    2 replies

    Inspiring
    April 6, 2007
    Thanks, I will try that...
    April 6, 2007
    Why not put that same hello page into your jrun4/servers/<instance_name/cfusion-ear/cfusion-war/cfide folder and then call the file from http://servername:8300/cfide/healthcheck.cfm??

    Repeat for the other instances and there you go.