ColdFusion: Reset JRun server -


is there way reset jrun server within coldfusion page?

yep, can restart service want. write batch file , run cfexecute.

<cfexecute name="#filepath#restartjrun.bat"></cfexecute> 

in batch file like:

net stop "macromedia jrun cfusion server" net start "macromedia jrun cfusion server" 

as ciaran mentioned though, it's best solve performance problems rely of temporary fixes this.


Comments

Popular posts from this blog

silverlight - Applying a style to ItemContainerStyle in C# -

c# - NullReferenceException in MySqlClient.NativeDriver -

php - Updating recent updates - Problem in procedure - Any other approach? -