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

Restarting Coldfusion Server

Contributor ,
Mar 29, 2012 Mar 29, 2012

Hi All,

Is there anyway we can restart the coldfusion server through any code or Admin API?

We are having coldfusion MX 7. We do not have access to to the server for restarting. Every time we need to wait for the Administrator to restart it.

I want to know is there any Admin API which we can use to restart the server?

Thanks in advance for your help..:)

TOPICS
Server administration
8.7K
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 ,
Mar 29, 2012 Mar 29, 2012

Have you looked at the docs? Only relevant one is serverinstance.cfc - "Start, stop, and restart JRun servers. This CFC only works when running the multiserver configuration"

Generally a website wouldn't have permissions to restart a Windows service, so no.

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
LEGEND ,
Mar 29, 2012 Mar 29, 2012

Are you talking about a server admin or a cf admin?

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
Community Expert ,
Mar 30, 2012 Mar 30, 2012

meensi wrote:

Hi All,

Is there anyway we can restart the coldfusion server through any code or Admin API?

We are having coldfusion MX 7. We do not have access to to the server for restarting. Every time we need to wait for the Administrator to restart it.

I want to know is there any Admin API which we can use to restart the server?

For MX7 standard edition on Windows, you can start/stop the server by running the cfstart/cfstop batch files in C:\CFusionMX7\bin. 

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 ,
Apr 01, 2012 Apr 01, 2012
LATEST

Hi all,

THanks for your suggestions, will try and let you know..

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