Is there a way to restart a ColdFusion application without restarting the entire server?
There are two ColdFusion applications running on a server and I only want to
<cfset structClear(application) />
Use cfinvoke.
cfinvoke
<cfinvoke method="onApplicationEnd" component="Application"> <cfinvokeargument name="ApplicationScope" value="#application#" /> </cfinvoke>