We ran into problems like that with iPlanet v4.1 SP5, but it was proxy caching that 
was causing the problem, not iPlanet caching.

Adding this cfheader in Application.cfm solved the problem:

<!--- disable proxy cache, allow browser cache --->
<cfheader name="cache-control" value="private">

Chris Norloff

---------- Original Message ----------------------------------
From: "Tim Haak" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Date:  Tue, 15 Jul 2003 10:44:03 -0400

>Hello All,
>
>We recently ran into a problem with ColdFusion loading the wrong CFM pages for 
>different virtual servers hosted from the same machine.
>
>The virtual servers are running on the same iPlanet 6.0 SP4 server.  All are using 
>ColdFusion MX Enterprise (version 6,0,0,52311) on UNIX (Solaris 8).  We developed a 
>web application which will be hosted from multiple virtual servers on the same box.  
>All CFM page filenames are the same within the virtual severs and the code is 
>identical (except a few changes in the Application.cfm for each).  Site #1 is located 
>in:  "/local/web/site1/" and site #2 is located in:  "/local/web/site2/".
>
>The "index.cfm" page for site #1 appears fine in the browser however when "index.cfm" 
>for site #2 is loaded, the CF debugging information shows that all the CF pages (and 
>those included from within index.cfm) were loaded from site #1's web root directory 
>(instead of site #2's directory).  If I restart ColdFusion and bring up "index.cfm" 
>for site #2, it loads fine.  Then, "index.cfm" on site #1 displays the CF pages for 
>site #2 instead.
>
>I think the problem is with CF's page caching but haven't been able to remedy it.  
>Any ideas you can provide would be greatly appreciated.
>
>Thanks,
>
>
>Tim Haak
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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

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

Reply via email to