RE: CF9/Win7 64 bit issues

2010-12-07 Thread Russ Michaels

It does the job as a basic SMTP server for sending mail via websites. If you
want any kind of decent logging though you had better use something else.
What we do is use it as a smart host to a proper SMTP server, this solves a
lot of issues as a lot of developers think everything resides on localhost
(mail, database etc) because this is how they develop locally and they think
the hosting company works the same.
So by having SMTP on localhost you allow most peoples code to work and avoid
a lot of support issues.
This tends to apply to non CF applications though, seeing as the mail server
is set in the cfadmin.




-Original Message-
From: Rick Root [mailto:rick.r...@gmail.com] 
Sent: 07 December 2010 01:35
To: cf-talk
Subject: Re: CF9/Win7 64 bit issues


On Mon, Dec 6, 2010 at 8:03 PM, Russ Michaels r...@michaels.me.uk wrote:


 There are other reasons to install the IIS6 management tools, such as 
 if you plan to use windows built in SMTP server which requires it.

 God help those people.

Worst.  SMTP Server.  Ever.




~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:339877
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: CF9/Win7 64 bit issues

2010-12-07 Thread Eric Roberts

I guess that makes sense


-Original Message-
From: Russ Michaels [mailto:r...@michaels.me.uk] 
Sent: Monday, December 06, 2010 17:45 
To: cf-talk
Subject: RE: CF9/Win7 64 bit issues


You would think so wouldn't you.
The reason I read it isn't is because this would require re-testing the
installer on all platforms, which is too time consuming,

Russ

-Original Message-
From: Eric Roberts [mailto:ow...@threeravensconsulting.com]
Sent: 06 December 2010 23:19
To: cf-talk
Subject: RE: CF9/Win7 64 bit issues


Shouldn't the download be 9.01? I guess the better question should be when
was 9.01 released.  I downloaded the installer maybe a month ago.

-Original Message-
From: Russ Michaels [mailto:r...@michaels.me.uk] 
Sent: Monday, December 06, 2010 17:33 
To: cf-talk
Subject: RE: CF9/Win7 64 bit issues


Which may confuse people seeing as you have to install cf9 first then
cf9.0.1, so you cannot install CF to IIS during the initial install, you
have to update to 9.0.1 then use the web config tool.

Russ

-Original Message-
From: Andy Allan [mailto:andy.al...@gmail.com]
Sent: 06 December 2010 22:52
To: cf-talk
Subject: Re: CF9/Win7 64 bit issue

FYI: You need the IIS6 management console for CF9.0 but NOT for 9.01

Andy

On 6 December 2010 21:54, Eric Roberts ow...@threeravensconsulting.com
wrote:

 You da man Nathan :-D  I turned on IIS6 compatibility and it worked.
 Thanks!!

 -Original Message-
 From: Nathan Strutz [mailto:str...@gmail.com]
 Sent: Monday, December 06, 2010 15:48
 To: cf-talk
 Subject: Re: CF9/Win7 64 bit issues


 I'm not a pro in this field, but I know a few tricks. First, did you
install
 the IIS 6 management console? If not, CF has trouble connecting to 
 IIS7. I think you just have to have it installed, you can still manage 
 via IIS7 tools. Second, you can always use the built-in web server. 
 You can enable
it
 through an XML file somewhere, but I find it's easier to reinstall CF 
 and turn on the internal web server in the installer. Finally, my last 
 trick
is
 the wsconfig app, Web Services Configuration Tool in your start menu. 
 You should be able to delete and recreate the connection to your web
server.

 As for debugging, I wonder if your CF server thinks somehow it has a 
 different context root other than just / - you could look for that 
 and
who
 knows, maybe you will find your /inetpub/wwwroot/*.cfm files answer to 
 localhost/cfusion/*.cfm. Weird, but I guess possible.

 nathan strutz
 [http://www.dopefly.com/] [http://hi.im/nathanstrutz]


 On Mon, Dec 6, 2010 at 2:29 PM, Eric Roberts  
 ow...@threeravensconsulting.com wrote:


 I have banging my head on this for the past couple of days.  I cannot 
 get
 CF9 (either 64 bit or 32 bit) to install properly on a fresh install 
 of
 Win7
 Ultimate 64 bit.  It adds the .cfm doc, but there isn't an entry for 
 the handler.  If I fire up the connector program to add it, it acts 
 like it is already there, but no connectors are listed and when I try 
 to add, if I go to put in the directory, it is greyed out and won't 
 let me add it, and the site is listed as None and that is the only 
 option.  I have tried uninstalling CF.uninstalling both cf and IIS7 
 and then reinstalling (IIS then CF).no joy.  When I get done with the 
 installation and it directs you to the administrator, even though I 
 am going to the right path, I get a 404 error.  If I try to go to a 
 html page using the same path, it comes up with no issues.  Any ideas 
 or does anyone know of a site that has info? I am totally stumped.
 Usually this just works.  I just reinstalled my OS to clean up some 
 stuff and it was previously installed and running with no issues 
 prior to
 the reinstallation. Thanks!



 Eric







 









~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:339900
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF9/Win7 64 bit issues

2010-12-07 Thread Steven Durette

Not when one of the major fixes is to make it install better with a webserver.

Sent from my iPhone

On Dec 7, 2010, at 8:54 PM, Eric Roberts ow...@threeravensconsulting.com 
wrote:

 
 I guess that makes sense
 
 
 -Original Message-
 From: Russ Michaels [mailto:r...@michaels.me.uk] 
 Sent: Monday, December 06, 2010 17:45 
 To: cf-talk
 Subject: RE: CF9/Win7 64 bit issues
 
 
 You would think so wouldn't you.
 The reason I read it isn't is because this would require re-testing the
 installer on all platforms, which is too time consuming,
 
 Russ
 
 -Original Message-
 From: Eric Roberts [mailto:ow...@threeravensconsulting.com]
 Sent: 06 December 2010 23:19
 To: cf-talk
 Subject: RE: CF9/Win7 64 bit issues
 
 
 Shouldn't the download be 9.01? I guess the better question should be when
 was 9.01 released.  I downloaded the installer maybe a month ago.
 
 -Original Message-
 From: Russ Michaels [mailto:r...@michaels.me.uk] 
 Sent: Monday, December 06, 2010 17:33 
 To: cf-talk
 Subject: RE: CF9/Win7 64 bit issues
 
 
 Which may confuse people seeing as you have to install cf9 first then
 cf9.0.1, so you cannot install CF to IIS during the initial install, you
 have to update to 9.0.1 then use the web config tool.
 
 Russ
 
 -Original Message-
 From: Andy Allan [mailto:andy.al...@gmail.com]
 Sent: 06 December 2010 22:52
 To: cf-talk
 Subject: Re: CF9/Win7 64 bit issue
 
 FYI: You need the IIS6 management console for CF9.0 but NOT for 9.01
 
 Andy
 
 On 6 December 2010 21:54, Eric Roberts ow...@threeravensconsulting.com
 wrote:
 
 You da man Nathan :-D  I turned on IIS6 compatibility and it worked.
 Thanks!!
 
 -Original Message-
 From: Nathan Strutz [mailto:str...@gmail.com]
 Sent: Monday, December 06, 2010 15:48
 To: cf-talk
 Subject: Re: CF9/Win7 64 bit issues
 
 
 I'm not a pro in this field, but I know a few tricks. First, did you
 install
 the IIS 6 management console? If not, CF has trouble connecting to 
 IIS7. I think you just have to have it installed, you can still manage 
 via IIS7 tools. Second, you can always use the built-in web server. 
 You can enable
 it
 through an XML file somewhere, but I find it's easier to reinstall CF 
 and turn on the internal web server in the installer. Finally, my last 
 trick
 is
 the wsconfig app, Web Services Configuration Tool in your start menu. 
 You should be able to delete and recreate the connection to your web
 server.
 
 As for debugging, I wonder if your CF server thinks somehow it has a 
 different context root other than just / - you could look for that 
 and
 who
 knows, maybe you will find your /inetpub/wwwroot/*.cfm files answer to 
 localhost/cfusion/*.cfm. Weird, but I guess possible.
 
 nathan strutz
 [http://www.dopefly.com/] [http://hi.im/nathanstrutz]
 
 
 On Mon, Dec 6, 2010 at 2:29 PM, Eric Roberts  
 ow...@threeravensconsulting.com wrote:
 
 
 I have banging my head on this for the past couple of days.  I cannot 
 get
 CF9 (either 64 bit or 32 bit) to install properly on a fresh install 
 of
 Win7
 Ultimate 64 bit.  It adds the .cfm doc, but there isn't an entry for 
 the handler.  If I fire up the connector program to add it, it acts 
 like it is already there, but no connectors are listed and when I try 
 to add, if I go to put in the directory, it is greyed out and won't 
 let me add it, and the site is listed as None and that is the only 
 option.  I have tried uninstalling CF.uninstalling both cf and IIS7 
 and then reinstalling (IIS then CF).no joy.  When I get done with the 
 installation and it directs you to the administrator, even though I 
 am going to the right path, I get a 404 error.  If I try to go to a 
 html page using the same path, it comes up with no issues.  Any ideas 
 or does anyone know of a site that has info? I am totally stumped.
 Usually this just works.  I just reinstalled my OS to clean up some 
 stuff and it was previously installed and running with no issues 
 prior to
 the reinstallation. Thanks!
 
 
 
 Eric
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:339901
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF9/Win7 64 bit issues

2010-12-07 Thread Dave Watts

 Not when one of the major fixes is to make it install better with a webserver.

The web server configuration tool can be run any time after
installation. I always recommend that you choose not to perform web
server integration until after you've installed CF.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:339902
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF9/Win7 64 bit issues

2010-12-06 Thread Nathan Strutz

I'm not a pro in this field, but I know a few tricks. First, did you install
the IIS 6 management console? If not, CF has trouble connecting to IIS7. I
think you just have to have it installed, you can still manage via IIS7
tools. Second, you can always use the built-in web server. You can enable it
through an XML file somewhere, but I find it's easier to reinstall CF and
turn on the internal web server in the installer. Finally, my last trick is
the wsconfig app, Web Services Configuration Tool in your start menu. You
should be able to delete and recreate the connection to your web server.

As for debugging, I wonder if your CF server thinks somehow it has a
different context root other than just / - you could look for that and who
knows, maybe you will find your /inetpub/wwwroot/*.cfm files answer to
localhost/cfusion/*.cfm. Weird, but I guess possible.

nathan strutz
[http://www.dopefly.com/] [http://hi.im/nathanstrutz]


On Mon, Dec 6, 2010 at 2:29 PM, Eric Roberts 
ow...@threeravensconsulting.com wrote:


 I have banging my head on this for the past couple of days.  I cannot get
 CF9 (either 64 bit or 32 bit) to install properly on a fresh install of
 Win7
 Ultimate 64 bit.  It adds the .cfm doc, but there isn't an entry for the
 handler.  If I fire up the connector program to add it, it acts like it is
 already there, but no connectors are listed and when I try to add, if I go
 to put in the directory, it is greyed out and won't let me add it, and the
 site is listed as None and that is the only option.  I have tried
 uninstalling CF.uninstalling both cf and IIS7 and then reinstalling (IIS
 then CF).no joy.  When I get done with the installation and it directs you
 to the administrator, even though I am going to the right path, I get a 404
 error.  If I try to go to a html page using the same path, it comes up with
 no issues.  Any ideas or does anyone know of a site that has info? I am
 totally stumped.  Usually this just works.  I just reinstalled my OS to
 clean up some stuff and it was previously installed and running with no
 issues prior to the reinstallation. Thanks!



 Eric



 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:339847
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF9/Win7 64 bit issues

2010-12-06 Thread Rick Root

There were a ton of issues with CF8 and IIS7 on 64 bit windows.. very
complicated to set up.

I was under the impression that they'd resolved those issues with CF9 - I
recently uninstalled CF8 and installed CF9 with no problem (Win7, 64 bit)..
but I'd already made all those configuration changes for CF8 to IIS so I
don't know for sure.

Rick


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:339848
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: CF9/Win7 64 bit issues

2010-12-06 Thread Eric Roberts

I previously had this installed on the same machine before I reinstalled the
OS and it was running with no probs and the installation was as seamless as
usual.

Eric

-Original Message-
From: Rick Root [mailto:rick.r...@gmail.com] 
Sent: Monday, December 06, 2010 15:52 
To: cf-talk
Subject: Re: CF9/Win7 64 bit issues


There were a ton of issues with CF8 and IIS7 on 64 bit windows.. very
complicated to set up.

I was under the impression that they'd resolved those issues with CF9 - I
recently uninstalled CF8 and installed CF9 with no problem (Win7, 64 bit)..
but I'd already made all those configuration changes for CF8 to IIS so I
don't know for sure.

Rick




~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:339849
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: CF9/Win7 64 bit issues

2010-12-06 Thread Eric Roberts

Let me try that...thx :-D

-Original Message-
From: Nathan Strutz [mailto:str...@gmail.com] 
Sent: Monday, December 06, 2010 15:48 
To: cf-talk
Subject: Re: CF9/Win7 64 bit issues


I'm not a pro in this field, but I know a few tricks. First, did you install
the IIS 6 management console? If not, CF has trouble connecting to IIS7. I
think you just have to have it installed, you can still manage via IIS7
tools. Second, you can always use the built-in web server. You can enable it
through an XML file somewhere, but I find it's easier to reinstall CF and
turn on the internal web server in the installer. Finally, my last trick is
the wsconfig app, Web Services Configuration Tool in your start menu. You
should be able to delete and recreate the connection to your web server.

As for debugging, I wonder if your CF server thinks somehow it has a
different context root other than just / - you could look for that and who
knows, maybe you will find your /inetpub/wwwroot/*.cfm files answer to
localhost/cfusion/*.cfm. Weird, but I guess possible.

nathan strutz
[http://www.dopefly.com/] [http://hi.im/nathanstrutz]


On Mon, Dec 6, 2010 at 2:29 PM, Eric Roberts 
ow...@threeravensconsulting.com wrote:


 I have banging my head on this for the past couple of days.  I cannot 
 get
 CF9 (either 64 bit or 32 bit) to install properly on a fresh install 
 of
 Win7
 Ultimate 64 bit.  It adds the .cfm doc, but there isn't an entry for 
 the handler.  If I fire up the connector program to add it, it acts 
 like it is already there, but no connectors are listed and when I try 
 to add, if I go to put in the directory, it is greyed out and won't 
 let me add it, and the site is listed as None and that is the only 
 option.  I have tried uninstalling CF.uninstalling both cf and IIS7 
 and then reinstalling (IIS then CF).no joy.  When I get done with the 
 installation and it directs you to the administrator, even though I am 
 going to the right path, I get a 404 error.  If I try to go to a html 
 page using the same path, it comes up with no issues.  Any ideas or 
 does anyone know of a site that has info? I am totally stumped.  
 Usually this just works.  I just reinstalled my OS to clean up some 
 stuff and it was previously installed and running with no issues prior to
the reinstallation. Thanks!



 Eric



 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:339850
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: CF9/Win7 64 bit issues

2010-12-06 Thread Eric Roberts

You da man Nathan :-D  I turned on IIS6 compatibility and it worked.
Thanks!!

-Original Message-
From: Nathan Strutz [mailto:str...@gmail.com] 
Sent: Monday, December 06, 2010 15:48 
To: cf-talk
Subject: Re: CF9/Win7 64 bit issues


I'm not a pro in this field, but I know a few tricks. First, did you install
the IIS 6 management console? If not, CF has trouble connecting to IIS7. I
think you just have to have it installed, you can still manage via IIS7
tools. Second, you can always use the built-in web server. You can enable it
through an XML file somewhere, but I find it's easier to reinstall CF and
turn on the internal web server in the installer. Finally, my last trick is
the wsconfig app, Web Services Configuration Tool in your start menu. You
should be able to delete and recreate the connection to your web server.

As for debugging, I wonder if your CF server thinks somehow it has a
different context root other than just / - you could look for that and who
knows, maybe you will find your /inetpub/wwwroot/*.cfm files answer to
localhost/cfusion/*.cfm. Weird, but I guess possible.

nathan strutz
[http://www.dopefly.com/] [http://hi.im/nathanstrutz]


On Mon, Dec 6, 2010 at 2:29 PM, Eric Roberts 
ow...@threeravensconsulting.com wrote:


 I have banging my head on this for the past couple of days.  I cannot 
 get
 CF9 (either 64 bit or 32 bit) to install properly on a fresh install 
 of
 Win7
 Ultimate 64 bit.  It adds the .cfm doc, but there isn't an entry for 
 the handler.  If I fire up the connector program to add it, it acts 
 like it is already there, but no connectors are listed and when I try 
 to add, if I go to put in the directory, it is greyed out and won't 
 let me add it, and the site is listed as None and that is the only 
 option.  I have tried uninstalling CF.uninstalling both cf and IIS7 
 and then reinstalling (IIS then CF).no joy.  When I get done with the 
 installation and it directs you to the administrator, even though I am 
 going to the right path, I get a 404 error.  If I try to go to a html 
 page using the same path, it comes up with no issues.  Any ideas or 
 does anyone know of a site that has info? I am totally stumped.  
 Usually this just works.  I just reinstalled my OS to clean up some 
 stuff and it was previously installed and running with no issues prior to
the reinstallation. Thanks!



 Eric



 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:339853
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF9/Win7 64 bit issues

2010-12-06 Thread Andy Allan

FYI: You need the IIS6 management console for CF9.0 but NOT for 9.01

Andy

On 6 December 2010 21:54, Eric Roberts ow...@threeravensconsulting.com wrote:

 You da man Nathan :-D  I turned on IIS6 compatibility and it worked.
 Thanks!!

 -Original Message-
 From: Nathan Strutz [mailto:str...@gmail.com]
 Sent: Monday, December 06, 2010 15:48
 To: cf-talk
 Subject: Re: CF9/Win7 64 bit issues


 I'm not a pro in this field, but I know a few tricks. First, did you install
 the IIS 6 management console? If not, CF has trouble connecting to IIS7. I
 think you just have to have it installed, you can still manage via IIS7
 tools. Second, you can always use the built-in web server. You can enable it
 through an XML file somewhere, but I find it's easier to reinstall CF and
 turn on the internal web server in the installer. Finally, my last trick is
 the wsconfig app, Web Services Configuration Tool in your start menu. You
 should be able to delete and recreate the connection to your web server.

 As for debugging, I wonder if your CF server thinks somehow it has a
 different context root other than just / - you could look for that and who
 knows, maybe you will find your /inetpub/wwwroot/*.cfm files answer to
 localhost/cfusion/*.cfm. Weird, but I guess possible.

 nathan strutz
 [http://www.dopefly.com/] [http://hi.im/nathanstrutz]


 On Mon, Dec 6, 2010 at 2:29 PM, Eric Roberts 
 ow...@threeravensconsulting.com wrote:


 I have banging my head on this for the past couple of days.  I cannot
 get
 CF9 (either 64 bit or 32 bit) to install properly on a fresh install
 of
 Win7
 Ultimate 64 bit.  It adds the .cfm doc, but there isn't an entry for
 the handler.  If I fire up the connector program to add it, it acts
 like it is already there, but no connectors are listed and when I try
 to add, if I go to put in the directory, it is greyed out and won't
 let me add it, and the site is listed as None and that is the only
 option.  I have tried uninstalling CF.uninstalling both cf and IIS7
 and then reinstalling (IIS then CF).no joy.  When I get done with the
 installation and it directs you to the administrator, even though I am
 going to the right path, I get a 404 error.  If I try to go to a html
 page using the same path, it comes up with no issues.  Any ideas or
 does anyone know of a site that has info? I am totally stumped.
 Usually this just works.  I just reinstalled my OS to clean up some
 stuff and it was previously installed and running with no issues prior to
 the reinstallation. Thanks!



 Eric







 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:339854
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: CF9/Win7 64 bit issues

2010-12-06 Thread Russ Michaels

Which may confuse people seeing as you have to install cf9 first then
cf9.0.1, so you cannot install CF to IIS during the initial install, you
have to update to 9.0.1 then use the web config tool.

Russ

-Original Message-
From: Andy Allan [mailto:andy.al...@gmail.com] 
Sent: 06 December 2010 22:52
To: cf-talk
Subject: Re: CF9/Win7 64 bit issue

FYI: You need the IIS6 management console for CF9.0 but NOT for 9.01

Andy

On 6 December 2010 21:54, Eric Roberts ow...@threeravensconsulting.com
wrote:

 You da man Nathan :-D  I turned on IIS6 compatibility and it worked.
 Thanks!!

 -Original Message-
 From: Nathan Strutz [mailto:str...@gmail.com]
 Sent: Monday, December 06, 2010 15:48
 To: cf-talk
 Subject: Re: CF9/Win7 64 bit issues


 I'm not a pro in this field, but I know a few tricks. First, did you
install
 the IIS 6 management console? If not, CF has trouble connecting to IIS7. I
 think you just have to have it installed, you can still manage via IIS7
 tools. Second, you can always use the built-in web server. You can enable
it
 through an XML file somewhere, but I find it's easier to reinstall CF and
 turn on the internal web server in the installer. Finally, my last trick
is
 the wsconfig app, Web Services Configuration Tool in your start menu. You
 should be able to delete and recreate the connection to your web server.

 As for debugging, I wonder if your CF server thinks somehow it has a
 different context root other than just / - you could look for that and
who
 knows, maybe you will find your /inetpub/wwwroot/*.cfm files answer to
 localhost/cfusion/*.cfm. Weird, but I guess possible.

 nathan strutz
 [http://www.dopefly.com/] [http://hi.im/nathanstrutz]


 On Mon, Dec 6, 2010 at 2:29 PM, Eric Roberts 
 ow...@threeravensconsulting.com wrote:


 I have banging my head on this for the past couple of days.  I cannot
 get
 CF9 (either 64 bit or 32 bit) to install properly on a fresh install
 of
 Win7
 Ultimate 64 bit.  It adds the .cfm doc, but there isn't an entry for
 the handler.  If I fire up the connector program to add it, it acts
 like it is already there, but no connectors are listed and when I try
 to add, if I go to put in the directory, it is greyed out and won't
 let me add it, and the site is listed as None and that is the only
 option.  I have tried uninstalling CF.uninstalling both cf and IIS7
 and then reinstalling (IIS then CF).no joy.  When I get done with the
 installation and it directs you to the administrator, even though I am
 going to the right path, I get a 404 error.  If I try to go to a html
 page using the same path, it comes up with no issues.  Any ideas or
 does anyone know of a site that has info? I am totally stumped.
 Usually this just works.  I just reinstalled my OS to clean up some
 stuff and it was previously installed and running with no issues prior to
 the reinstallation. Thanks!



 Eric







 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:339858
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: CF9/Win7 64 bit issues

2010-12-06 Thread Eric Roberts

Shouldn't the download be 9.01? I guess the better question should be when
was 9.01 released.  I downloaded the installer maybe a month ago.

-Original Message-
From: Russ Michaels [mailto:r...@michaels.me.uk] 
Sent: Monday, December 06, 2010 17:33 
To: cf-talk
Subject: RE: CF9/Win7 64 bit issues


Which may confuse people seeing as you have to install cf9 first then
cf9.0.1, so you cannot install CF to IIS during the initial install, you
have to update to 9.0.1 then use the web config tool.

Russ

-Original Message-
From: Andy Allan [mailto:andy.al...@gmail.com]
Sent: 06 December 2010 22:52
To: cf-talk
Subject: Re: CF9/Win7 64 bit issue

FYI: You need the IIS6 management console for CF9.0 but NOT for 9.01

Andy

On 6 December 2010 21:54, Eric Roberts ow...@threeravensconsulting.com
wrote:

 You da man Nathan :-D  I turned on IIS6 compatibility and it worked.
 Thanks!!

 -Original Message-
 From: Nathan Strutz [mailto:str...@gmail.com]
 Sent: Monday, December 06, 2010 15:48
 To: cf-talk
 Subject: Re: CF9/Win7 64 bit issues


 I'm not a pro in this field, but I know a few tricks. First, did you
install
 the IIS 6 management console? If not, CF has trouble connecting to 
 IIS7. I think you just have to have it installed, you can still manage 
 via IIS7 tools. Second, you can always use the built-in web server. 
 You can enable
it
 through an XML file somewhere, but I find it's easier to reinstall CF 
 and turn on the internal web server in the installer. Finally, my last 
 trick
is
 the wsconfig app, Web Services Configuration Tool in your start menu. 
 You should be able to delete and recreate the connection to your web
server.

 As for debugging, I wonder if your CF server thinks somehow it has a 
 different context root other than just / - you could look for that 
 and
who
 knows, maybe you will find your /inetpub/wwwroot/*.cfm files answer to 
 localhost/cfusion/*.cfm. Weird, but I guess possible.

 nathan strutz
 [http://www.dopefly.com/] [http://hi.im/nathanstrutz]


 On Mon, Dec 6, 2010 at 2:29 PM, Eric Roberts  
 ow...@threeravensconsulting.com wrote:


 I have banging my head on this for the past couple of days.  I cannot 
 get
 CF9 (either 64 bit or 32 bit) to install properly on a fresh install 
 of
 Win7
 Ultimate 64 bit.  It adds the .cfm doc, but there isn't an entry for 
 the handler.  If I fire up the connector program to add it, it acts 
 like it is already there, but no connectors are listed and when I try 
 to add, if I go to put in the directory, it is greyed out and won't 
 let me add it, and the site is listed as None and that is the only 
 option.  I have tried uninstalling CF.uninstalling both cf and IIS7 
 and then reinstalling (IIS then CF).no joy.  When I get done with the 
 installation and it directs you to the administrator, even though I 
 am going to the right path, I get a 404 error.  If I try to go to a 
 html page using the same path, it comes up with no issues.  Any ideas 
 or does anyone know of a site that has info? I am totally stumped.
 Usually this just works.  I just reinstalled my OS to clean up some 
 stuff and it was previously installed and running with no issues 
 prior to
 the reinstallation. Thanks!



 Eric







 





~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:339860
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: CF9/Win7 64 bit issues

2010-12-06 Thread Russ Michaels

You would think so wouldn't you.
The reason I read it isn't is because this would require re-testing the
installer on all platforms, which is too time consuming,

Russ

-Original Message-
From: Eric Roberts [mailto:ow...@threeravensconsulting.com] 
Sent: 06 December 2010 23:19
To: cf-talk
Subject: RE: CF9/Win7 64 bit issues


Shouldn't the download be 9.01? I guess the better question should be when
was 9.01 released.  I downloaded the installer maybe a month ago.

-Original Message-
From: Russ Michaels [mailto:r...@michaels.me.uk] 
Sent: Monday, December 06, 2010 17:33 
To: cf-talk
Subject: RE: CF9/Win7 64 bit issues


Which may confuse people seeing as you have to install cf9 first then
cf9.0.1, so you cannot install CF to IIS during the initial install, you
have to update to 9.0.1 then use the web config tool.

Russ

-Original Message-
From: Andy Allan [mailto:andy.al...@gmail.com]
Sent: 06 December 2010 22:52
To: cf-talk
Subject: Re: CF9/Win7 64 bit issue

FYI: You need the IIS6 management console for CF9.0 but NOT for 9.01

Andy

On 6 December 2010 21:54, Eric Roberts ow...@threeravensconsulting.com
wrote:

 You da man Nathan :-D  I turned on IIS6 compatibility and it worked.
 Thanks!!

 -Original Message-
 From: Nathan Strutz [mailto:str...@gmail.com]
 Sent: Monday, December 06, 2010 15:48
 To: cf-talk
 Subject: Re: CF9/Win7 64 bit issues


 I'm not a pro in this field, but I know a few tricks. First, did you
install
 the IIS 6 management console? If not, CF has trouble connecting to 
 IIS7. I think you just have to have it installed, you can still manage 
 via IIS7 tools. Second, you can always use the built-in web server. 
 You can enable
it
 through an XML file somewhere, but I find it's easier to reinstall CF 
 and turn on the internal web server in the installer. Finally, my last 
 trick
is
 the wsconfig app, Web Services Configuration Tool in your start menu. 
 You should be able to delete and recreate the connection to your web
server.

 As for debugging, I wonder if your CF server thinks somehow it has a 
 different context root other than just / - you could look for that 
 and
who
 knows, maybe you will find your /inetpub/wwwroot/*.cfm files answer to 
 localhost/cfusion/*.cfm. Weird, but I guess possible.

 nathan strutz
 [http://www.dopefly.com/] [http://hi.im/nathanstrutz]


 On Mon, Dec 6, 2010 at 2:29 PM, Eric Roberts  
 ow...@threeravensconsulting.com wrote:


 I have banging my head on this for the past couple of days.  I cannot 
 get
 CF9 (either 64 bit or 32 bit) to install properly on a fresh install 
 of
 Win7
 Ultimate 64 bit.  It adds the .cfm doc, but there isn't an entry for 
 the handler.  If I fire up the connector program to add it, it acts 
 like it is already there, but no connectors are listed and when I try 
 to add, if I go to put in the directory, it is greyed out and won't 
 let me add it, and the site is listed as None and that is the only 
 option.  I have tried uninstalling CF.uninstalling both cf and IIS7 
 and then reinstalling (IIS then CF).no joy.  When I get done with the 
 installation and it directs you to the administrator, even though I 
 am going to the right path, I get a 404 error.  If I try to go to a 
 html page using the same path, it comes up with no issues.  Any ideas 
 or does anyone know of a site that has info? I am totally stumped.
 Usually this just works.  I just reinstalled my OS to clean up some 
 stuff and it was previously installed and running with no issues 
 prior to
 the reinstallation. Thanks!



 Eric







 







~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:339862
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF9/Win7 64 bit issues

2010-12-06 Thread Rick Root

On Mon, Dec 6, 2010 at 6:19 PM, Eric Roberts 
ow...@threeravensconsulting.com wrote:


 Shouldn't the download be 9.01? I guess the better question should be when
 was 9.01 released.  I downloaded the installer maybe a month ago.


Yeah, I discovered this weekend that the download was 9.0 - but not until I
applied the 901 CHF and had it not fix my problems.  That's when I
discovered/noticed that the installer had only installed 9.0.0.  Grr!

I haven't made *ANY* IIS changes since upgrading from CF8 to CF9.0.0 to
CF9.0.1 - didn't have to remove the IIS6 compat stuff.

Maybe that's why my .NET stuff isn't working...

Rick


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:339863
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF9/Win7 64 bit issues

2010-12-06 Thread Steven Durette

Really? I thought if you got the latest download from Adobe that it was v9.0.1

Sent from my iPhone

On Dec 6, 2010, at 6:33 PM, Russ Michaels r...@michaels.me.uk wrote:

 
 Which may confuse people seeing as you have to install cf9 first then
 cf9.0.1, so you cannot install CF to IIS during the initial install, you
 have to update to 9.0.1 then use the web config tool.
 
 Russ
 
 -Original Message-
 From: Andy Allan [mailto:andy.al...@gmail.com] 
 Sent: 06 December 2010 22:52
 To: cf-talk
 Subject: Re: CF9/Win7 64 bit issue
 
 FYI: You need the IIS6 management console for CF9.0 but NOT for 9.01
 
 Andy
 
 On 6 December 2010 21:54, Eric Roberts ow...@threeravensconsulting.com
 wrote:
 
 You da man Nathan :-D  I turned on IIS6 compatibility and it worked.
 Thanks!!
 
 -Original Message-
 From: Nathan Strutz [mailto:str...@gmail.com]
 Sent: Monday, December 06, 2010 15:48
 To: cf-talk
 Subject: Re: CF9/Win7 64 bit issues
 
 
 I'm not a pro in this field, but I know a few tricks. First, did you
 install
 the IIS 6 management console? If not, CF has trouble connecting to IIS7. I
 think you just have to have it installed, you can still manage via IIS7
 tools. Second, you can always use the built-in web server. You can enable
 it
 through an XML file somewhere, but I find it's easier to reinstall CF and
 turn on the internal web server in the installer. Finally, my last trick
 is
 the wsconfig app, Web Services Configuration Tool in your start menu. You
 should be able to delete and recreate the connection to your web server.
 
 As for debugging, I wonder if your CF server thinks somehow it has a
 different context root other than just / - you could look for that and
 who
 knows, maybe you will find your /inetpub/wwwroot/*.cfm files answer to
 localhost/cfusion/*.cfm. Weird, but I guess possible.
 
 nathan strutz
 [http://www.dopefly.com/] [http://hi.im/nathanstrutz]
 
 
 On Mon, Dec 6, 2010 at 2:29 PM, Eric Roberts 
 ow...@threeravensconsulting.com wrote:
 
 
 I have banging my head on this for the past couple of days.  I cannot
 get
 CF9 (either 64 bit or 32 bit) to install properly on a fresh install
 of
 Win7
 Ultimate 64 bit.  It adds the .cfm doc, but there isn't an entry for
 the handler.  If I fire up the connector program to add it, it acts
 like it is already there, but no connectors are listed and when I try
 to add, if I go to put in the directory, it is greyed out and won't
 let me add it, and the site is listed as None and that is the only
 option.  I have tried uninstalling CF.uninstalling both cf and IIS7
 and then reinstalling (IIS then CF).no joy.  When I get done with the
 installation and it directs you to the administrator, even though I am
 going to the right path, I get a 404 error.  If I try to go to a html
 page using the same path, it comes up with no issues.  Any ideas or
 does anyone know of a site that has info? I am totally stumped.
 Usually this just works.  I just reinstalled my OS to clean up some
 stuff and it was previously installed and running with no issues prior to
 the reinstallation. Thanks!
 
 
 
 Eric
 
 
 
 
 
 
 
 
 
 
 
 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:339865
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF9/Win7 64 bit issues

2010-12-06 Thread Rick Root

Nope.  Downloaded mine on Friday.

On Mon, Dec 6, 2010 at 6:40 PM, Steven Durette st...@durette.org wrote:


 Really? I thought if you got the latest download from Adobe that it was
 v9.0.1




~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:339866
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: CF9/Win7 64 bit issues

2010-12-06 Thread Nick Gleason

We had a similar scenario recently - first installed 9.0 on 64bit / iis 7,
then had to upgrade to 9.01 (which I think has been out since July).  This
was complicated by the question of how to handle the IIS 7 connection. CF 9
has the IIS 6 compatibility tool, as I recall, but 9.01 can use that or not.
If you choose not to use that, which we did, then there was an uninstall
process that included some items in IIS7 itself.  It was more complicated
than I would have liked, and not as well documented as I would have liked,
but in the end it seems to have worked pretty well.

If you need more details about this, feel free to email me off list and I
can try to dig up the notes on what we did.





~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:339867
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF9/Win7 64 bit issues

2010-12-06 Thread Rick Root

I didn't even notice but you're right, it DID ask me if I wanted to do
something to IIS - I thoguht all it did was disable 32 bit applications.

Rick


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:339868
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF9/Win7 64 bit issues

2010-12-06 Thread Rick Root

But that *WAS* on the 9.0 install, not the 9.0.1 updater

On Mon, Dec 6, 2010 at 7:39 PM, Rick Root rick.r...@gmail.com wrote:

 I didn't even notice but you're right, it DID ask me if I wanted to do
 something to IIS - I thoguht all it did was disable 32 bit applications.

 Rick




~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:339869
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: CF9/Win7 64 bit issues

2010-12-06 Thread Russ Michaels

There are other reasons to install the IIS6 management tools, such as if you
plan to use windows built in SMTP server which requires it. 

Russ

-Original Message-
From: Nick Gleason [mailto:n.glea...@citysoft.com] 
Sent: 07 December 2010 00:33
To: cf-talk
Subject: RE: CF9/Win7 64 bit issues


We had a similar scenario recently - first installed 9.0 on 64bit / iis 7,
then had to upgrade to 9.01 (which I think has been out since July).  This
was complicated by the question of how to handle the IIS 7 connection. CF 9
has the IIS 6 compatibility tool, as I recall, but 9.01 can use that or not.
If you choose not to use that, which we did, then there was an uninstall
process that included some items in IIS7 itself.  It was more complicated
than I would have liked, and not as well documented as I would have liked,
but in the end it seems to have worked pretty well.

If you need more details about this, feel free to email me off list and I
can try to dig up the notes on what we did.







~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:339872
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF9/Win7 64 bit issues

2010-12-06 Thread Rick Root

On Mon, Dec 6, 2010 at 8:03 PM, Russ Michaels r...@michaels.me.uk wrote:


 There are other reasons to install the IIS6 management tools, such as if
 you
 plan to use windows built in SMTP server which requires it.

 God help those people.

Worst.  SMTP Server.  Ever.


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:339873
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm