Re: Ack! CF9 pages not serving pages on IIS7.5 (404.3 error)

2011-05-12 Thread James Holmes
On 13 May 2011 13:08, Robert Rhodes wrote: > > There just has to be a decent workaround for this problem. There is: http://projects.apache.org/projects/http_server.html ~| Order the Adobe Coldfusion Anthology now! http://www.a

Re: Ack! CF9 pages not serving pages on IIS7.5 (404.3 error)

2011-05-12 Thread Robert Rhodes
Hey Kym. So are you saying that you don't have to remove and reinstall the connector every time you add a site (or change a directory)? What's the down-side of running with the ii6 extensions installed? If there is not a big performance hit, it might make sense to do so. On Thu, May 12, 2011

Re: Ack! CF9 pages not serving pages on IIS7.5 (404.3 error)

2011-05-12 Thread Robert Rhodes
Hello Russ. How would I do it manually? Are there instructions somewhere? It sure feels like that's the problem (connectors not being installed at the root level). There just has to be a decent workaround for this problem. On Thu, May 12, 2011 at 2:08 AM, Russ Michaels wrote: > > I haven't

Re: Ack! CF9 pages not serving pages on IIS7.5 (404.3 error)

2011-05-12 Thread Robert Rhodes
Andrew, thanks. That is exactly what I was experiencinging. I am quite surprised that this problem has not been sorted out by Adobe. I really like CF, but this seems a bit lame. I briefly tried installing the connector on individual sites, but it didn't seem to work (was still getting 404.3 er

Exclusive Named Locks around two seperate chunks of code

2011-05-12 Thread Brook Davies
Hi Guys, I am trying to set up an inventory/ticket purchasing system. I have a table that stores the available quantity, and I have a form where users can purchase tickets. The form shows the current number of available tickets. I have another table that I am using to hold pre-authorizations

Re: Model Glue

2011-05-12 Thread Phillip Vector
>From my understanding, if it can be put into the CF Administrator, it can work. On Thu, May 12, 2011 at 5:32 PM, Ken Hammond wrote: > > This question is probably for Raymond but anyone feel free to answer.  What > database/datasources can be used with Model Glue?  I still use some MS > Access a

Extending App.cfc

2011-05-12 Thread Mike P
I have an application.cfc in my root folder that defines my app. I also have a subfolder that has it's own app.cfc which extends the original app through the ApplicationProxy.cfc method. Basically this is being done to have a different OnRequestStart method. The way I thought I understood this

Model Glue

2011-05-12 Thread Ken Hammond
This question is probably for Raymond but anyone feel free to answer. What database/datasources can be used with Model Glue? I still use some MS Access and ODBC (excel and txt file) datasources. ~| Order the Adobe Coldf

Upgrading CF8 to CF9 breaking existing lucene stuff?

2011-05-12 Thread Terry Ford
Hi, I'm having an issue in a port from CF8 to CF9. We created our own simple lucene indexing stuff on CF8, and are simply trying to get it to work on CF9. Right now I'm having problems with this line, which works fine under CF8: luceneQuery = queryParser.parse(keyword, "body", analyzer); It i