<?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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments on: Don’t forget the drivers!</title>
	<atom:link href="http://www.acidlabs.org/2007/02/16/dont-forget-the-drivers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.acidlabs.org/2007/02/16/dont-forget-the-drivers/</link>
	<description>Conversation. Collaboration. Community.</description>
	<lastBuildDate>Sat, 06 Mar 2010 02:35:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Matt Woodward</title>
		<link>http://www.acidlabs.org/2007/02/16/dont-forget-the-drivers/comment-page-1/#comment-1629</link>
		<dc:creator>Matt Woodward</dc:creator>
		<pubDate>Fri, 16 Feb 2007 13:37:28 +0000</pubDate>
		<guid isPermaLink="false">http://dev.acidlabs.org/2007/02/16/dont-forget-the-drivers/#comment-1629</guid>
		<description>No worries--feedback is always welcome so I&#039;ll make that more clear. What I was thinking from a maintenance standpoint is if you do point DBEdit to the same place as the JRun drivers, then if you have to update the drivers you only have to do it in one place.

I have the exact same problem on the Mac as you do concerning adding drivers at CF_ROOT/servers/lib. I also have to put them inside each server instance. Putting in the higher-level lib directory *does* work for me on Windows though, so I&#039;m not sure what&#039;s up with that. I believe I had the same issue on Linux that I have on the Mac, so maybe it&#039;s a weird *nix issue.</description>
		<content:encoded><![CDATA[<p>No worries&#8211;feedback is always welcome so I&#8217;ll make that more clear. What I was thinking from a maintenance standpoint is if you do point DBEdit to the same place as the JRun drivers, then if you have to update the drivers you only have to do it in one place.</p>
<p>I have the exact same problem on the Mac as you do concerning adding drivers at CF_ROOT/servers/lib. I also have to put them inside each server instance. Putting in the higher-level lib directory *does* work for me on Windows though, so I&#8217;m not sure what&#8217;s up with that. I believe I had the same issue on Linux that I have on the Mac, so maybe it&#8217;s a weird *nix issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: trib</title>
		<link>http://www.acidlabs.org/2007/02/16/dont-forget-the-drivers/comment-page-1/#comment-1631</link>
		<dc:creator>trib</dc:creator>
		<pubDate>Fri, 16 Feb 2007 11:37:59 +0000</pubDate>
		<guid isPermaLink="false">http://dev.acidlabs.org/2007/02/16/dont-forget-the-drivers/#comment-1631</guid>
		<description>Hay, Matt.  I wasn&#039;t having a dig at you, it&#039;s just something that I came across as I was setting this up today.  It&#039;s actually a big pain.  Here I am, wanting to mess with the config as little as possible and:
&lt;ul&gt;
&lt;li&gt;I can&#039;t point dbEdit and ColdFusion datasources at the same instance of the driver, unless I point dbEdit at the drivers inside JRun&lt;/li&gt;
&lt;li&gt;due to some wierdness, that may be local to me, I can&#039;t add drivers at &lt;code&gt;{cf_installation}/servers/lib&lt;/code&gt; and have them recognised by all my server instances (I run a separate server instance for each client development, as I don&#039;t want mappings, custom tags, etc. all mixed in), so I have to bury them deep inside each server instance at &lt;code&gt;{cf_installation}/servers/{server_name}/cfusion-ear/cfusion-war/WEB-INF/lib&lt;/code&gt;.
&lt;/li&gt;&lt;/ul&gt;
So, I wasn&#039;t hassling you, but just pointing out something for the unwary, as I managed to trap myself on the same issue.</description>
		<content:encoded><![CDATA[<p>Hay, Matt.  I wasn&#8217;t having a dig at you, it&#8217;s just something that I came across as I was setting this up today.  It&#8217;s actually a big pain.  Here I am, wanting to mess with the config as little as possible and:</p>
<ul>
<li>I can&#8217;t point dbEdit and ColdFusion datasources at the same instance of the driver, unless I point dbEdit at the drivers inside JRun</li>
<li>due to some wierdness, that may be local to me, I can&#8217;t add drivers at <code>{cf_installation}/servers/lib</code> and have them recognised by all my server instances (I run a separate server instance for each client development, as I don&#8217;t want mappings, custom tags, etc. all mixed in), so I have to bury them deep inside each server instance at <code>{cf_installation}/servers/{server_name}/cfusion-ear/cfusion-war/WEB-INF/lib</code>.
</li>
</ul>
<p>So, I wasn&#8217;t hassling you, but just pointing out something for the unwary, as I managed to trap myself on the same issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Woodward</title>
		<link>http://www.acidlabs.org/2007/02/16/dont-forget-the-drivers/comment-page-1/#comment-1630</link>
		<dc:creator>Matt Woodward</dc:creator>
		<pubDate>Fri, 16 Feb 2007 11:21:16 +0000</pubDate>
		<guid isPermaLink="false">http://dev.acidlabs.org/2007/02/16/dont-forget-the-drivers/#comment-1630</guid>
		<description>Actually in the context of that guide I was describing how to set up the DBEdit plugin connections in Eclipse, not how to get CF to talk to your databases, so what I outline is correct in that limited context. That being said, it probably would be convenient to put the drivers in a place that both CF and DBEdit could use them, so I&#039;ll revise that a bit to outline that as an option.

If you put the drivers somewhere other than in CF&#039;s classpath and you&#039;re on a multi-server install, you would have to log into the JRun administrator (not the CF administrator) to add the jar file to the classpath, which isn&#039;t a huge deal but isn&#039;t the most convenient thing in the world either.

Thanks for the feedback--I&#039;ll get things updated and point people to this post for additional info/background.</description>
		<content:encoded><![CDATA[<p>Actually in the context of that guide I was describing how to set up the DBEdit plugin connections in Eclipse, not how to get CF to talk to your databases, so what I outline is correct in that limited context. That being said, it probably would be convenient to put the drivers in a place that both CF and DBEdit could use them, so I&#8217;ll revise that a bit to outline that as an option.</p>
<p>If you put the drivers somewhere other than in CF&#8217;s classpath and you&#8217;re on a multi-server install, you would have to log into the JRun administrator (not the CF administrator) to add the jar file to the classpath, which isn&#8217;t a huge deal but isn&#8217;t the most convenient thing in the world either.</p>
<p>Thanks for the feedback&#8211;I&#8217;ll get things updated and point people to this post for additional info/background.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
