Is there a way to reset the JRun server from within a ColdFusion page?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yep, you can restart any service you want. Just write a batch file and run with cfexecute.
In the batch file something like:
As Ciaran mentioned though, it’s always best to solve performance problems than rely of temporary fixes like this.