I've actually seen this as well. I deleted my whole htdocs folder and ... no matter what I didn't I couldn't get IE to stop seeing a site that was at localhost. I even cleared the IE cache. I ended up finding the "E:\Development\CFusionMX\wwwroot\WEB-INF\cfclasses" folder and moving the content to another directory. Once I did that, IE no longer found a website in my htdocs folder (which, is what it was supposed to do).
To get around this: ::Installed path::/cfusionmx/runtime/servers/default/SERVER-INF/jrun.xml and look for: <attribute name="cacheRealPath">true</attribute> Change that 'true' value to 'false'. I've actually had a case in my production site where another hosted site was coming up as my primary domain because of the caching issue. If you have anymore suggestions on this Ray, I'd be glad to hear it. ~Todd On Tue, 18 Jun 2002, Raymond Camden wrote: > I'm sorry - but what do you mean about it 'has' to be cached? The only > issue I know of with CFC and caching is with web services. If you call a > CFC as a WS, then modify the CFC, you need to refresh the cache in the > cf admin (see the web services panel) before you call the WS again. > > ======================================================================= > Raymond Camden, ColdFusion Jedi Master for Macromedia > > Email : [EMAIL PROTECTED] > Yahoo IM : morpheus > > "My ally is the Force, and a powerful ally it is." - Yoda > > > -----Original Message----- > > From: Neil H. [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, June 18, 2002 11:12 AM > > To: CF-Talk > > Subject: Re: Kevin Towes Presentation. > > > > > > Yeah yeah that is what I meant :) but it can't find it > > there! And it HAS > > to be cached since I remove the .cfc. Is there a way to > > eliminate this > > cache? > > > > Neil > > > > ----- Original Message ----- > > From: "Raymond Camden" <[EMAIL PROTECTED]> > > To: "CF-Talk" <[EMAIL PROTECTED]> > > Sent: Tuesday, June 18, 2002 10:58 AM > > Subject: RE: Kevin Towes Presentation. > > > > > > > You wold use: "modules.HelloWorld" - remember to NOT use .cfc. > > > > > > > > ============================================================== > > ========= > > > Raymond Camden, ColdFusion Jedi Master for Macromedia > > > > > > Email : [EMAIL PROTECTED] > > > Yahoo IM : morpheus > > > > > > "My ally is the Force, and a powerful ally it is." - Yoda > > > > > > > -----Original Message----- > > > > From: Neil H. [mailto:[EMAIL PROTECTED]] > > > > Sent: Tuesday, June 18, 2002 10:55 AM > > > > To: CF-Talk > > > > Subject: Re: Kevin Towes Presentation. > > > > > > > > > > > > Todd, > > > > I understand that but you keep saying \com\macromedia... > > > > > > > > If I have : > > > > > > > > MODULES > > > > - HelloWorld.cfc > > > > Test.cfm > > > > > > > > where HelloWorld.cfc is in the modules subdirectory on the > > > > same level as > > > > test.cfm would i then use > > > > > > > > modules.HelloWorld.cfc? > > > > > > > > Is there something that needs to be changed to adjust > > that caching? > > > > > > ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

