<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Installing ColdFusion 8 on Vista</title>
	<atom:link href="http://www.simonwhatley.co.uk/installing-coldfusion-8-on-vista/feed" rel="self" type="application/rss+xml" />
	<link>http://www.simonwhatley.co.uk/installing-coldfusion-8-on-vista</link>
	<description>The opposite of every great idea is another great idea</description>
	<lastBuildDate>Tue, 24 Jan 2012 10:54:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: ChuckInAtlanta</title>
		<link>http://www.simonwhatley.co.uk/installing-coldfusion-8-on-vista/comment-page-1#comment-130</link>
		<dc:creator>ChuckInAtlanta</dc:creator>
		<pubDate>Thu, 17 Dec 2009 16:36:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonwhatley.co.uk/?p=333#comment-130</guid>
		<description>Hello Simon and all,

Have visited your site quite a lot and have found it to be extremely easy to follow/comprehend/helpful etc which has helped me work through a lot of issues that have cropped up.

This one I should have been able to work out myself but have not??

Built myself a new box and am reinstalling everything (Apache 2.2, SimpleDNS, MySQL,  hHMail server Ipswitches WS_FTP, ALL of the Adobe CS4 products &#039;phew&#039;, anyhow a lot going on in this box.

My intent is to initially use this box as both development and production and then just a production server

I have 2 problems that I need help on....

The first thing when trying open the admin page I get page not found.....I should point out I am behind a DSL router where my actual static IP lives and have IPMapping enabled forwarding all port action to internal ip of 192.168.1.4.  My auth DNS is dotster and I am running SimpleDNS internally and when finished will become authorative for my domains.

I am installing all into windows7; I installed apache 2.2 fine and then installed CF8 Ent fine (or at least I thought so) I put the admin index into my web folder c:www/CFIDE/administrator/index.cfm  assuming  the URL http://127.0.0.1/CFIDE/administrator/index.cfm would open the admin page.  I do have index.cfm in httpd.conf

The 2nd thing is I Apache stopped. the event viewer gave

The Apache service named  reported the following error:
&gt;&gt;&gt; httpd.exe: Could not reliably determine the server&#039;s fully qualified domain name, using 192.168.1.4 for ServerName

In httpd.conf I have ServerName as 65.12.174.156:80 also tried webfuse.net:80, *:80 and just 80 with no apparent change??.  Also my doc root is c:WWW

Not sure what I&#039;m not sharing or missing here...ANY help will be more than appreciated.

Chuck In Atlanta</description>
		<content:encoded><![CDATA[<p>Hello Simon and all,</p>
<p>Have visited your site quite a lot and have found it to be extremely easy to follow/comprehend/helpful etc which has helped me work through a lot of issues that have cropped up.</p>
<p>This one I should have been able to work out myself but have not??</p>
<p>Built myself a new box and am reinstalling everything (Apache 2.2, SimpleDNS, MySQL,  hHMail server Ipswitches WS_FTP, ALL of the Adobe CS4 products &#8216;phew&#8217;, anyhow a lot going on in this box.</p>
<p>My intent is to initially use this box as both development and production and then just a production server</p>
<p>I have 2 problems that I need help on&#8230;.</p>
<p>The first thing when trying open the admin page I get page not found&#8230;..I should point out I am behind a DSL router where my actual static IP lives and have IPMapping enabled forwarding all port action to internal ip of 192.168.1.4.  My auth DNS is dotster and I am running SimpleDNS internally and when finished will become authorative for my domains.</p>
<p>I am installing all into windows7; I installed apache 2.2 fine and then installed CF8 Ent fine (or at least I thought so) I put the admin index into my web folder c:www/CFIDE/administrator/index.cfm  assuming  the URL <a href="http://127.0.0.1/CFIDE/administrator/index.cfm" rel="nofollow">http://127.0.0.1/CFIDE/administrator/index.cfm</a> would open the admin page.  I do have index.cfm in httpd.conf</p>
<p>The 2nd thing is I Apache stopped. the event viewer gave</p>
<p>The Apache service named  reported the following error:<br />
&gt;&gt;&gt; httpd.exe: Could not reliably determine the server&#8217;s fully qualified domain name, using 192.168.1.4 for ServerName</p>
<p>In httpd.conf I have ServerName as 65.12.174.156:80 also tried webfuse.net:80, *:80 and just 80 with no apparent change??.  Also my doc root is c:WWW</p>
<p>Not sure what I&#8217;m not sharing or missing here&#8230;ANY help will be more than appreciated.</p>
<p>Chuck In Atlanta</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.simonwhatley.co.uk/installing-coldfusion-8-on-vista/comment-page-1#comment-129</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Mon, 16 Mar 2009 11:21:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonwhatley.co.uk/?p=333#comment-129</guid>
		<description>Lots of people are having problems installing CF8 on Vista SP1 (ODBCs wont connect). After hours of searching I&#039;ve found several different resolutions (different ones work for different people!).

https://www.blogger.com/comment.g?blogID=8902741043153755588&amp;postID=2834270011707732057&amp;page=1

http://groups.google.com/group/macromedia.coldfusion.getting_started/browse_thread/thread/877babab589240f4/ce4215cdbfb80f5a

It was the simplest on that worked for me .. commenting out an erroneous entry in the Hosts file:

Fix: The c:\windows\system32\drivers\etc\hosts file has a bizarre entry:

::1 localhost

Comment it out using notepad run as administrator like so.

#::1 localhost

Reinstall. Done.</description>
		<content:encoded><![CDATA[<p>Lots of people are having problems installing CF8 on Vista SP1 (ODBCs wont connect). After hours of searching I&#8217;ve found several different resolutions (different ones work for different people!).</p>
<p><a href="https://www.blogger.com/comment.g?blogID=8902741043153755588&#038;postID=2834270011707732057&#038;page=1" rel="nofollow">https://www.blogger.com/comment.g?blogID=8902741043153755588&#038;postID=2834270011707732057&#038;page=1</a></p>
<p><a href="http://groups.google.com/group/macromedia.coldfusion.getting_started/browse_thread/thread/877babab589240f4/ce4215cdbfb80f5a" rel="nofollow">http://groups.google.com/group/macromedia.coldfusion.getting_started/browse_thread/thread/877babab589240f4/ce4215cdbfb80f5a</a></p>
<p>It was the simplest on that worked for me .. commenting out an erroneous entry in the Hosts file:</p>
<p>Fix: The c:\windows\system32\drivers\etc\hosts file has a bizarre entry:</p>
<p>::1 localhost</p>
<p>Comment it out using notepad run as administrator like so.</p>
<p>#::1 localhost</p>
<p>Reinstall. Done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: trasper</title>
		<link>http://www.simonwhatley.co.uk/installing-coldfusion-8-on-vista/comment-page-1#comment-128</link>
		<dc:creator>trasper</dc:creator>
		<pubDate>Fri, 30 Jan 2009 17:33:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonwhatley.co.uk/?p=333#comment-128</guid>
		<description>Simon, thanks for the simple to follow tutorial (and the awesome screenshots). You saved me a bunch of headaches.</description>
		<content:encoded><![CDATA[<p>Simon, thanks for the simple to follow tutorial (and the awesome screenshots). You saved me a bunch of headaches.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bala</title>
		<link>http://www.simonwhatley.co.uk/installing-coldfusion-8-on-vista/comment-page-1#comment-127</link>
		<dc:creator>bala</dc:creator>
		<pubDate>Mon, 19 Jan 2009 23:40:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonwhatley.co.uk/?p=333#comment-127</guid>
		<description>I have installed CF server 8 on my computer running windows xp media center edition.
The service is running.I also have IIS installed.When i try to access the CF administrator
,i get an Server Application Error.

Would like to know how to resolve this issue.

Thanks.
bala</description>
		<content:encoded><![CDATA[<p>I have installed CF server 8 on my computer running windows xp media center edition.<br />
The service is running.I also have IIS installed.When i try to access the CF administrator<br />
,i get an Server Application Error.</p>
<p>Would like to know how to resolve this issue.</p>
<p>Thanks.<br />
bala</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Davo</title>
		<link>http://www.simonwhatley.co.uk/installing-coldfusion-8-on-vista/comment-page-1#comment-126</link>
		<dc:creator>Davo</dc:creator>
		<pubDate>Mon, 03 Nov 2008 00:49:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonwhatley.co.uk/?p=333#comment-126</guid>
		<description>I get the following message:

Server Error in Application &quot;Default Web Site&quot;

--------------------------------------------------------------------------------

HTTP Error 500.0 - Internal Server Error
Description: Handler &quot;AboMapperCustom-17149517&quot; has a bad module &quot;IsapiModule&quot; in its module list

Error Code: 0x8007000d

Notification: ExecuteRequestHandler

Module: IIS Web Core

Requested URL: http://127.0.0.1:80/CFIDE/administrator/index.cfm

Physical Path: C:\inetpub\wwwroot\CFIDE\administrator\index.cfm

Logon User: Anonymous

Logon Method: Anonymous

Handler: AboMapperCustom-17149517


please help!</description>
		<content:encoded><![CDATA[<p>I get the following message:</p>
<p>Server Error in Application &#8220;Default Web Site&#8221;</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>HTTP Error 500.0 &#8211; Internal Server Error<br />
Description: Handler &#8220;AboMapperCustom-17149517&#8243; has a bad module &#8220;IsapiModule&#8221; in its module list</p>
<p>Error Code: 0x8007000d</p>
<p>Notification: ExecuteRequestHandler</p>
<p>Module: IIS Web Core</p>
<p>Requested URL: <a href="http://127.0.0.1:80/CFIDE/administrator/index.cfm" rel="nofollow">http://127.0.0.1:80/CFIDE/administrator/index.cfm</a></p>
<p>Physical Path: C:\inetpub\wwwroot\CFIDE\administrator\index.cfm</p>
<p>Logon User: Anonymous</p>
<p>Logon Method: Anonymous</p>
<p>Handler: AboMapperCustom-17149517</p>
<p>please help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SOCASH</title>
		<link>http://www.simonwhatley.co.uk/installing-coldfusion-8-on-vista/comment-page-1#comment-125</link>
		<dc:creator>SOCASH</dc:creator>
		<pubDate>Fri, 24 Oct 2008 21:26:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonwhatley.co.uk/?p=333#comment-125</guid>
		<description>Thank you very much Simon  for you quickly reply &amp; your great anwer!!!!


You have a great website...</description>
		<content:encoded><![CDATA[<p>Thank you very much Simon  for you quickly reply &amp; your great anwer!!!!</p>
<p>You have a great website&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://www.simonwhatley.co.uk/installing-coldfusion-8-on-vista/comment-page-1#comment-124</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Fri, 24 Oct 2008 19:31:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonwhatley.co.uk/?p=333#comment-124</guid>
		<description>@socash you need to make sure the default file, index.cfm, is correctly referenced in the Apache configuration file (httpd.conf). e.g.:

&lt;pre lang=&quot;text&quot;&gt;
&lt;IfModule dir_module&gt;
    DirectoryIndex index.html index.cfm index.php
&lt;/IfModule&gt;
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>@socash you need to make sure the default file, index.cfm, is correctly referenced in the Apache configuration file (httpd.conf). e.g.:</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">&lt;IfModule dir_module&gt;
    DirectoryIndex index.html index.cfm index.php
&lt;/IfModule&gt;</pre></div></div>

]]></content:encoded>
	</item>
	<item>
		<title>By: SOCASH</title>
		<link>http://www.simonwhatley.co.uk/installing-coldfusion-8-on-vista/comment-page-1#comment-123</link>
		<dc:creator>SOCASH</dc:creator>
		<pubDate>Fri, 24 Oct 2008 16:52:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonwhatley.co.uk/?p=333#comment-123</guid>
		<description>Thanks foR the installation tutotorial!!!


I have a problem in the step 20, the browSer don&#039;t open the Configuration
Wizard, it ask me if a would open the index.cfm file with dreamweaver why?

I made something wrong???


thanks in advance.

SOCASH</description>
		<content:encoded><![CDATA[<p>Thanks foR the installation tutotorial!!!</p>
<p>I have a problem in the step 20, the browSer don&#8217;t open the Configuration<br />
Wizard, it ask me if a would open the index.cfm file with dreamweaver why?</p>
<p>I made something wrong???</p>
<p>thanks in advance.</p>
<p>SOCASH</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://www.simonwhatley.co.uk/installing-coldfusion-8-on-vista/comment-page-1#comment-122</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Mon, 31 Mar 2008 12:42:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonwhatley.co.uk/?p=333#comment-122</guid>
		<description>@Scott Have you installed the latest version of Java on your machine? If so, make Sure that your .class file is in your library; you can check by navigating folders jdk1.X---&gt;lib---&gt; or else you have to set class path; set class path in your cmd prompt:

C:\&gt; set classpath=%classpath%; C:\jdk1.6\lib; for windows</description>
		<content:encoded><![CDATA[<p>@Scott Have you installed the latest version of Java on your machine? If so, make Sure that your .class file is in your library; you can check by navigating folders jdk1.X&#8212;>lib&#8212;> or else you have to set class path; set class path in your cmd prompt:</p>
<p>C:\> set classpath=%classpath%; C:\jdk1.6\lib; for windows</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Smith</title>
		<link>http://www.simonwhatley.co.uk/installing-coldfusion-8-on-vista/comment-page-1#comment-121</link>
		<dc:creator>Scott Smith</dc:creator>
		<pubDate>Mon, 31 Mar 2008 12:25:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonwhatley.co.uk/?p=333#comment-121</guid>
		<description>I am running Vista Business with the latest Windows updates installed, and I am unable to install ColdFusion 8. When I launch the Coldfusion-8-win.exe downloaded from Adobe, I incur a fatal application error: &quot;java.lang.NoClassDefFoundError: Could not initialize class javax.swing.UIManager&quot;</description>
		<content:encoded><![CDATA[<p>I am running Vista Business with the latest Windows updates installed, and I am unable to install ColdFusion 8. When I launch the Coldfusion-8-win.exe downloaded from Adobe, I incur a fatal application error: &#8220;java.lang.NoClassDefFoundError: Could not initialize class javax.swing.UIManager&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

