On Sun, 13 Feb 2005 11:27:52 -0500, Dave Watts <[EMAIL PROTECTED]> wrote: > > Am I right to assume that when I hear abour sourceless > > deployment in CFMX7, that that really means creating a > > EAR/WAR package? The thing is I find it overkill to > > distribute an application with basically a fully functional > > CFAdmin, etc. Is there just a way to create a sourceless > > package that people can use on CFMX7? Something like the old > > encrypt method for files, but obviously more secure? I > > haven't seen any details on if this is possible, and if it > > is, how to do it. > > > > Anyone know if this is do-able? > > As Adam pointed out, you can just use CFCOMPILE to do this with CFMX 7. > However, I'd strongly recommend that you check out the EAR/WAR deployment - > it's very slick. You don't have to include a fully-functional CF > Administrator when you use this - you have the option to do so if you want. >
I definitely agree, however one thing that should be pointed out is that you *must* include the CF runtime in the resulting EAR/WAR file. So if CF is already installed into the same instance you will be deploying to, and you don't want a separate context root, EAR/WAR deployment isn't really an option -- sourceless deployment via the cfcompile utility is the way to go in that case. Regards, Dave. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:194463 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

