<?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/"
		>
<channel>
	<title>Comments on: Tomcat ROOT.war deployment</title>
	<atom:link href="http://www.andrew-eells.com/2009/03/21/tomcat-root-war/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.andrew-eells.com/2009/03/21/tomcat-root-war/</link>
	<description>Java, Oracle, Web comments</description>
	<lastBuildDate>Sat, 17 Oct 2009 17:31:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Andrew Eells</title>
		<link>http://www.andrew-eells.com/2009/03/21/tomcat-root-war/comment-page-1/#comment-4</link>
		<dc:creator>Andrew Eells</dc:creator>
		<pubDate>Fri, 18 Sep 2009 11:04:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.andrew-eells.com/?p=190#comment-4</guid>
		<description>Depends what application container you are using to some extent. Here are Apache&#039;s suggestions for &lt;a href=&quot;http://tomcat.apache.org/tomcat-5.5-doc/config/context.html&quot; rel=&quot;nofollow&quot;&gt;The Tomcat Context Container&lt;/a&gt;.

Using Tomcat 5.5 we have an application context xml file:

&lt;Context docBase=&quot;@DEPLOY_FILE@&quot;&gt;
&#160;&#160;&#160;&#160;&lt;ResourceLink global=&quot;blah&quot; name=&quot;blah&quot; type=&quot;blah&quot;/&gt;
&lt;/Context&gt;

that is moved to &lt;tomcat_install&gt;/conf/Catalina/&lt;hostname&gt;/ROOT.xml as part of the deploy process.</description>
		<content:encoded><![CDATA[<p>Depends what application container you are using to some extent. Here are Apache&#8217;s suggestions for <a href="http://tomcat.apache.org/tomcat-5.5-doc/config/context.html" rel="nofollow">The Tomcat Context Container</a>.</p>
<p>Using Tomcat 5.5 we have an application context xml file:</p>
<p>&lt;Context docBase=&#8221;@DEPLOY_FILE@&#8221;&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;ResourceLink global=&#8221;blah&#8221; name=&#8221;blah&#8221; type=&#8221;blah&#8221;/&gt;<br />
&lt;/Context&gt;</p>
<p>that is moved to <tomcat_install>/conf/Catalina/<hostname>/ROOT.xml as part of the deploy process.</hostname></tomcat_install></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kspratling</title>
		<link>http://www.andrew-eells.com/2009/03/21/tomcat-root-war/comment-page-1/#comment-3</link>
		<dc:creator>kspratling</dc:creator>
		<pubDate>Wed, 09 Sep 2009 13:01:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.andrew-eells.com/?p=190#comment-3</guid>
		<description>Thanks for the article...it&#039;s very helpful.  I have a question about the following line:

&lt;Context docBase=&quot;//.war&quot; /&gt;

Where should I put this?  In the server.xml?</description>
		<content:encoded><![CDATA[<p>Thanks for the article&#8230;it&#8217;s very helpful.  I have a question about the following line:</p>
<p>&lt;Context docBase=&#8221;//.war&#8221; /&gt;</p>
<p>Where should I put this?  In the server.xml?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
