tags:

views:

179

answers:

1

when i try opening http://127.0.0.1:8500/test.com I get

500 There is no web application configured to service your request There is no web application configured to service your request

when i try opening http://127.0.0.1:8500/CFIDE/

I GET THE same error

Kindly guide me to solution.

+2  A: 

It means the server did not fully start. The JRun container started and was able to accept an HTTP Request via its internal webserver port, but then the ColdFusion Server inside JRun was not fully deployed or not deployed at all.

The startup events in /path/to/coldfusion8/runtime/logs/coldfusion-event.log and /path/to/coldfusion8/logs/server.log will contain details about what failed during ColdFusion startup.

You will probably not make sense of the events as they are usually somewhat cryptic. Please post log contents for further diagnosis.

Steven Erat
i am using CFMX
vas
That is irrelevant. (And CFMX is not a version. ColdFusion MX 6, or 6.1, or 7 is a version)
Steven Erat