--
To post to this group, send email to mach-ii-for...@googlegroups.com
For more options and to unsubscribe, visit this group at http://groups.google.com/group/mach-ii-for-coldfusion?hl=en
SVN: http://svn.mach-ii.com/machii/
Wiki / Documentation / Tickets: http://trac.mach-ii.com/machii/
In the past (and present, actually) I've set up a flag in OnRequestStart() that looks for a url param that no one would ever ever try passing in.....
<cfif param exists (and its value is good, etc)>
<cfset structClear(application) />
<cfset onApplicationStart() />
</cfif>
It's extremely dirty, and probably exerts a non-zero load on the server for having to be checked on every request, but it's eminently usable and can easily be scheduled (just point your scheduled task at a url and attach ?superSpecialParamBomb=momerath to it)...
--Joe
On Mon, Mar 26, 2012 at 6:34 AM, RobM <anim...@gmail.com> wrote:
Was it something I said? Or is that not possible?
On Wednesday, March 21, 2012 1:20:18 PM UTC-4, RobM wrote:Hello, I'm using version 1.5 and trying to find a way to reload the cached components in the various environments (ex. production) without having to log into the application. I have considered upgrading and using the dashboard, but there are security concerns about having the dashboard in production, as it might be accessible from the outside and the password option is hardcoded into the config file. Also, there is a web cluster in place, meaning each time a release is made, someone would have to go in and manually reload the components on each node in the cluster. Is there any other way to manually reload the components without the user needing to log in, and perhaps a way to schedule it nightly?--
Thanks in advance,
Rob
To post to this group, send email to mach-ii-for-coldfusion@googlegroups.com
For more options and to unsubscribe, visit this group at http://groups.google.com/group/mach-ii-for-coldfusion?hl=en
SVN: http://svn.mach-ii.com/machii/
Wiki / Documentation / Tickets: http://trac.mach-ii.com/machii/
--
To post to this group, send email to mach-ii-for...@googlegroups.com
For more options and to unsubscribe, visit this group at http://groups.google.com/group/mach-ii-for-coldfusion?hl=en
SVN: http://svn.mach-ii.com/machii/
Wiki / Documentation / Tickets: http://trac.mach-ii.com/machii/
--Kurt