need some help with event gateways

2006-09-19 Thread Phill B
I'm trying to do a basic directory watcher but I'm not having much luck. Can some one point me to a good tutorial for this? Thanks -- Phil ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,

Re: need some help with event gateways

2006-09-19 Thread Michael Dinowitz
What issues are you having? I'm trying to do a basic directory watcher but I'm not having much luck. Can some one point me to a good tutorial for this? Thanks -- Phil ~| Introducing the Fusion Authority Quarterly Update. 80

Re: need some help with event gateways

2006-09-19 Thread Dave Carabetta
On 9/19/06, Michael Dinowitz [EMAIL PROTECTED] wrote: What issues are you having? I'm trying to do a basic directory watcher but I'm not having much luck. Can some one point me to a good tutorial for this? Hi Phil, Jeff Peters recently published an article in the CFDJ specifically on the

Re: need some help with event gateways

2006-09-19 Thread Phill B
I took the examples I've found and made a cfc that watches a directory for changes. I then tried to start my new gateway and it fails. I looked in the logs and I cant find any real error message. Just that it tried to start it. I tried to start the ones that came with MX7 and those fail to start

Re: need some help with event gateways

2006-09-19 Thread Michael Dinowitz
One of the problems with gateways is that they operate in a different 'space' than a standard CF application and if an error is thrown, the site wide error handler does not handle it. What I do is have a separate gateway directory with my gateways in it (actually gateway stubs) along with an

Re: need some help with event gateways

2006-09-19 Thread Phill B
Thanks Michael. I got it working now and ready to have some fun. WooWho! On 9/19/06, Michael Dinowitz [EMAIL PROTECTED] wrote: One of the problems with gateways is that they operate in a different 'space' than a standard CF application and if an error is thrown, the site wide error handler