>So do your Application.cfc files have a <cfset this.name = "etc" /> in their
>pseudo constructors?

The application name is setup exactly as you've described: "this.name = 
'myapp'". But the dsn used by queries is set in the onapplicationstart method 
by saying "application.ds = 'mydb'".

As implied before, these are separate JRun instances. They should have 
completely separate memory. Why queries to the datasource 'mydb' configured to 
use the DEV table on one instance while the datasource 'mydb' is configured to 
use the TEST table is getting screwed up is beyond me.

-Matthew 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:324299
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to