<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:ymaps="http://api.maps.yahoo.com/Maps/V2/AnnotatedMaps.xsd">

<channel>
	<title>austenconstable.com &#187; Tomcat</title>
	<atom:link href="http://www.austenconstable.com/tag/tomcat/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.austenconstable.com</link>
	<description>a year in the merde</description>
	<lastBuildDate>Thu, 15 Oct 2009 16:19:43 +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>HOWTO: Run your java web app as the root context on Tomcat</title>
		<link>http://www.austenconstable.com/2009/03/13/howto-run-your-java-web-app-as-the-root-context-on-tomcat/</link>
		<comments>http://www.austenconstable.com/2009/03/13/howto-run-your-java-web-app-as-the-root-context-on-tomcat/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 10:21:30 +0000</pubDate>
		<dc:creator>Austen</dc:creator>
				<category><![CDATA[HOWTO]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[maven]]></category>
		<category><![CDATA[Tomcat]]></category>

		<guid isPermaLink="false">http://www.austenconstable.com/?p=186</guid>
		<description><![CDATA[If you have a context XML fragment in your war (META-INF/context.xml) then it&#8217;s as easy as renaming your war file to ROOT.war If you&#8217;re using the maven build system then just alter your pom to have: &#60;build&#62; &#60;finalName&#62;ROOT&#60;/finalName&#62; ... &#60;/build&#62; &#8230; <a href="http://www.austenconstable.com/2009/03/13/howto-run-your-java-web-app-as-the-root-context-on-tomcat/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you have a context XML fragment in your war (<code>META-INF/context.xml</code>) then it&#8217;s as easy as renaming your war file to <code>ROOT.war</code></p>
<p>If you&#8217;re using the maven build system then just alter your pom to have:</p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;build<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;finalName<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>ROOT<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/finalName<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	...
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/build<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></div></div>

<p>Simple when you know how&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.austenconstable.com/2009/03/13/howto-run-your-java-web-app-as-the-root-context-on-tomcat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
