Re: CFCs - any way to reload other than cycle CF service?

2003-03-09 Thread Willy Ray
Bingo. That's exactly what's going on. Duh. Thanks! Willy >>> [EMAIL PROTECTED] 03/09/03 01:41PM >>> >I overlooked that fact >that I was putting the cfc in the session scope, and it wasn't >recompiling :) Doh... ~~~

Re: CFCs - any way to reload other than cycle CF service?

2003-03-09 Thread jonhall
Just a thought, try setting cachedrealpath to false in cfusionmx/runtime/servers/default/SERVER-INF/jrun.xml... Other than that, I had the same problem once...I overlooked that fact that I was putting the cfc in the session scope, and it wasn't recompiling :) Doh... -- mailto:[EMAIL PROTECTED] S

RE: CFCs - any way to reload other than cycle CF service?

2003-03-09 Thread Willy Ray
Alrighty, Trusted Cache is not on. These aren't web services. They're public-access CFCs. I make a little change, and my pages that are using the CFC can't see new methods, or new code within old methods until I've cycled the server. Willy >>> [EMAIL PROTECTED] 03/09/03 12:42PM >>> Actually,

RE: CFCs - any way to reload other than cycle CF service?

2003-03-09 Thread Willy Ray
Actually, I develop and somebody else manages the server. I know, I know. ;) I'll check that Trusted Cache setting. Thanks. Willy >>> [EMAIL PROTECTED] 03/09/03 12:26PM >>> Anyway, the problems I've run into are not consistent, which makes me think you are referring to the fact that ColdFus

RE: CFCs - any way to reload other than cycle CF service?

2003-03-09 Thread Benjamin S. Rogers
Depends. If you are talking about using CFCs as Web services, then you have to manually refresh these, though you don't have to do it by cycling the service. Use the following function: