Copy link to clipboard
Copied
How can I use a coldfusion application locally without an coldfusion server?
I wrote an cf-application and a friend wants to use it on his pc. but he does not want to buy a cf server.
What could I do that my app runs on his pc?
Copy link to clipboard
Copied
You can't. CFML is just source code: you need the CF server to compile and execute it.
That said, the developer edition of ColdFusion is free anyhow, so that should be sufficient for his needs.
--
Adam
Copy link to clipboard
Copied
You could also use Railo. In fact, if you choose the Railo Express version, you won't have to install anything!