<?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; tomcat</title>
	<atom:link href="http://blog.grassfield.org/category/programming/tomcat/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>Integrating tomcat 6.0 and Eclipse europa</title>
		<link>http://blog.grassfield.org/2008/04/20/integrating-tomcat-60-and-eclipse-europa/</link>
		<comments>http://blog.grassfield.org/2008/04/20/integrating-tomcat-60-and-eclipse-europa/#comments</comments>
		<pubDate>Sun, 20 Apr 2008 16:20:36 +0000</pubDate>
		<dc:creator>Pandian R</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[tomcat]]></category>

		<guid isPermaLink="false">http://blog.grassfield.org/2008/04/20/integrating-tomcat-60-and-eclipse-europa/</guid>
		<description><![CDATA[Till now I was using eclipse and tomcat separately, I was not that much serious about deployment, generally I goto the web application folder and edit/compile there itself. I know tomcat can be integrated with Eclipse, but I never tried. Today I have no other go. I need to do it. Here are the steps.
Register [...]]]></description>
		<wfw:commentRss>http://blog.grassfield.org/2008/04/20/integrating-tomcat-60-and-eclipse-europa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>https &#8211; Servlet &#8211; Attachment &#8211; IE not working</title>
		<link>http://blog.grassfield.org/2007/01/13/https-servlet-attachment-ie-not-working/</link>
		<comments>http://blog.grassfield.org/2007/01/13/https-servlet-attachment-ie-not-working/#comments</comments>
		<pubDate>Sat, 13 Jan 2007 17:52:00 +0000</pubDate>
		<dc:creator>Pandian R</dc:creator>
				<category><![CDATA[IE]]></category>
		<category><![CDATA[servlet]]></category>
		<category><![CDATA[tomcat]]></category>

		<guid isPermaLink="false">http://grassfield.org/blog/?p=12</guid>
		<description><![CDATA[Hi, I have a servlet which will send me PDF stream. It  is working good in IE and Firefox. When operating in secured mode (https), IE couldnt download the attachment. it stops in halfway. There were no exceptions thrown at the servlet end. Atlast, we found the line 
response.setHeader(&#8220;Pragma&#8221;, &#8220;no-cache&#8221;);
is the culprit. when we [...]]]></description>
		<wfw:commentRss>http://blog.grassfield.org/2007/01/13/https-servlet-attachment-ie-not-working/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>
		<item>
		<title>JSP, Filter and Forward</title>
		<link>http://blog.grassfield.org/2006/08/24/jsp-filter-and-forward/</link>
		<comments>http://blog.grassfield.org/2006/08/24/jsp-filter-and-forward/#comments</comments>
		<pubDate>Thu, 24 Aug 2006 10:15:00 +0000</pubDate>
		<dc:creator>Pandian R</dc:creator>
				<category><![CDATA[filter]]></category>
		<category><![CDATA[servlet]]></category>
		<category><![CDATA[tomcat]]></category>

		<guid isPermaLink="false">http://grassfield.org/blog/?p=26</guid>
		<description><![CDATA[Filters generally applied to corresponding requests. But when the request is forwarded from one servlet to another source, that will not be processed with Filter. (I checked with Tomcat  4.1). We need to add some more parameters with Filter mapping as noted below.
&#60;filter-mapping&#62;    &#60;filter-name&#62;VJFilterTest&#60;/filter-name&#62;   &#60;!&#8211;&#60;servlet-name&#62;VJServlet&#60;/servlet-name&#62;&#8211;&#62;    &#60;url-pattern&#62;/servlet/MyTest&#60;/url-pattern&#62; [...]]]></description>
		<wfw:commentRss>http://blog.grassfield.org/2006/08/24/jsp-filter-and-forward/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
