Apr 27, 2007 #1 overDeveloper Programmer Dec 11, 2006 58 US How would I stop/start CF via command line?
Apr 27, 2007 #2 philhege Programmer Feb 1, 2001 2,114 US Depends on what the service is ID'ed as. With my 4.5 dinosaur, Windows (don't know the other flavors): NET STOP "Cold Fusion Application Server" NET START "Cold Fustion Application Server" If you're doing this as a restart, put SLEEP inbetween the commands. Phil Hegedusich Senior Programmer/Analyst IIMAK http://www.iimak.com----------- Not NULL-terminated yet. Upvote 0 Downvote
Depends on what the service is ID'ed as. With my 4.5 dinosaur, Windows (don't know the other flavors): NET STOP "Cold Fusion Application Server" NET START "Cold Fustion Application Server" If you're doing this as a restart, put SLEEP inbetween the commands. Phil Hegedusich Senior Programmer/Analyst IIMAK http://www.iimak.com----------- Not NULL-terminated yet.