The poster said that the option for chekcing for files was already
unselected, so that's not the issue.

I checked the URL the original post gave, 

http://www.christchurchnz.net/chart.cfm, 

and the image location therein:

http://www.christchurchnz.net/CFIDE/GraphData.cfm?graphCache=wc50&graphI
D=Images/100015.JPG 

which returns a page that prompts to open or download rather than being
processed by CF properly (as per the usual behaviour for a webserver
connector issue). Take out the URL vars

http://www.christchurchnz.net/CFIDE/GraphData.cfm 

and (correctly) the page provides a 500 error about an error in the
graphing engine, so the Servlet mapping is already working correctly.

This one has me stumped for the moment.

-----Original Message-----
From: Jared Rypka-Hauer - CMG, LLC [mailto:[EMAIL PROTECTED] 
Sent: Saturday, 11 June 2005 3:18 
To: CF-Talk
Subject: Re: SPAM-LOW: Re: cfchart not working on new server

Actually this is starting to make sense...

If you add /CFIDE as a virtual dir and add GraphData.cfm to it, then IIS
won't balk as per the other message in this thread (can't recall who
posted it), but will allow the URL to be executed. Then, since the URL
is actually a Jrun servlet mapping, Jrun itself never tries to execute
the physical file because the servlet mapping fires.

So by adding a virtual directory of CFIDE and adding that cfm template,
you're satisfying IIS to let it pass the URL along to Jrun... which then
handles the call without ever even looking at the physical files.

If I were you, I'd fix the issue outlined in the message posted about
the IIS issue not executing missing files rather than adding a CFIDE
virtual directory to all your sites...

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:209222
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to