> CF is a server side language that is not viewable > on the client side. All that will be returned is > the html. Does this help?
Hi Adam, I think he was asking more along the lines of packaging up finished CFM files for delivery to a client who would then host the site somewhere. He wants to protect the CFM files so that the client cannot alter them or copy parts of the source code for use elsewhere without his permission. In older versions of ColdFusion there was an encryption tool which would encrypt the CFM files in a way that the CF server could understand, but would not be editable. There is a decryption tool readily available which made this a moot point. I have not used the cfcompile tool myself, but it appears that using the -deploy option will compile the CFM files into Java bytecode which can be distributed to your client instead of the original CFM source code. I would test this locally before giving to your client though. -Justin ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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-newbie/message.cfm/messageid:4987 Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-newbie/unsubscribe.cfm
