Skip to main content
September 21, 2010
Question

How to change default JRun error page

  • September 21, 2010
  • 3 replies
  • 1023 views

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.

    This topic has been closed for replies.

    3 replies

    Legend
    October 12, 2011

    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.

    October 11, 2011

    Hey, were you able to resolve this issue? I'm also facing same issue.

    September 23, 2010

    Anyone? I know someone out there has had to change the default JRun error page