vas
vas

Reputation: 2096

Unable to open coldfusion Administrator

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.

Upvotes: 0

Views: 1808

Answers (1)

Steven Erat
Steven Erat

Reputation: 559

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.

Upvotes: 2

Related Questions