use cfexecute tag.

Stopping
========
<cfexecute name="c:\winnt\system32\net.exe"
           arguments='stop "Cold Fusion Application Server"'></cfexecute>
<cfexecute name="c:\winnt\system32\net.exe"
           arguments='stop "Cold Fusion Executive"'></cfexecute>
<cfexecute name="c:\winnt\system32\net.exe"
           arguments='stop "Cold Fusion RDS"'></cfexecute>
<cfexecute name="c:\winnt\system32\net.exe"
           arguments='stop "ColdFusion Graphing Server"'></cfexecute>


Starting
========
<cfexecute name="c:\winnt\system32\net.exe"
           arguments='start "Cold Fusion Application Server"'></cfexecute>
<cfexecute name="c:\winnt\system32\net.exe"
           arguments='start "Cold Fusion Executive"'></cfexecute>
<cfexecute name="c:\winnt\system32\net.exe"
           arguments='start "Cold Fusion RDS"'></cfexecute>
<cfexecute name="c:\winnt\system32\net.exe"
           arguments='start "ColdFusion Graphing Server"'></cfexecute>

Anthony Petruzzi
Webmaster
954-321-4703
http://www.sheriff.org


-----Original Message-----
From: Douglas Brown [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 08, 2002 1:19 PM
To: CF-Talk
Subject: Re: Stop/restarting CF from a web page


Here is a custom CFX tag for this, but i believe it is for NT

http://devex.macromedia.com/developer/gallery/info.cfm?ID=A155CF05-7445-11D4
-AAA
400508B94F380&method=Full







"Success is a journey, not a destination!!"



Doug Brown
----- Original Message -----
From: "phumes1" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, April 08, 2002 10:08 AM
Subject: Re: Stop/restarting CF from a web page


> Hi,
>
> How can I stop and start the CF server from within a webpage?
>
>
>
>
+---------------------------------------------------------------------------
----
----+
>
> Philip Humeniuk
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
>
+---------------------------------------------------------------------------
----
-----+
>
>
> 

______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to