wierd. What if you update a file in d:\sites? is the change seen without changing anything under cfusion.war? In my case I have no cfm files stored under the cfusion war directories. All code is store under the one IIS website.
DK On 5/25/06, John Haigh <[EMAIL PROTECTED]> wrote: > This is why it is confusing as to where the code is being served from. > > > > Below is the debug info which shows that the code is being served from > the WAR files, and if you look further below, it show it's coming form > d:\sites. > > > > This is why it is confusing as to where the code is being served from. > > > > Below is the debug info which shows that the code is being served from > the WAR files, and if you look further below, it show it's coming form > d:\sites. > > > > Execution Time > > > > D:\JRun4\servers\TESTTWO\test.ear\test.war\Application.cfm > > > > D:\JRun4\servers\TESTTWO\test.ear\test.war\company\company_list.cfm > > > > Note the location it's being served from as d:\sites which is correct. > > > > SQL Queries > > > > SWATCH (Datasource=CJOB_FROSTBITE, Time=0ms, Records=1) in > d:\sites\Application.cfm @ 11:27:03.003 > > > > CURRENT_USER (Datasource=CJOB_FROSTBITE, Time=31ms, Records=1) in > d:\sites\Application.cfm @ 11:27:03.003 > > > > -----Original Message----- > From: Douglas Knudsen [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 24, 2006 3:46 PM > To: CF-Server > Subject: Re: CF MX 7.0 ENT Multiserver > > > > I ran a test page called instance.cfm > > > > Execution Time > > > > (0ms) D:\Inetpub\wwwroot\instance.cfm > > > > > > some CGI vars > > CF_TEMPLATE_PATH=D:\Inetpub\wwwroot\instance.cfm > > > > PATH_TRANSLATED=d:\inetpub\wwwroot\instance.cfm > > > > FYI...this littel piece of code will spit out which instance the > > cluster directed you to > > > > <cfobject action="create" type="java" class="jrunx.kernel.JRun" > name="jr" /> > > <cfset servername = jr.getServerName() /> > > <p><cfoutput>JRun Server Name: #servername#</cfoutput></p > > > > > > DK > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:10:5947 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/10 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:10 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.10 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
