Vamsi, the class files are the Java byte code that your CFML has been compiled down to. They should be stored in the respective \WEB-INF\cfclasses folder for that instance. There is probably a large number of files all starting with "cf", ending with ".class" and containing the names of your .cfm and .cfc files. You will probably want to restart CF after deleting them. And a word of warning, you server might be a little slower for a bit as it freshly recompiles all of them again.
You should be able to rename the CFIDE folder and replace it. If using IIS, you might need to stop is first if it is pointing to the folder as a virtual directory. ~Brad -------- Original Message -------- Subject: Re: Coldfusion administrator page showing unexpected constant error From: Vamsi Pappu <[email protected]> Date: Wed, June 24, 2009 9:09 am To: cf-talk <[email protected]> HI Brad, I too have the same issue, we are on multiserver configuration, may I know which class files you are referring, can we just rename the current cfide folder to something and copy the working cfide folder? Will this work out? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323874 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

