Copy link to clipboard
Copied
I'm trying to use this amazingly useful facility, by putting the url of my CFC into my browser and watching it redirect to a page describing the CFC's contents. Usually, I get asked to enter my RDS password, do so, and get the documentation.
"Sometimes", I get "File not found: /CFIDE/componentutils/cfcexplorer.cfc"
No, I can't define "sometimes" beyond "when I least want it to do this"
This is a development server, not set up by me, and for some reason I don't understand /CFIDE is mapped to somewhere odd (C:\webspace\applications\betaApp01\www\CFIDE, which is in the depths of another app.)
The files really are there as far as I can see, and it usually works. Only, sometimes, it doesn't
Any ideas what I need to look for that might produce this "sometimes"?
In case it matters:
Server Details Server Product ColdFusion Version 9,0,0,251028 Edition Enterprise Operating System Windows Server 2008 OS Version 6.1 Adobe Driver Version 4.0 (Build 0005
Copy link to clipboard
Copied
Are you "sometimes" using a different domain? IE:
http://localhost/my/path/to.cfc
vs:
http://somedomain/my/path/to.cfc
Not sure why your setup uses a mapping for CFIDE vs a virtual directory. I'd suggest always using a virtual directory at the web server level (IE: apache or IIS).
Copy link to clipboard
Copied
That's a very good suggestion, but no, I'm not using a different domain. I've got one url to my CFC folder saved, and I use it every time.
Indirectly, though, that leads me to another interesting symptom. "I could try out that localhost idea by remoting onto the server", I thought to myself. So I did, and found myself looking at the CFadmin session that I'd been successfully running at the same time as the cfcexplorer session on my own PC was failing.
http://127.0.0.1/CFIDE/administrator/index.cfm
works, every time (touching wood, and with fingers crossed), and that's the same CFIDE (or should be)
Using a mapping for CFIDE is the default way CF is set up, the last few times I've installed it. I'd expect it to point at a slightly more normal place, though, like C:\inetpub\wwwroot\CFIDE (which exists)
I'm beginning to wonder if there's Something Odd (tm) down at the IIS level, and "sometimes" means "when someone else has been doing things to it".