<?xml version="1.0" encoding="ISO-8859-1" ?>
<rss version="2.0" 
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>ColdFusion Server (CF-Server) Mailing List RSS Feed</title> 
<link>http://www.houseoffusion.com/groups/cf-server</link> 
<description>Technical topics about the ColdFusion Server, webservers in general, operating systems and integration with ColdFusion</description> 
<language>en-us</language> 
<copyright>Copyright &#169; 2011, House of Fusion</copyright> 
<lastBuildDate>Sat, 11 Feb 2012 09:55:32 GMT</lastBuildDate> 
<webMaster>Michael Dinowitz (mdinowit@houseoffusion.com)</webMaster> 
<category>Mailing List</category>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>

<item>
	<title><![CDATA[Scheduled Task problems in ColdFusion 9]]></title> 
	<description><![CDATA[On Wed, Jan 25, 2012 at 11:41 PM, Jennifer Lehmann wrote:<br>
	&gt; I have a scheduled task that generates over 5,000 email.  It runs at 10:00 PM CST and in CF8 ran without error.<br>
	&gt; In CF9 it runs the memory up and crashes after 20 minutes into the task.<br>
	<br>
	If <BR> [<A href="http://www.houseoffusion.com/groups/cf-server/message.cfm/messageid:6983"  title="ColdFusion Server (CF-Server): Scheduled Task problems in CF9">more</A>]]]></description> 
	<pubDate>Thu, 02 Feb 2012 06:48:00 GMT</pubDate> 
	<dc:author>Jochem van Dieten </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-server/message.cfm/messageid:6983</guid> 
</item>

<item>
	<title><![CDATA[Scheduled Task problems in ColdFusion 9]]></title> 
	<description><![CDATA[&gt; CF8 is installed in a Stand Alone configuration with 1 GB memory for everything on the server.  CF9 is in instances and the scheduled task is<br>
	&gt; running within that 1 GB space.  So I should allow 2GB of RAM for the CF9 instance?<br>
	<br>
	I'd start with that, <BR> [<A href="http://www.houseoffusion.com/groups/cf-server/message.cfm/messageid:6982"  title="ColdFusion Server (CF-Server): Scheduled Task problems in CF9">more</A>]]]></description> 
	<pubDate>Wed, 25 Jan 2012 06:23:00 GMT</pubDate> 
	<dc:author>Dave Watts </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-server/message.cfm/messageid:6982</guid> 
</item>

<item>
	<title><![CDATA[Scheduled Task problems in ColdFusion 9]]></title> 
	<description><![CDATA[A possible option to have it run without taking over the machine would be<br>
	to run the send inside a cfthread with a low priority.<br>
	<br>
	Otherwise it does sound like a memory issue.<br>
	<br>
	Byron Mann<br>
	Lead Engineer and Architect<br>
	Hostmysite.com<br>
	On Jan 25, 2012 6<BR> [<A href="http://www.houseoffusion.com/groups/cf-server/message.cfm/messageid:6981"  title="ColdFusion Server (CF-Server): Scheduled Task problems in CF9">more</A>]]]></description> 
	<pubDate>Wed, 25 Jan 2012 06:22:00 GMT</pubDate> 
	<dc:author>Byron Mann </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-server/message.cfm/messageid:6981</guid> 
</item>

<item>
	<title><![CDATA[Scheduled Task problems in ColdFusion 9]]></title> 
	<description><![CDATA[&gt; I have a scheduled task that generates over 5,000 email.&nbsp;&nbsp;It runs at <br>
	&gt; 10:00 PM CST and in CF8 ran without error.<br>
	&gt; <br>
	&gt; In CF9 it runs the memory up and crashes after 20 minutes into the <br>
	&gt; task.<br>
	&gt; <br>
	&gt; CF8 server is Windows 2003 with CF8 32 bit<br>
	&gt; <BR> [<A href="http://www.houseoffusion.com/groups/cf-server/message.cfm/messageid:6980"  title="ColdFusion Server (CF-Server): Scheduled Task problems in CF9">more</A>]]]></description> 
	<pubDate>Wed, 25 Jan 2012 06:12:00 GMT</pubDate> 
	<dc:author>Jennifer Lehmann </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-server/message.cfm/messageid:6980</guid> 
</item>

<item>
	<title><![CDATA[Scheduled Task problems in ColdFusion 9]]></title> 
	<description><![CDATA[Memory handling is a bit different.&nbsp;&nbsp;Can you post the code?<br>
	<br>
	-----Original Message-----<br>
	From: Jennifer Lehmann [mailto:jalehman@uillinois.edu] <br>
	Sent: Wednesday, January 25, 2012 4:42 PM<br>
	To: cf-server<br>
	Subject: Scheduled Task problems in CF9<br>
	<br>
	I <BR> [<A href="http://www.houseoffusion.com/groups/cf-server/message.cfm/messageid:6979"  title="ColdFusion Server (CF-Server): Scheduled Task problems in CF9">more</A>]]]></description> 
	<pubDate>Wed, 25 Jan 2012 05:56:00 GMT</pubDate> 
	<dc:author>Mike Chytracek</dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-server/message.cfm/messageid:6979</guid> 
</item>

<item>
	<title><![CDATA[Scheduled Task problems in ColdFusion 9]]></title> 
	<description><![CDATA[&gt; I have a scheduled task that generates over 5,000 email.  It runs at 10:00 PM CST and in CF8 ran without error.<br>
	&gt;<br>
	&gt; In CF9 it runs the memory up and crashes after 20 minutes into the task.<br>
	&gt;<br>
	&gt; CF8 server is Windows 2003 with CF8 32 bit<br>
	&gt; CF9 server<BR> [<A href="http://www.houseoffusion.com/groups/cf-server/message.cfm/messageid:6978"  title="ColdFusion Server (CF-Server): Scheduled Task problems in CF9">more</A>]]]></description> 
	<pubDate>Wed, 25 Jan 2012 05:55:00 GMT</pubDate> 
	<dc:author>Dave Watts </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-server/message.cfm/messageid:6978</guid> 
</item>

<item>
	<title><![CDATA[Scheduled Task problems in ColdFusion 9]]></title> 
	<description><![CDATA[A garbage collection issue maybe?<br>
	<br>
	&gt; To: cf-server@houseoffusion.com<br>
	&gt; Subject: Scheduled Task problems in CF9<br>
	&gt; Date: Wed, 25 Jan 2012 17:41:49 -0500<br>
	&gt; From: jalehman@uillinois.edu<br>
	&gt; <br>
	&gt; <br>
	&gt; I have a scheduled task that generates over 5,000 email<BR> [<A href="http://www.houseoffusion.com/groups/cf-server/message.cfm/messageid:6977"  title="ColdFusion Server (CF-Server): Scheduled Task problems in CF9">more</A>]]]></description> 
	<pubDate>Wed, 25 Jan 2012 05:52:00 GMT</pubDate> 
	<dc:author>Mark Ireland </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-server/message.cfm/messageid:6977</guid> 
</item>

<item>
	<title><![CDATA[Scheduled Task problems in ColdFusion 9]]></title> 
	<description><![CDATA[I have a scheduled task that generates over 5,000 email.&nbsp;&nbsp;It runs at 10:00 PM CST and in CF8 ran without error.<br>
	<br>
	In CF9 it runs the memory up and crashes after 20 minutes into the task.<br>
	<br>
	CF8 server is Windows 2003 with CF8 32 bit<br>
	CF9 server is <BR> [<A href="http://www.houseoffusion.com/groups/cf-server/message.cfm/messageid:6976"  title="ColdFusion Server (CF-Server): Scheduled Task problems in CF9">more</A>]]]></description> 
	<pubDate>Wed, 25 Jan 2012 05:41:00 GMT</pubDate> 
	<dc:author>Jennifer Lehmann </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-server/message.cfm/messageid:6976</guid> 
</item>

<item>
	<title><![CDATA[CFObject and ColdFusion 9]]></title> 
	<description><![CDATA[On Wed, Jan 18, 2012 at 9:09 PM, Jennifer Lehmann wrote:<br>
	&gt; We are getting an error when trying to initiate a com object  - the line of code is<br>
	&gt;   fso = CreateObject(&quot;COM&quot;, &quot;Scripting.FileSystemObject&quot;);<br>
	&gt;<br>
	&gt; We do not use Sandbox Security.  How do you<BR> [<A href="http://www.houseoffusion.com/groups/cf-server/message.cfm/messageid:6975"  title="ColdFusion Server (CF-Server): CFObject and CF9">more</A>]]]></description> 
	<pubDate>Sun, 22 Jan 2012 08:42:00 GMT</pubDate> 
	<dc:author>Jochem van Dieten </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-server/message.cfm/messageid:6975</guid> 
</item>

<item>
	<title><![CDATA[CFObject and ColdFusion 9]]></title> 
	<description><![CDATA[I'd second that if this is a shared system and you are not using sandboxes<br>
	and locking down individual applications, you are asking for trouble here<br>
	even allowing the users to use cfdirectory and cffile.<br>
	<br>
	Nic<br>
	<br>
	On 1/18/12 3:43 PM, &quot;John Mason&quot; &lt;mason<BR> [<A href="http://www.houseoffusion.com/groups/cf-server/message.cfm/messageid:6974"  title="ColdFusion Server (CF-Server): CFObject and CF9">more</A>]]]></description> 
	<pubDate>Wed, 18 Jan 2012 03:53:00 GMT</pubDate> 
	<dc:author>Nicholas Tunney </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-server/message.cfm/messageid:6974</guid> 
</item>

<item>
	<title><![CDATA[CFObject and ColdFusion 9]]></title> 
	<description><![CDATA[Don't allow this. They should be using the proper file system access <br>
	points within CF like cffile/cfdirectory. And you should be using <br>
	sandbox security and locking down CF. Don't have it run as &quot;local <br>
	system&quot; account. There is no reason for a <BR> [<A href="http://www.houseoffusion.com/groups/cf-server/message.cfm/messageid:6973"  title="ColdFusion Server (CF-Server): CFObject and CF9">more</A>]]]></description> 
	<pubDate>Wed, 18 Jan 2012 03:43:00 GMT</pubDate> 
	<dc:author>John Mason </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-server/message.cfm/messageid:6973</guid> 
</item>

<item>
	<title><![CDATA[CFObject and ColdFusion 9]]></title> 
	<description><![CDATA[I have a developer who sent me the following:<br>
	<br>
	When the user clicks the button to delete an attachment from the file server ? we first switch its attribute from readonly so that coldfusion can then delete it. <br>
	<br>
	We are getting an error when trying to <BR> [<A href="http://www.houseoffusion.com/groups/cf-server/message.cfm/messageid:6972"  title="ColdFusion Server (CF-Server): CFObject and CF9">more</A>]]]></description> 
	<pubDate>Wed, 18 Jan 2012 03:09:00 GMT</pubDate> 
	<dc:author>Jennifer Lehmann </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-server/message.cfm/messageid:6972</guid> 
</item>

<item>
	<title><![CDATA[ColdFusion 8/Apache2 2/Win2k3 stops responding]]></title> 
	<description><![CDATA[On Mon, Dec 12, 2011 at 5:51 PM, Bill Morgan wrote:<br>
	&gt; The behavior we are seeing is that on indeterminate time periods the site becomes unresponsive.<br>
	<br>
	Is there anything in your ColdFusion logfiles?<br>
	<br>
	Jochem<br>
	<br>
	-- <br>
	Jochem van Dieten<br>
	<A HREF="http://jochem.">http://jochem.</A><BR> [<A href="http://www.houseoffusion.com/groups/cf-server/message.cfm/messageid:6971"  title="ColdFusion Server (CF-Server): CF8/Apache2.2/Win2k3 stops responding">more</A>]]]></description> 
	<pubDate>Tue, 13 Dec 2011 03:39:00 GMT</pubDate> 
	<dc:author>Jochem van Dieten </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-server/message.cfm/messageid:6971</guid> 
</item>



<item>
	<title><![CDATA[The Flex Authority Volume 1, Issue 2 is out now]]></title> 
	<description><![CDATA[If you want your Flex skills to be up-to-date then you need the Flex Authority. The current issue is all about Components: The Building Blocks of Your Applications.
	
	Order now]]></description> 
	<guid>http://www.flex-authority.com/issues/components-application-building-blocks/</guid>
	<pubDate>Sat, 11 Feb 2012 09:55:32 GMT</pubDate> 
	<dc:author>Flex Authority</dc:author> 
</item>

<item>
	<title><![CDATA[ColdFusion 8/Apache2 2/Win2k3 stops responding]]></title> 
	<description><![CDATA[&gt; We have CF8.01(32bit) running on Win2k3(32bit).&nbsp;&nbsp;We are using the <br>
	&gt; Apache 2.2 pre-compiled binary.&nbsp;&nbsp;CF is installed in the multi-instance <br>
	&gt; (JRUN4) mode.&nbsp;&nbsp;We also have FusionReactor 3.x installed.<br>
	&gt; <br>
	&gt; The behavior we are seeing is that on <BR> [<A href="http://www.houseoffusion.com/groups/cf-server/message.cfm/messageid:6970"  title="ColdFusion Server (CF-Server): CF8/Apache2.2/Win2k3 stops responding">more</A>]]]></description> 
	<pubDate>Mon, 12 Dec 2011 12:07:00 GMT</pubDate> 
	<dc:author>Bill Morgan </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-server/message.cfm/messageid:6970</guid> 
</item>

<item>
	<title><![CDATA[ColdFusion 8/Apache2 2/Win2k3 stops responding]]></title> 
	<description><![CDATA[We have CF8.01(32bit) running on Win2k3(32bit).&nbsp;&nbsp;We are using the Apache 2.2 pre-compiled binary.&nbsp;&nbsp;CF is installed in the multi-instance (JRUN4) mode.&nbsp;&nbsp;We also have FusionReactor 3.x installed.<br>
	<br>
	The behavior we are seeing is that on indeterminate time <BR> [<A href="http://www.houseoffusion.com/groups/cf-server/message.cfm/messageid:6969"  title="ColdFusion Server (CF-Server): CF8/Apache2.2/Win2k3 stops responding">more</A>]]]></description> 
	<pubDate>Mon, 12 Dec 2011 12:00:00 GMT</pubDate> 
	<dc:author>Bill Morgan </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-server/message.cfm/messageid:6969</guid> 
</item>

<item>
	<title><![CDATA[Migration from ColdFusion  Version 7 to 9 - font problems]]></title> 
	<description><![CDATA[Hi, I had a problem with Coldfusion 9 64bits , installed on Windows 7 64 bits with Apache 64 bits...I need to migrate from Coldfusion 7<br>
	My site runs faster, but the print is bad...all the fonts and the images are smaller than Coldfusion 7...I don't know <BR> [<A href="http://www.houseoffusion.com/groups/cf-server/message.cfm/messageid:6968"  title="ColdFusion Server (CF-Server): Migration from CF Version 7 to 9 - font problems">more</A>]]]></description> 
	<pubDate>Thu, 10 Nov 2011 09:36:00 GMT</pubDate> 
	<dc:author>Jose Luis Resendiz </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-server/message.cfm/messageid:6968</guid> 
</item>

<item>
	<title><![CDATA[J2EE archives not displaying data sources]]></title> 
	<description><![CDATA[I have setup 3 servers with CF9 and Windows 2008 R2 without any problems.&nbsp;&nbsp;I have created 2 J2EE archives to base other instances on.&nbsp;&nbsp;On each of these 3 servers I had all of the data sources displayed in the archive setup so I could accept or not accept <BR> [<A href="http://www.houseoffusion.com/groups/cf-server/message.cfm/messageid:6967"  title="ColdFusion Server (CF-Server): J2EE archives not displaying data sources">more</A>]]]></description> 
	<pubDate>Wed, 26 Oct 2011 09:34:00 GMT</pubDate> 
	<dc:author>Jennifer Lehmann </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-server/message.cfm/messageid:6967</guid> 
</item>

<item>
	<title><![CDATA[Windows 2008 R2, IIS 7 5 + Coldfusion 9 + Internet = Service is Unavailable]]></title> 
	<description><![CDATA[&gt; Make sure you have opened port 8300-8500 on your router and have it pointed<br>
	&gt; towards the ip address of your server.  Make sure you have the 8300-8500<br>
	&gt; ports open in windows firewall, Incoming and outgoing for public use.  If<br>
	&gt; you deployed  sites <BR> [<A href="http://www.houseoffusion.com/groups/cf-server/message.cfm/messageid:6966"  title="ColdFusion Server (CF-Server): Windows 2008 R2, IIS 7.5 + Coldfusion 9 + Internet = Service is Unavailable">more</A>]]]></description> 
	<pubDate>Fri, 12 Aug 2011 10:52:00 GMT</pubDate> 
	<dc:author>Dave Watts </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-server/message.cfm/messageid:6966</guid> 
</item>

<item>
	<title><![CDATA[Windows 2008 R2, IIS 7 5 + Coldfusion 9 + Internet = Service is Unavailable]]></title> 
	<description><![CDATA[&gt; I've set up Coldfusion 9 on a Windows 2008 R2 server with IIS 7.5.  I've got my web site running fine on my<br>
	&gt; company's Intranet, but when I try accessing the site externally I get &quot;Service is Unavailable&quot;, with no HTTP error codes.<br>
	<br>
	Look in your CF <BR> [<A href="http://www.houseoffusion.com/groups/cf-server/message.cfm/messageid:6965"  title="ColdFusion Server (CF-Server): Windows 2008 R2, IIS 7.5 + Coldfusion 9 + Internet = Service is Unavailable">more</A>]]]></description> 
	<pubDate>Fri, 12 Aug 2011 10:51:00 GMT</pubDate> 
	<dc:author>Dave Watts </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-server/message.cfm/messageid:6965</guid> 
</item>

<item>
	<title><![CDATA[Windows 2008 R2, IIS 7 5 + Coldfusion 9 + Internet = Service is Unavailable]]></title> 
	<description><![CDATA[did you try this?<br>
	<A HREF="http://www.jasonholden.com/blog/index.cfm/2009/8/7/Coldfusion-8-and-9-on-Windows-Server-2003-Server-2008-Vista-and-Windows-7-x86-and-x64">http://www.jasonholden.com/blog/index.cfm/2009/8/7/Coldfusion-8-and-9-on-Windows-Server-2003-Server-2008-Vista-and-Windows-7-x86-and-x64</A><br>
	<br>
	It worked for me when I setup my desktop with a similar config.<br>
	<br>
	- Sivan<br>
	<br>
	&gt; To: cf-server@<BR> [<A href="http://www.houseoffusion.com/groups/cf-server/message.cfm/messageid:6964"  title="ColdFusion Server (CF-Server): Windows 2008 R2, IIS 7.5 + Coldfusion 9 + Internet = Service is Unavailable">more</A>]]]></description> 
	<pubDate>Fri, 12 Aug 2011 10:41:00 GMT</pubDate> 
	<dc:author>Sivan Leoni </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-server/message.cfm/messageid:6964</guid> 
</item>

<item>
	<title><![CDATA[The Fusion Authority Quarterly Update Volume 3, Issue 1 is out now]]></title> 
	<description><![CDATA[If you want your ColdFusion skills to be up-to-date then you need the Fusion Authority Quarterly Update. The current issue is all about Data and how to make it work for you. Just what we all need.
	
	Order now]]></description> 
	<guid>http://www.fusionauthority.com/quarterly/data-how-to-make-it-work-for-you/</guid>
	<pubDate>Sat, 11 Feb 2012 09:55:32 GMT</pubDate> 
	<dc:author>Fusion Authority</dc:author> 
</item>


</channel>
</rss>


