It sounds like maybe you're got trusted cache turned on. You need to
manually turn this off if hosting multiple sites (multi-homed). Here's
the info. There are a few other pitfalls re multi-homed servers, e.g.
with flash remoting. 

When ColdFusion MX is installed on a multihomed server, edit the
application server's jrun.xml file to disable the stand-alone web server
and pathname caching.
1.      Stop the ColdFusion MX Application Server service using the
Services Control Panel. 
2.      Back up the existing
cf_root\runtime\servers\default\SERVER-INF\jrun.xml. Where cf_root is
your ColdFusion MX installation root. 
3.      Edit the WebService section of jrun.xml so that the deactivated
attribute is True: 
<attribute name="deactivated">true</attribute>
4.      Edit the ProxyService section of jrun.xml so that the
cacheRealPath attribute is False: 
<attribute name="cacheRealPath">false</attribute>
5.      Save jrun.xml and restart the ColdFusion MX Application Server
service. 


> -----Original Message-----
> From: Kazmierczak, Kevin [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, 25 February 2003 1:31 p.m.
> To: CF-Talk
> Subject: Multiple Sites in IIS and CFMX probelm
> 
> 
> Hello,
> 
>  
> 
>           I am having a strange problem with an IIS4.0 and cfmx
> configuration.  We have about 7 different sites set up in 
> IIS, for this
> example named (site1-site7).  The problem is that it seems if 
> you go to
> site1/index.cfm or site2/index.cfm or site3/index.cfm or ... 
> site7/index.cfm
> the same index.cfm shows up across all sites.  And the weird 
> thing is that
> it isn't always the same index.cfm file, it changes every 
> once in a while.
> Any ideas what is going, sounds like it is something simple, 
> I just can't
> find it.
> 
>  
> 
> Thanks.
> 
>  
> 
> -----------------------------------------------
> 
> Kevin Kazmierczak, CCNA
> 
> Application Developer
> 
> Alfred University
> 
> Alumni Hall
> 
> 607-871-2334
> 
> [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> 
> 
>  
> 
> 
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to