A quick fix is to run a batch file which stops and starts the various
services e.g.

put the following lines into a text file and save it as cfreboot.bat

net stop "World Wide Web Publishing Service"
net stop "Cold Fusion Application Server"
net stop "Cold Fusion RDS"
net stop "Cold Fusion Executive"
net stop "SiteMinder Authentication Service"
net stop "SiteMinder Authorization Service"



net start "SiteMinder Authorization Service"
net start "SiteMinder Authentication Service"
net start "Cold Fusion Executive"
net start "Cold Fusion RDS"
net start "Cold Fusion Application Server"
net start "World Wide Web Publishing Service"

In the long term, reinstalling with spectra 1.0.1 works for us.


Jon Trow 

[EMAIL PROTECTED] 





------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to