Is there a way to change the error message for coldfusion "Could not connect to JRUN server" to something more user friendly in apache?
Asked
Active
Viewed 422 times
1 Answers
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