To kill all class files: cd /opt/coldfusionmx/wwwroot/WEB-INF/cfclasses rm * /opt/coldfusionmx/bin/coldfusion restart
To just kill the one file you want to kill: cd /opt/coldfusionmx/wwwroot/WEB-INF/cfclasses rm *filename* (no extension) /opt/coldfusionmx/bin/coldfusion restart -Cameron ----------------- Cameron Childress Sumo Consulting Inc. --- cell: 678-637-5072 aim: cameroncf email: [EMAIL PROTECTED] -----Original Message----- From: Ryan Stille [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 11:16 AM To: CF-Linux Subject: Force recompile of compiled CFMX code? I'm having some problems with custom tags on our new CFMX installation. One of the pages says in the debugging info that it is calling a customtag from the local directory, the directory that the current template is being run from. The only thing is, the file does not exist in there. But it used to. I've restarted the server but it still thinks it's calling it from there. There is a different version of the file in /opt/coldfusionmx/CustomTags, but it won't call that version. Is this a common problem? If I can force it to get rid of the cached compiled files I think that might fix my problem. Thanks for any help. -Ryan ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=14 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=14 Get the mailserver that powers this list at http://www.coolfusion.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.14
