Skip to main content
Known Participant
February 2, 2007
Question

webservice calling cfm pages

  • February 2, 2007
  • 1 reply
  • 245 views
For some reason a web service I wrote is calling either Application.cfm or onRequestEnd.cfm (or both). How do I stop these files from being loaded? Should I just throw my web services into another directory?

Seems like a pretty simple question, but I'm still getting used to writing web services.
    This topic has been closed for replies.

    1 reply

    BKBK
    Community Expert
    Community Expert
    February 4, 2007
    Should I just throw my web services into another directory?
    Yes, even giving the directory its own Application.cfm. Alternatively, you can place the files in a directory outside the web root, and then create a web server, not Coldfusion, mapping to that directory.