Anyway, here's the run down; we have a ColdFusion server hosting a large web site (Site A), we recently started development on a second web site (Site
Site B makes use of the CFCHART tag which works fine in development, but when viewed from the new domain name the charts don't appear. Google Chrome reports the following error:
Failed to load resource: the server responded with a status of 404 (Not Found) GraphData.cfm
I've been able to determine that this is because the development site uses the same IP address for both web sites and separate subfolders (http://server/site_a/ and http://server/site_b/). However, when looking at the settings in IIS I noticed that Site A has an IP address ending in .99 and Site B ends with .47. I'm assuming this breaks the connection with the CFIDE folder and therefore the web page can't find GraphData.cfm to process the CFCHART tag (also, typing http://site_b_domain.../administrator/ results in a 404). I'm not sure why the configured the sites this way but if I change Site B's IP to .99 the domain name doesn't work (naturally). I've tried creating a Virtual Directory in IIS inside Site B and pointing it to the CFIDE folder, which fixes allows me to access the CFIDE Administrator (http://site_b_domain/cfide/administrator/), but doesn't fix the issue with the CFCHART tag.
Any suggestions?

New Topic/Question
Reply




MultiQuote






|