0

I am just starting out with ColdFusion. I set up Apache HTTP Server, ColdFusion and ColdFusion builder, and have been able to browse through the directory structure (localhost/cfide/..., etc.), but when I try to open a .cfm file, I am given the following message

Server Error

  <p>The server encountered an internal error and was unable to complete your request.
  Could not connect to JRun Server.</p>
</blockquote>

I have opened the JRun management console and it is giving me the same error.

Any ideas on how to troubleshoot this would be very helpful

alex28
  • 107

1 Answers1

1

Sounds like jrun is not running.

Check your running processes, if it's not there - try starting it manually. If that fails & it's still not there, check your error logs to see why.

[what is the environment?]

-sean