Copy link to clipboard
Copied
I'm running CF9 with Apache 2.2 and I can't figure out how to change the default JRun error page. So if CF is down I'd like to redirect to a nice error page instead of the default "Server Error Could not connect to JRun Server" error page.
I know in Apache you have to change the following line...but it's still not showing up for me. Is there something else I'm missing?
JRunConfig Errorurl "http://localhost/serverDown.html"
I've tried without quotes, /serverDown.html, etc but I still can't get it to show up.
Thanks for any help.
Copy link to clipboard
Copied
Anyone? I know someone out there has had to change the default JRun error page
Copy link to clipboard
Copied
Hey, were you able to resolve this issue? I'm also facing same issue.
Copy link to clipboard
Copied
Try here: http://www.adobe.com/livedocs/jrun/4/Programmers_Guide/techniques_servlet12.htm
I know there are similar docs around and I'm not 100% sure this one answers your question but it should point you in the right direction.