restart application without restarting server?

后端 未结 8 848
别那么骄傲
别那么骄傲 2020-12-10 01:35

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

8条回答
  •  北海茫月
    2020-12-10 01:59

    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.

提交回复
热议问题