Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How to Start/Stop from Server Manager

New Here ,
May 18, 2011 May 18, 2011

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

1.9K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 19, 2011 May 19, 2011

I'm at a loss.  How can a feature exist yet nobody seems to know how to use it?  Any help is greatly appreciated!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
May 24, 2011 May 24, 2011
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
May 23, 2011 May 23, 2011

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
May 23, 2011 May 23, 2011

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources