Bryce Hoffmann wrote:
I do indeed and it clearing them out followed by a reboot solved all my
problems!

No need to reboot just recycle CF Services.. its quicker :) In fact I have attached a bat that simply recycles the CFMX services and IIS giving you the option of deleting the class files if you want.


-- geoff
http://www.daemon.com.au/

del C:\CFusionMX\wwwroot\WEB-INF\cfclasses\*.*   
net stop "ColdFusion MX application server"  
net stop "ColdFusion MX ODBC Agent"  
net stop "ColdFusion MX ODBC Server"  
net stop "world wide web publishing service"  
@pause  
net start "ColdFusion MX application server"  
net start "ColdFusion MX ODBC Agent"  
net start "ColdFusion MX ODBC Server"  
net start "world wide web publishing service"

---
You are currently subscribed to farcry-dev as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to