> ISSUE: since last week, we now have 3 sites that have > index.cfm for their default pages. It seems that after > a reboot of the server, whichever site gets called on > first, either IIS or the CF server is loading that > index.cfm page correctly, but whenever any of the OTHER > sites that use index.cfm for their homepage gets called > on after that, either IIS or the CF Server is just handing > back the index.cfm page for the previously first-accessed > site. I did some troubleshooting and when all the sites > are given index.html pages for defaults, IIS seems to be > handing back everything just fine as it should. > > MY BEST GUESS: IIS is working fine and the CFMX server is > pulling the index.cfm page right the first time it is > accessed after a reboot and it is storing it in some sort > of cache and just handing it out again thinking it's the > same file(name) everytime, regardless of the domain/directory > it should be working from..???
This sounds like the cacheRealPath problem: http://www.macromedia.com/v1/Handlers/index.cfm?ID=23179&Method=Full Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Get the mailserver that powers this list at http://www.coolfusion.com

