<?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>public static final &#187; Web</title>
	<atom:link href="http://www.publicstaticfinal.de/category/web/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.publicstaticfinal.de</link>
	<description>the constant Java blog</description>
	<lastBuildDate>Fri, 25 Feb 2011 14:48:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>It&#8217;s /WEB-INF/classes/META-INF</title>
		<link>http://www.publicstaticfinal.de/2009/11/10/its-web-infclassesmeta-inf/</link>
		<comments>http://www.publicstaticfinal.de/2009/11/10/its-web-infclassesmeta-inf/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 09:42:54 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[JavaEE]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Tomcat]]></category>

		<guid isPermaLink="false">http://www.publicstaticfinal.de/?p=110</guid>
		<description><![CDATA[Note to myself (which might help others): In a web application always put the stuff (which is not packaged a single JARs)  in /WEB-INF/classes/META-INF (e.g. persistence.xml or service files) and not in /META-INF. Otherwise the various applications will not be able to locate them.]]></description>
			<content:encoded><![CDATA[<p>Note to myself (which might help others):</p>
<p>In a web application always put the stuff (which is not packaged a single JARs)  in <strong>/WEB-INF/classes/META-INF</strong> (e.g. persistence.xml or service files) and not in /META-INF. Otherwise the various applications will not be able to locate them.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.publicstaticfinal.de/2009/11/10/its-web-infclassesmeta-inf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

