RE: [ACFUG Discuss] client scope not updating

2007-04-06 Thread Darin Kohles
If your functions do not live under the same web root as your Flash, but rely on CF mapping, you might want to set up an extension file locally. This basically instantiates the cfc in the local scope: cfcomponent extends=CFMapping.cfcFile /cfcomponent Darin Kohles, Application Developer [EMAIL

Re: [ACFUG Discuss] client scope not updating

2007-04-06 Thread Steven Ross
Our flash application is under the same webroot as our cfc's. I have talked to some other folks and it seems like this is either a bug or it is just an undocumented limitation [ is that the same thing? ; ) ] We see the request come in and log the client scope and then when the page returns it

[ACFUG Discuss] IIS 5, CF, and gzip

2007-04-06 Thread Douglas Knudsen
Ok, I know we saw John's preso and he covered this, but I was messing with this today with Tomcat and Flex, worked a treat. Os, why can't I get this to work with IIS, CF, and remoting in CF? I read this

RE: [ACFUG Discuss] IIS 5, CF, and gzip

2007-04-06 Thread John Mason
Do you have to use IIS 5? Caching in IIS 6 is far easier to do and a lot less buggy. John [EMAIL PROTECTED] _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Douglas Knudsen Sent: Friday, April 06, 2007 2:05 PM To: discussion@acfug.org Subject: [ACFUG Discuss] IIS 5,

Re: [ACFUG Discuss] IIS 5, CF, and gzip

2007-04-06 Thread Douglas Knudsen
yeah, stuck in IIS 5 for now. Big cost here to start migrating data centers to win 2003! Some movement is about on migrating to linux though and I'm seriously thinking of moving to Apache, which would make this a no brainer, eh? But some future SSO stuff may keep me from doing it, its cake to

Re: [ACFUG Discuss] IIS 5, CF, and gzip

2007-04-06 Thread Douglas Knudsen
well, cranked up Charles and looks like it is working HTTP/1.1 200 OK Server: Microsoft-IIS/5.0 Date: Fri, 06 Apr 2007 18:37:24 GMT X-Powered-By: ASP.NET Connection: close Set-Cookie: CFID=82905;path=/ Set-Cookie: CFTOKEN=7a28c93e3a77dd6d%2DC80163897D0%2D802E%2DDC80%2D89CC5C72D1D64F2C;path=/

[ACFUG Discuss] DreamWeaver Regular Expression Find and Replace

2007-04-06 Thread Benjamin Bloodworth
The DreamWeaver documentation says that you can use the caret symbol ^ in a regular expression to the match the beginning of input or line. Does anyone know how to make it match based on line and not the start of the document? Example Text 1. 2. 3. Regular Expression ^[0-9]\. This

RE: [ACFUG Discuss] IIS 5, CF, and gzip

2007-04-06 Thread John Mason
Working with the metabase is fine. Just make sure you have good backups in case something goes wrong. There's not much info on it because most people don't go there :) Looks like you got the main items knocked out though already. Feel free to emaill me off list if you have any particular issues