Skip to main content
Participant
July 4, 2013
Question

Local CF application

  • July 4, 2013
  • 2 replies
  • 451 views

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?

    This topic has been closed for replies.

    2 replies

    BKBK
    Community Expert
    Community Expert
    July 6, 2013

    You could also use Railo. In fact, if you choose the Railo Express version, you won't have to install anything!

    Inspiring
    July 4, 2013

    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