<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>GrassField &#187; datasource</title>
	<atom:link href="http://blog.grassfield.org/category/programming/datasource/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.grassfield.org</link>
	<description>Classroom notes on Java SE, EE &#38; ME</description>
	<lastBuildDate>Fri, 02 Jul 2010 06:29:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Way to Struts 1.2 DataSource</title>
		<link>http://blog.grassfield.org/2008/11/23/way-to-struts-12-datasource/</link>
		<comments>http://blog.grassfield.org/2008/11/23/way-to-struts-12-datasource/#comments</comments>
		<pubDate>Sat, 22 Nov 2008 20:31:03 +0000</pubDate>
		<dc:creator>Pandian R</dc:creator>
				<category><![CDATA[Errors]]></category>
		<category><![CDATA[datasource]]></category>
		<category><![CDATA[jdbc]]></category>
		<category><![CDATA[struts]]></category>
		<category><![CDATA[tomcat]]></category>

		<guid isPermaLink="false">http://blog.grassfield.org/2008/11/23/way-to-struts-12-datasource/</guid>
		<description><![CDATA[
Today I had downloaded struts 1.2.7 and tried to write an application. (I know I am selecting a bit old.) I configured the datasource in struts. Alas. When I tried to start my server, tomcat 6.0, I got the error saying "java.lang.ClassNotFoundException: org.apache.commons.dbcp.BasicDataSource". With Googling I found struts-legacy.jar need to downloaded and copied to lib [...]]]></description>
		<wfw:commentRss>http://blog.grassfield.org/2008/11/23/way-to-struts-12-datasource/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>tomcat &#8211; struts datasource &#8211; mysql</title>
		<link>http://blog.grassfield.org/2006/10/19/tomcat-struts-datasource-mysql/</link>
		<comments>http://blog.grassfield.org/2006/10/19/tomcat-struts-datasource-mysql/#comments</comments>
		<pubDate>Thu, 19 Oct 2006 03:34:00 +0000</pubDate>
		<dc:creator>Pandian R</dc:creator>
				<category><![CDATA[datasource]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[struts]]></category>
		<category><![CDATA[tomcat]]></category>

		<guid isPermaLink="false">http://grassfield.org/blog/?p=15</guid>
		<description><![CDATA[I was configuring struts DS to connect to mysql today morning. i got failed day be4 yesterday, it ended with some classnot found exception. ooops! i noted tday, there was some error in the webpage i read. here is the details.
mydb name: shikshau/n: rootpwd: mysql
here is the datasource part of my struts-config.xml

< type="org.apache.tomcat.dbcp.dbcp.BasicDataSource">   [...]]]></description>
		<wfw:commentRss>http://blog.grassfield.org/2006/10/19/tomcat-struts-datasource-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
