Fantastic Gary. Thanks for looking into this. Bug 69915 is what the problem is. Luckily my site is still under development, so I can live with a suboptimal setup while I wait for a hotfix.
-Mike Chabot On 9/12/07, gary gilbert <[EMAIL PROTECTED]> wrote: > Mike, > > But thats not your problem is it? > > Its the fact that as soon as you move your directory out of wwwroot/projects > into c:/projects and point your virtual directory to that you code stops > working and inspecting the url no matter what you try or what mappings you > have in CF admin you still end up with > > http://mysite/myCFC instead of http://mysite/projects/mycfc > > right? > > with cfc:mysite.projects.mycfc.myfunction you still get the above? > > After I sent in that last email I re-read your first email again and set it > up exactly as you have it and was able to produce the same results as you are > getting. So at least I can replicate it. > > The only problem now is whats the solution... > > Creating a CF mapping doesn't seem work. I put in the correct path to the > cfc in the cfajaxproxy tag and it passes without error but produces "var > _cf_mycfc=ColdFusion.AjaxProxy.init('/mycfc.cfc','myclass');" without the > correct path info. > > I checked the known issues and found the following entry. > > 69915: The cfajaxproxy tag is not able to correctly locate CFCs that are > in symbolically linked paths on the file system. Ensure that your > CFCs are always available under hard linked paths. > > As a workaround or until someone comes up with a solution you could bind to a > URL instead of a CFC. > > Regards, > > Gary Gilbert > http://www.garyrgilber.com/blog > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Enterprise web applications, build robust, secure scalable apps today - Try it now ColdFusion Today ColdFusion 8 beta - Build next generation apps Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288302 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

