Re: [flexcoders] Flex, remoting, and dev/production environments

2006-08-02 Thread Rick Root
Rick Root wrote: When building a flex app that uses remoting with coldfusion... if I'm building on my local machine and get it all working using my local coldfusion server, can I just copy the files to the production server, assuming the mappings and everything are set up the same? Or

Re: [flexcoders] Flex, remoting, and dev/production environments

2006-08-02 Thread Clint Tredway
I know that this isn't always possible, but if you make your dev production directory structure the same, then it will work. Thats how I am doing my development and it works for me. On 8/2/06, Rick Root [EMAIL PROTECTED] wrote: Rick Root wrote: When

Re: [flexcoders] Flex, remoting, and dev/production environments

2006-08-02 Thread Douglas Knudsen
as long as your paths are the same, no need to re-compile at all. Remember CFCs need a full dot path from the web root, custom tag directory, or mapping. DKOn 8/2/06, Rick Root [EMAIL PROTECTED] wrote: Rick Root wrote: When building a flex app that uses remoting with coldfusion... if I'm