Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How can I stop coldFusion Server?

Status
Not open for further replies.

Slej

Programmer
Aug 28, 2002
11
AE
Hello,
I need to stop coldFusion Server 5 and run it again.
I appreciate your help
 
Hi man,
Thanks for your reply
I didn't find any of the files!!
I'm using win2k, i tried to stop it by going to the MMC (Start>>Run>>mmc) but i didn't see any services there!!

any suggestions??
 
Restart your computer? Never hurts anyway... or is something you need to do on a routine basis? Did I help?
Vote!
 
webmigit,
unfortunately, you didn't help ;)

there is a file called "ntConsoleJava.e" that consumes more than 90% of my CPU..some guys suggested to delete the contents of the "CFUSION/jrun/servers/cfam/runtime/" contents .... i couldn't delete the files without stopping CFServer! that's why i need to stop it.

Help help help help help ... my CPU is in danger :'(
 
On Windows 2000 (on the server itself), go to the Administrative Tools and find Services. Open that up, find ColdFusion Application Server, and tell it to stop. When it finishes stopping, do whatever you needed to do to those files, then start the service.

Or, from a command prompt on the server itself, type this:

net stop "Cold Fusion Application Server"

To start it, type this:

net start "Cold Fusion Application Server"

Of course, you need to be logged onto the machine as an administrator-level user to do all this, but I'm assuming you knew that.

Also, check the hotfixes article:


(Right now, accessing that URL seems to do nothing, but believe me, it was the Macromedia article with links to all the hotfixes for CF last I checked.)

There are at least one or two that talk about the problem you're having.

Hope this helps.
 
on win2k what you need to do is to go to the administrative tools in control panel

start->control panel->administrative tools->services

find the coldfusion server in there and click stop and then start.

I wouldn't delete the files that are in any directory on the word of someone unless it is macromedia of course.

I seem to remember reading something about this on the Macromedia support site. At the moment I can't get on there for some reason or another. will ahve a look later and see if i can find anything then !

hope this helps
 
You can create a new text document and paste these lines in it:
Code:
net stop "Cold Fusion Application Server"
net start "Cold Fusion Application Server"
Save the document as cfcycle.bat to your desktop/quick lauch bar/wherever and now you have a double-click way to stop and start the CF Application Server. You can also stop and start the other CF services this way.

-Tek
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top