I had this issue with 6.1, but it's the first time I've experienced it with 7. I'm not sure the save class file will help, but I'll give it a shot.
Keep in mind that this is only happening with the index.cfm file, nowhere else, and only when it's called from root. So to summarize: http://localhost/index.cfm pulls in c:\cfusionmx7\wwwroot\index.cfm http://localhost/default.cfm pulls in d:\site1\default.cfm http://localhost/app/index.cfm pulls in d:\site1\app\index.cfm http://localhost:81/index.cfm pulls in c:\cfusionmx7\wwwroot\index.cfm http://localhost:81/default.cfm pulls in d:\site2\default.cfm http://localhost:81/app/index.cfm pulls in d:\site2\app\index.cfm It's only index.cfm, and only if it's being pulled in off the root. Like I said, it's a very weird issue. >The save class files simple saves the java byte code of a given file. >As I understand it, it's the other option that caches only one >location for the file. For example, on a multi-homed server (a web >server serving more than one CF site), if the index.cfm file for site1 >is rendered first, then any calls for index.cfm on site2 will be >served site1's index.cfm because the server path for index.cfm was >cached as the path to site1. Likewise, if no file was cached and >site2 was called first then the path to index.cfm would be cached as >that of site2. > >This was a problem in v6.x because the caching value defaulted to true >(cache the path) and it wasn't available in the administrator. You >had to edit the XML config file to change it. The problem you're >describing sounds like that to me. > >On 6/13/06, Sung Woo <[EMAIL PROTECTED]> wrote: >> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:243381 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

