Skip to main content
Participant
January 6, 2009
Question

compiling a cfc/cfm coldfusion file

  • January 6, 2009
  • 2 replies
  • 2600 views
I've got the source code for an app in coldfusion that I'd like to compile.

There are a bunch of cfc and cfm files. I have coldfusion 8.0 installed on the server too.

These cfc and cfm files work with java I believe.

Would anyone have any ideas how to comfile these cfc/cfm files to work with java?

Any questions, please feel free to ask. Thanks!

    This topic has been closed for replies.

    2 replies

    Inspiring
    January 6, 2009
    tom12c wrote:
    > Would anyone have any ideas how to comfile these cfc/cfm files to work with
    > java?
    >

    Just to give you a heads up on that you are going to read from JR's link.

    CFML is, more or less, a scripted language and you do not compile it.
    The code does get compiled, but usually at run time when you access a
    .cfm or .cfc file on a web server configured with the ColdFusion
    application server.

    There are methods to pre-compile code as of the latest version I
    believe, but it is often not bothered with.




    Inspiring
    January 6, 2009