Thanks a ton everyone I didn't actually change the reload in production it was just something I noticed when we were testing the application in stage and I was setting up the stage environment.
I've kinda been banging my head on a wall now everything makes sense again (in regards to MG that is) -Joshua On Thu, Nov 12, 2009 at 3:50 PM, Ezra Parker <[email protected]> wrote: > > Oh, and also make sure to set the reload value back to false in the > config, as otherwise you will see a huge performance hit as the app > will reload on every request. > > -- > Ezra Parker > > > > On Thu, Nov 12, 2009 at 1:47 PM, Ezra Parker <[email protected]> wrote: >> Hi Joshua, >> >> Just setting reload to true in the XML config won't re-initialize the >> application, as the config itself is also cached. In order to re-init, >> you will need to append the reloadKey=reloadPassword combination to >> the URL -- by default this would be init=true, so if you have not >> changed these values then you should be able to re-init by hitting a >> URL like: >> >> http://www.your-domain.com/?init=true >> >> Another thing that might trip you up would be the trusted cache on the >> CF server. If this is enabled (which it often is in production), then >> you will also need to go to the CF admin and click the "Clear Template >> Cache Now" button in the Server Settings > Caching section. >> >> HTH, >> >> -- >> Ezra Parker >> >> >> >> On Thu, Nov 12, 2009 at 1:39 PM, Joshua O'Connor-Rose >> <[email protected]> wrote: >>> >>> So I've made some changes to fix some production issue. >>> >>> I've set the reload value = true >>> >>> But some things seem to be broken still it seems cfcs aren't being >>> updated to the changes I've made in the Model. >>> >>> My coworker says stopping and starting CF should fix it and while I >>> agree, let's just say I don't want to do that. >>> >>> Has this been addressed at all? Is there an article I'm missing. >>> >>> Any help would be appreciated >>> >>> -Joshua O'Connor-Rose >>> -All is Good >>> >>> >> >>> >> > > > > --~--~---------~--~----~------------~-------~--~----~ Model-Glue Sites: Home Page: http://www.model-glue.com Documentation: http://docs.model-glue.com Bug Tracker: http://bugs.model-glue.com Blog: http://www.model-glue.com/blog You received this message because you are subscribed to the Google Groups "model-glue" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/model-glue?hl=en -~----------~----~----~----~------~----~------~--~---
