Further to my app problem, I output two CGI variables: CGI.CF_TEMPLATE_PATH and 
CGI.PATH_TRANSLATED.

CGI.CF_TEMPLATE_PATH = I:\WebRoot\siteOne\index.cfm
CGI.PATH_TRANSLATED = I:\WebRoot\siteTwo\index.cfm

How can this be??
I'm still as stuck as I was five hours ago... :o(
Have been reading through volumes of MM forum stuff. Can't find anything.

My two sites both use four frames, and on refresh, each frame can vary from using the 
application.cfm from siteOne and using application.cfm from siteTwo.

Douglas

-----Original Message-----
From: Douglas Humphris 
Sent: 09 September 2002 15:10
To: [EMAIL PROTECTED]
Subject: [ cf-dev ] CFMX applications


Okay has anyone come across this before:

2 CF applications running on a box with CFMX and IIS. They are very similar 
applications. Each has application.cfm in it's root with:
cfapplication name="AppOne"
cfapplication name="AppTwo" respectively. 

Also, in application.cfm I output the application name to see that it runs the correct 
application.cfm.

The first time I run one of the apps, it runs fine. Then I run the second app and it 
outputs the name of the first application. I refresh and it outputs the correct name. 
Then I run the first app again and it now outputs the name of the second application.

So it seems that the application.cfm files are getting mixed up and cached over each 
other. Any suggestions on how to fix this, please.

Cheers, Douglas

--
Douglas Humphris, Programmer
http://www.unitech.net


-- 
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]


--
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

Reply via email to