Hi Douglas, Yes perhapse you are right but we can always do better in hind-sight...
L. -----Original Message----- From: Douglas Humphris [mailto:[EMAIL PROTECTED]] Sent: 10 September 2002 10:14 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] CFMX applications Lucas, Thanks very much. I guess I (or the sys admin) should have read the release notes more carefully...but really, surely this is a fairly fundamental issue to be given such little coverage. Perhaps a checkbox when installing to choose whether to optimise for a single site, or multiple sites would have done the trick. I spent a lot of time yesterday scanning through forum threads and documentation...looking for known IIS caching problems, IE caching issues, turning of CF caching, and talking to various people about this. It's not as if I didn't try... Ah well, at least it's working now. Cheers, Douglas -----Original Message----- From: Lucas Sherwood [mailto:[EMAIL PROTECTED]] Sent: 10 September 2002 09:00 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] CFMX applications Yeah, this is a know problem (it was even in the release notes) Edit c:/cfusionmx/runtime/servers/default/SERVER-INF/jrun.xml and change the value of the following option from true to false. <!-- set this to false for multi-hosted sites --> <attribute name="cacheRealPath">true</attribute> -----Original Message----- From: Douglas Humphris [mailto:[EMAIL PROTECTED]] Sent: 09 September 2002 18:01 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] CFMX applications 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] -- ** 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] -- ** 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]
