-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm used to setting up CF9 (Dev edition) on my Windows using Apache. I would like to try using IIS7 that comes with Win7 Pro. What are the steps to set it up so that I can have:
www.siteA.dev
www.siteB.dev
Both of these point to 127.0.0.1 via windows host file. I would like siteA.dev & siteB…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I have a client on MX7 who wants to migrate to CF9. I have a dev environment for them on my WinXP machine where I've configured MX7 to run with JRun's built-in web server. I've had that working for a long time with both regular and SSL connections.
I installed CF9 yesterday side-by-side with the…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have the following setup:
Listing.cfc
component persistent="true"
{
property name="ListingId" column="ListingId" type="numeric" ormtype="int" fieldtype="id" generator="identity";
...
property name="Features" type="array" hint="Array of features" singularname="Feature" fieldtype="many-to-many"…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Hi
I just finished installing an application on a server running ColdFusion 9 (2008 R2 64bit)
The application I installed does not use CF, but an isapi dll.
To run my application, I need to delete an handler using jrun_iis6_wildcard.dll that seems to process and block requests that should be processed…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
In CF9 doc: Defining components and functions in CFScript, it says:
/**
*Comment text, treated as a hint.
*Set metadata, including, optionally, attributes, in the last entries
*in the comment block, as follows:
*@metadataName metadataValue
...
*/
access returnType function functionName(arg1Type…
>>> More