http://www.corfield.org/coldfusion/codingStandards.htm#Anchor43

Douglas,

Small point, MX likes you to use Application.cfm rather than application.cfm
, you might have a caching problem, if so try switching it off, coding
guidelines at the above url if you have not got these, interesting section
there on globalization and etc. you might spot something else init.

regards


Colm





Colm Brazel MA
CB Publications

www.cbweb.net <http://www.cbweb.net>
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>







-----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]

---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.384 / Virus Database: 216 - Release Date: 8/21/2002

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.384 / Virus Database: 216 - Release Date: 8/21/2002


-- 
** 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