The Jetty/OpenBD bundle has a README that says: "In this setup, there is only ONE instance of OpenBD running. So datasources and CFML tags are shared amongest all your webservers. Application's will also be shareable if you give the <cfapplication name="xx"> the same in each of your web servers."
This confuses me, so I have a couple of questions: 1. Does the snippet above refer to <cfapplication name="xx"> in bluedragon.xml or Application.cfm? 2. What's the use of <cfapplication /> in bluedragon.xml? Can we set some default parameters here if they're not defined in the <cfapplication /> tag in Application.cfm? Are they global? 3. Is it possible to have multiple <cfapplication /> elements in bluedragon.xml, each with a name corresponding to the name="xx" in Application.cfm? 4. What does the <enabled /> element inside <cfapplication /> in bluedragon.xml mean? 5. How can I disable sessions, like <cfapplication sessionenabled="false" ... /> for an application? Any help appreciated :) --~--~---------~--~----~------------~-------~--~----~ Open BlueDragon Public Mailing List http://groups.google.com/group/openbd?hl=en official blog @ http://blog.openbluedragon.org/ !! save a network - trim replies before posting !! -~----------~----~----~----~------~----~------~--~---
