<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for ColdFusion Master&#039;s Weblog</title>
	<atom:link href="http://cfmasterblog.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://cfmasterblog.com</link>
	<description>An Administrator&#039;s Perspective</description>
	<lastBuildDate>Wed, 16 May 2012 01:43:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Adding a certificate to the ColdFusion keystore by David Cheong</title>
		<link>http://cfmasterblog.com/2008/11/09/adding-a-certificate-to-the-coldfusion-keystore/#comment-15</link>
		<dc:creator><![CDATA[David Cheong]]></dc:creator>
		<pubDate>Wed, 16 May 2012 01:43:23 +0000</pubDate>
		<guid isPermaLink="false">http://cfmasterblog.wordpress.com/?p=7#comment-15</guid>
		<description><![CDATA[Yes, I already check the cert already added to the cacerts file. I using the portecle to do the insert and also the listing.

I try to restart all my instances. But still getting the same error.

Will CF have any internal cache that we need to manually flush it in order to get the updated of the certificate?]]></description>
		<content:encoded><![CDATA[<p>Yes, I already check the cert already added to the cacerts file. I using the portecle to do the insert and also the listing.</p>
<p>I try to restart all my instances. But still getting the same error.</p>
<p>Will CF have any internal cache that we need to manually flush it in order to get the updated of the certificate?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding a certificate to the ColdFusion keystore by dpretlor</title>
		<link>http://cfmasterblog.com/2008/11/09/adding-a-certificate-to-the-coldfusion-keystore/#comment-14</link>
		<dc:creator><![CDATA[dpretlor]]></dc:creator>
		<pubDate>Tue, 15 May 2012 15:01:12 +0000</pubDate>
		<guid isPermaLink="false">http://cfmasterblog.wordpress.com/?p=7#comment-14</guid>
		<description><![CDATA[did you do a list on the cacerts file to find the new cert you added?  you can list the contents of the cacerts file by using the command below.

Change to the directory of the cacerts file then type
keytool -list -v -keystore cacerts

Or if you know the alias of the cert you can search for that cert specifically
keytool -list -v -keystore cacerts -alias myalias]]></description>
		<content:encoded><![CDATA[<p>did you do a list on the cacerts file to find the new cert you added?  you can list the contents of the cacerts file by using the command below.</p>
<p>Change to the directory of the cacerts file then type<br />
keytool -list -v -keystore cacerts</p>
<p>Or if you know the alias of the cert you can search for that cert specifically<br />
keytool -list -v -keystore cacerts -alias myalias</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding a certificate to the ColdFusion keystore by cheongsweekim</title>
		<link>http://cfmasterblog.com/2008/11/09/adding-a-certificate-to-the-coldfusion-keystore/#comment-13</link>
		<dc:creator><![CDATA[cheongsweekim]]></dc:creator>
		<pubDate>Tue, 15 May 2012 03:44:18 +0000</pubDate>
		<guid isPermaLink="false">http://cfmasterblog.wordpress.com/?p=7#comment-13</guid>
		<description><![CDATA[we try to reinstall the new cert for the same domain name after the certificate expire. But after everything done including restart the CF, it still showing the same error message which is connection failure. Do you have any idea what else or anything i miss out in order to complete the installation.

Will the CF permanently cache the certificate detail in the memory?]]></description>
		<content:encoded><![CDATA[<p>we try to reinstall the new cert for the same domain name after the certificate expire. But after everything done including restart the CF, it still showing the same error message which is connection failure. Do you have any idea what else or anything i miss out in order to complete the installation.</p>
<p>Will the CF permanently cache the certificate detail in the memory?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Coding Standards&#8230; Why you need them! by beast</title>
		<link>http://cfmasterblog.com/2012/01/31/coding-standards-why-you-need-them/#comment-11</link>
		<dc:creator><![CDATA[beast]]></dc:creator>
		<pubDate>Wed, 01 Feb 2012 00:05:40 +0000</pubDate>
		<guid isPermaLink="false">http://cfmasterblog.com/?p=13#comment-11</guid>
		<description><![CDATA[100% on the mark. This is something every programming shop should practice. Well said!!!!!!!!!!!!]]></description>
		<content:encoded><![CDATA[<p>100% on the mark. This is something every programming shop should practice. Well said!!!!!!!!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding a certificate to the ColdFusion keystore by dpretlor</title>
		<link>http://cfmasterblog.com/2008/11/09/adding-a-certificate-to-the-coldfusion-keystore/#comment-10</link>
		<dc:creator><![CDATA[dpretlor]]></dc:creator>
		<pubDate>Tue, 31 Jan 2012 12:42:40 +0000</pubDate>
		<guid isPermaLink="false">http://cfmasterblog.wordpress.com/?p=7#comment-10</guid>
		<description><![CDATA[First, you have a very smart admin to figure that out.  You imported the cert into the default Solaris Java keystore.  You need to specify the full path to the ColdFusion keystore when installing the cert.]]></description>
		<content:encoded><![CDATA[<p>First, you have a very smart admin to figure that out.  You imported the cert into the default Solaris Java keystore.  You need to specify the full path to the ColdFusion keystore when installing the cert.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding a certificate to the ColdFusion keystore by anthony</title>
		<link>http://cfmasterblog.com/2008/11/09/adding-a-certificate-to-the-coldfusion-keystore/#comment-9</link>
		<dc:creator><![CDATA[anthony]]></dc:creator>
		<pubDate>Wed, 04 Jan 2012 21:19:15 +0000</pubDate>
		<guid isPermaLink="false">http://cfmasterblog.wordpress.com/?p=7#comment-9</guid>
		<description><![CDATA[I am trying to understand something... When I performed the import of the certificate recently the Admin explained that I imported the cert for Solaris. Can you elaborate on why it did not just get installed to the Coldfusion keystore automatically??]]></description>
		<content:encoded><![CDATA[<p>I am trying to understand something&#8230; When I performed the import of the certificate recently the Admin explained that I imported the cert for Solaris. Can you elaborate on why it did not just get installed to the Coldfusion keystore automatically??</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing a CFX tag in ColdFusion 8 Multi-server Configuration by Chris</title>
		<link>http://cfmasterblog.com/2008/03/22/installcfx/#comment-7</link>
		<dc:creator><![CDATA[Chris]]></dc:creator>
		<pubDate>Fri, 19 Jun 2009 18:14:10 +0000</pubDate>
		<guid isPermaLink="false">#comment-7</guid>
		<description><![CDATA[I had my Server Admin do this and I am still getting the error com/allaire/cfx/CustomTag. 

Should the cfx.jar be in the CF Classpath under Java Class Path or Server Classpath under Java Class Path? 

Currently I see them under Server Classpath.]]></description>
		<content:encoded><![CDATA[<p>I had my Server Admin do this and I am still getting the error com/allaire/cfx/CustomTag. </p>
<p>Should the cfx.jar be in the CF Classpath under Java Class Path or Server Classpath under Java Class Path? </p>
<p>Currently I see them under Server Classpath.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ColdFusion 8 Certification by Brian Simmons</title>
		<link>http://cfmasterblog.com/2008/05/11/coldfusion-8-certification/#comment-4</link>
		<dc:creator><![CDATA[Brian Simmons]]></dc:creator>
		<pubDate>Sun, 17 Aug 2008 16:32:59 +0000</pubDate>
		<guid isPermaLink="false">http://cfmasterblog.wordpress.com/?p=5#comment-4</guid>
		<description><![CDATA[Just as an fyi to those that subscribe to this thread and doesn&#039;t look like a study guide for CF8 will be produced, CF8 Exam Buster has been released at http://centrasoft.com.  The product has 384 questions completely overhauled and designed/targeted/focused directly at what the Adobe ColdFusion 8 certification exam is looking for.  The real exam is far from perfect, but at least you need not go it alone. End of plug.]]></description>
		<content:encoded><![CDATA[<p>Just as an fyi to those that subscribe to this thread and doesn&#8217;t look like a study guide for CF8 will be produced, CF8 Exam Buster has been released at <a href="http://centrasoft.com" rel="nofollow">http://centrasoft.com</a>.  The product has 384 questions completely overhauled and designed/targeted/focused directly at what the Adobe ColdFusion 8 certification exam is looking for.  The real exam is far from perfect, but at least you need not go it alone. End of plug.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ColdFusion 8 Certification by Dawayne Pretlor</title>
		<link>http://cfmasterblog.com/2008/05/11/coldfusion-8-certification/#comment-3</link>
		<dc:creator><![CDATA[Dawayne Pretlor]]></dc:creator>
		<pubDate>Tue, 27 May 2008 00:10:16 +0000</pubDate>
		<guid isPermaLink="false">http://cfmasterblog.wordpress.com/?p=5#comment-3</guid>
		<description><![CDATA[I studied the new tags and functions that were introduced in CF8.  I was already certified in 7 so I felt I comfortable with that information.  If you are brand new to CF then yes, I would recommend the three volumes.  Otherwise just take a look at the new features.  

Most of the questions were pretty much on existing CF topics and included only some advanced features.]]></description>
		<content:encoded><![CDATA[<p>I studied the new tags and functions that were introduced in CF8.  I was already certified in 7 so I felt I comfortable with that information.  If you are brand new to CF then yes, I would recommend the three volumes.  Otherwise just take a look at the new features.  </p>
<p>Most of the questions were pretty much on existing CF topics and included only some advanced features.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ColdFusion 8 Certification by jeremy</title>
		<link>http://cfmasterblog.com/2008/05/11/coldfusion-8-certification/#comment-2</link>
		<dc:creator><![CDATA[jeremy]]></dc:creator>
		<pubDate>Sun, 25 May 2008 22:14:30 +0000</pubDate>
		<guid isPermaLink="false">http://cfmasterblog.wordpress.com/?p=5#comment-2</guid>
		<description><![CDATA[How did you prepare for the exam?  Do you think the 3 CF 8 Volumes would be sufficient?

Thanks!]]></description>
		<content:encoded><![CDATA[<p>How did you prepare for the exam?  Do you think the 3 CF 8 Volumes would be sufficient?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

