You can set up a "batch file" stop/start function and call it via telnet -
safer than the http version in 4....

On NT the code is something like:

@echo off

echo stopping ColdFusion...
net stop "Cold Fusion Application Server"

echo restarting ColdFusion...
net start "Cold Fusion Application Server"

echo done.

Save it in a .bat file in the WinNt folder and connect via telnet to execute
it......


HTH

J

-----Original Message-----
From: Tim Painter [mailto:[EMAIL PROTECTED]]
Sent: 11 May 2001 16:31
To: CF-Talk
Subject: Restarting CF from Web


Hello!  In CF 4.0 there was a nifty java app that allowed me to stop and
restart CF from a web page, however it is no more in 4.5.  I no longer have
a copy of 4.0 and really need to get a copy of this.  Does anyone have a
resource to get this or an alternative that will do the same thing?

Thanks!
Tim Painter
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to