Administrator Cannot be Displayed?
System:
XP Professional SP3; IIS installed.
ColdFusion MX (version?)
I've installed these things carefully following directions and when it goes to start the Administrator, nothing works!
http://localhost/CFIDE/administrator/index.cfm and http://127.0.0.1/CFIDE/administrator/index.cfm both result in the Error Occurred While Processing Request screen. Expanding the Stack Trace doesn't reveal anything obvious (at least to a newbie like me).
http://localhost:8500/CFIDE/administrator/index.cfm and http://127.0.0.1:8500/CFIDE/administrator/index.cfm both result in Internet Explorer Cannot Display the Web Page.
I found a link to someone els's answer where they were told to go to C:\CFusionMX\runtime\servers\default\SERVER-INF\jrun.xml and find <attribute name="port">. The value in my file is 51010. So I substitute ':51010' for for ':8500' and get the same results as with 8500 (although it takes consideably longer.
I just don't where to look now!
