Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 615131
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T18:11:13+00:00 2026-05-13T18:11:13+00:00

I develop coldFusion applications on my laptop with it’s own ColdFusion 8 server with

  • 0

I develop coldFusion applications on my laptop with it’s own ColdFusion 8 server with IIS which run on Windows Vista. I am having a rather annoying problem.

The problem is whenever I make any changes to my CFC’s, it appears that unless I restart my ColdFusion Application server, the changes to my CFC’s will not take effect unti I do so. Often times, I have to restart my whole machine because Windows can’t restart the ColdFusion Application Server service. Is there a better way to reset the ColdFusion Server’s cfc cache?

This is beginning to suck up a lot of time just having to restart every so often after I make a change. Any insight would be greatly appreciated!

Thank you!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T18:11:13+00:00Added an answer on May 13, 2026 at 6:11 pm

    I guarantee you are creating these as objects in some sort of persistent scope, eg: application, session scopes. What I generally do to avoid this problem during development is create a url parameter and check for that in the application.cfm/cfc file (or wherever you are creating the objects) and recreate the objects if that url parameter is detected.

    Example:

    <cfif NOT structKeyExists(application,"myObj") OR structKeyExists(url,"reinit")>
        <cfset application.myObj = createObject("component","path.to.cfc") />
    </cfif>
    

    of course you would need to do this with every object that you are having a problem with.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I develop exclusively on VMs. I currently run Boot Camp on a MacBook Pro
I develop and manage about 45 WindowsCE5 devices. Updating applications on the devices is
I develop a number of desktop Java applications using Swing, and while Swing is
I develop applications for the PocketPC platform (.NET Compact Framework 2.0 and higher), and
I develop web applications and in my job so far, I have been waging
I develop a variety of applications and have 3-4 miscellaneous libraries that I reuse
Develop an application on Compact Framework. net 3.5 c# for Windows Mobile 6.x. In
I develop a lot of Zend Framework based applications with reusable modules (e.g. mailing
We develop a custom Windows CE-based device. To connect this to the PC via
I develop user control Date of Birth, which contains 3 DropDownList. I need to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.