CFM files compiles to .class files, but there is not a complete copy of ColdFusion in each .class file. ColdFusion itself needs to be present as it provides all sorts of runtime and application services that are invoked by the bytecode in those .class files.
--- Ben -----Original Message----- From: Matthew R. Small [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 01, 2002 2:48 PM To: CF-Talk Subject: RE: Distributing self-contained CFMX apps Does that mean that they aren't 100% java? On another note... where does CFMX keep its information that used to be in the registry on windows machines? Is it still in the registry? - Matt Small -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 01, 2002 2:35 PM To: CF-Talk Subject: RE: Distributing self-contained CFMX apps No, I don't think so. --- Billy Cravens -----Original Message----- From: Matthew R. Small [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 01, 2002 1:35 PM To: CF-Talk Subject: RE: Distributing self-contained CFMX apps I'm sure they don't, but just for curiosity's sake. It will run, right? Unless the MM classes blow up when removed from their protective CF shell. - Matt Small -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 01, 2002 2:17 PM To: CF-Talk Subject: RE: Distributing self-contained CFMX apps No, I don't think MM supports this. --- Billy Cravens -----Original Message----- From: Matthew R. Small [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 01, 2002 1:17 PM To: CF-Talk Subject: RE: Distributing self-contained CFMX apps Yeah, I was thinking that. But as a point of curiosity, you could just take the CF classes and your template classes after compilation and run them on any java server, right? Or am I missing something? - Matt Small -----Original Message----- From: Mk [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 01, 2002 2:37 PM To: CF-Talk Subject: Re: Distributing self-contained CFMX apps Matt, It doesn't work quite that way. because the class files are actually a collection of callse to Java classes that are a part ofthe CFMX installation, they will NOT run without the CFMX run time. Mark ----- Original Message ----- From: "Matthew R. Small" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, May 01, 2002 1:06 PM Subject: RE: Distributing self-contained CFMX apps > If the CF templates are compiled into classes, could you then run them > on any ol' servlet web server? Would that violate the license > agreement? > > - Matt Small > > -----Original Message----- > From: Craig Thomas [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 01, 2002 1:58 PM > To: CF-Talk > Subject: RE: Distributing self-contained CFMX apps > > >>Yeah, but self-contained apps would require one license per app, as > opposed to one application server running multiple apps.<< > > Very good point. > > -Craig > > > > ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

