Copy link to clipboard
Copied
Hello,
I originally posted this in the Administrator forum but did not get an answer, so i am hoping it will get better visibility here. Thanks in advance for reading!
I am trying to figure out how to start/stop/restart my coldfusion servers from server manager. I have seen the instruction at this link:
http://help.adobe.com/en_US/ColdFusion/9.0/Admin/WSfd7453be0f56bba4-2a 6b48f122a6582c7f-7ffe.html
However it mentions "place the jrunappstartup.war file under the directory <CF_Home>/runtime/servers/admin"
I do not know where to get this file from. Please help!
I am running ColdFusion enterprise standalone.
Any help is much appreciated,
Thanks,
David
Copy link to clipboard
Copied
I'm at a loss. How can a feature exist yet nobody seems to know how to use it? Any help is greatly appreciated!
Copy link to clipboard
Copied
Hello David,
Thought I would post other thread here where we discussed this:
http://forums.adobe.com/thread/847610
Perhaps keeping the discussion alive will help and someone who knows the CF Server Manager product well will respond. Alternatively maybe it is a bug and perhaps something can be posted on the bug list:
http://cfbugs.adobe.com/cfbugreport/flexbugui/cfbugtracker/main.html
HTH, Carl.
Copy link to clipboard
Copied
Not sure, whether it helps..
Try this.
Type services.msc in the Run command; there will be a window opening, in that you can see Coldfusion services which are running, right click on the Coldfusion 9 Application server and stop it.
Copy link to clipboard
Copied
I am on a Windows 2003 server, so I use a scheduled task that recycles the services nightly. One job to bring the services down and back up:
net stop ColdFusion 9 Application Server
net stop ColdFusion 9 ODBC Agent
net stop ColdFusion 9 ODBC Server
net start ColdFusion 9 Application Server
net start ColdFusion 9 ODBC Agent
net start ColdFusion 9 ODBC Server
I'm not sure if that is what you are asking for, but thought I would provide my help.
Libby H.