2

Is there a way to change the error message for coldfusion "Could not connect to JRUN server" to something more user friendly in apache?

James T
  • 3,292
  • 8
  • 40
  • 70

1 Answers1

1

In the httpd.conf file edit the following line:

JRunConfig Errorurl url <optionally redirect to this URL on errors>

And put the URL of the page there, make sure it's not a coldfusion page.

James T
  • 3,292
  • 8
  • 40
  • 70