Take a peek at the bootstrapper documentation (it's the file that your Application.cfc extends):
http://greatbiztoolsllc.trac.cvsdude.com/mach-ii/wiki/UsingTheBootstrapper Most importantly is the MACHII_CONFIG_MODE. The documentation explains the different settings. The config mode does not check the timestamps of your CFCs -- only the XML file. Mach-II caches all listeners, filters, plugins and properties when the framework loads for performance. When you make a change to one of those CFCs then you need to reload the framework manually or touch your Mach-II XML file if you are using the config mode of 0 (dynamic). The easiest solution is to use the Mach-II Dashboard module which gives you a nice GUI to reload the framework and if you are using Simplicity (1.8) -- the ability to reload a single listener or filter. The documentation has some nice screenshots if you want to see how it works: http://greatbiztoolsllc.trac.cvsdude.com/mach-ii/wiki/Dashboard Best, .Peter jarthel said the following on 06/10/2009 09:35 PM: > What variable should I be changing? I looked at my application.cfc and > mach-ii.cfc and nothing seems appropriate. > > here's my application.cfc: http://www.pastebin.ca/1456114 > > thanks again for the help > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to Mach-II for CFML list. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/mach-ii-for-coldfusion?hl=en SVN: http://greatbiztoolsllc.svn.cvsdude.com/mach-ii/ Wiki / Documentation / Tickets: http://greatbiztoolsllc.trac.cvsdude.com/mach-ii/ -~----------~----~----~----~------~----~------~--~---
