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
If you are using application.cfc, stick this at the top of your onRequestStart function:
Then you can pass a url var to any cfm and the app will reset.