<?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>Andrew Eells dot com &#187; Tomcat</title>
	<atom:link href="http://www.andrew-eells.com/category/tomcat/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.andrew-eells.com</link>
	<description>Java, Oracle, Web comments</description>
	<lastBuildDate>Sun, 29 Aug 2010 22:00:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Oracle 11g UCP with Tomcat</title>
		<link>http://www.andrew-eells.com/2010/07/07/oracle-11g-ucp-tomcat/</link>
		<comments>http://www.andrew-eells.com/2010/07/07/oracle-11g-ucp-tomcat/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 20:48:21 +0000</pubDate>
		<dc:creator>Andrew Eells</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Tomcat]]></category>

		<guid isPermaLink="false">http://www.andrew-eells.com/?p=279</guid>
		<description><![CDATA[Download Instant Client Package &#8211; Basic and SQL*Plus from Oracle. Unzip packages to /Applications/oracle/instantclient_10_2. Add the following to ~/.bash_profile: export DYLD_LIBRARY_PATH=/Applications/oracle/instantclient_10_2 export TNS_ADMIN=/Applications/oracle/instantclient_10_2 export PATH=$PATH:$DYLD_LIBRARY_PATH Ensure you have the below tnsnames.ora file in TNS_ADMIN so as to connect to the server from client using connect string: sqlplus &#60;username&#62;@xyz xyz = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP) [...]]]></description>
		<wfw:commentRss>http://www.andrew-eells.com/2010/07/07/oracle-11g-ucp-tomcat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tomcat ROOT.war deployment</title>
		<link>http://www.andrew-eells.com/2009/03/21/tomcat-root-war/</link>
		<comments>http://www.andrew-eells.com/2009/03/21/tomcat-root-war/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 19:00:28 +0000</pubDate>
		<dc:creator>Andrew Eells</dc:creator>
				<category><![CDATA[Tomcat]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.andrew-eells.com/?p=190</guid>
		<description><![CDATA[If you wish to avoid having to deploy a web application explicitly named as ROOT.war &#8211; so that you use the default context URL &#8220;/&#8221; without having to resort to web server URL rewrites &#8211; it&#8217;s possible to do this and still maintain your application war files original name. I thought it was worth writing [...]]]></description>
		<wfw:commentRss>http://www.andrew-eells.com/2009/03/21/tomcat-root-war/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
