<?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: Serving static files in Google app engine development edition</title>
	<atom:link href="http://www.gridshore.nl/2009/06/26/serving-static-files-in-google-app-engine-development-edition/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gridshore.nl/2009/06/26/serving-static-files-in-google-app-engine-development-edition/</link>
	<description>A weblog about software engineering, Architecture, Technology an other things we like.</description>
	<lastBuildDate>Thu, 19 Aug 2010 21:06:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: K. Prins</title>
		<link>http://www.gridshore.nl/2009/06/26/serving-static-files-in-google-app-engine-development-edition/comment-page-1/#comment-24620</link>
		<dc:creator>K. Prins</dc:creator>
		<pubDate>Wed, 08 Jul 2009 07:57:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/?p=811#comment-24620</guid>
		<description>Sorry. index.html is:
[html]
  [head]
	[meta http-equiv=&quot;refresh&quot; content=&quot;0;URL=/Main&quot; /]
  [/head]
[/html]
Is seems that if you don&#039;t call an static welcome-file, the development-environment can&#039;t find any static-file. If you do call a static welcome-file, it can find any static-file. So, calling a static welcome-file that redirects to the servlet, makes alle static-files available. This wil work in de production-environment too.</description>
		<content:encoded><![CDATA[<p>Sorry. index.html is:<br />
[html]<br />
  [head]<br />
	[meta http-equiv="refresh" content="0;URL=/Main" /]<br />
  [/head]<br />
[/html]<br />
Is seems that if you don&#8217;t call an static welcome-file, the development-environment can&#8217;t find any static-file. If you do call a static welcome-file, it can find any static-file. So, calling a static welcome-file that redirects to the servlet, makes alle static-files available. This wil work in de production-environment too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jettro</title>
		<link>http://www.gridshore.nl/2009/06/26/serving-static-files-in-google-app-engine-development-edition/comment-page-1/#comment-24613</link>
		<dc:creator>jettro</dc:creator>
		<pubDate>Tue, 07 Jul 2009 21:20:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/?p=811#comment-24613</guid>
		<description>Would be nice to see the code of what you mean, you need to escape it I think</description>
		<content:encoded><![CDATA[<p>Would be nice to see the code of what you mean, you need to escape it I think</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: K. Prins</title>
		<link>http://www.gridshore.nl/2009/06/26/serving-static-files-in-google-app-engine-development-edition/comment-page-1/#comment-24612</link>
		<dc:creator>K. Prins</dc:creator>
		<pubDate>Tue, 07 Jul 2009 20:53:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/?p=811#comment-24612</guid>
		<description>You can make the index.html-file the welcome-file in web.xml.

Make the content of the index.html:

  
	
  

Where /Main is the url for the main-servlet.

This wil work in the development-environment and in the production-environment.</description>
		<content:encoded><![CDATA[<p>You can make the index.html-file the welcome-file in web.xml.</p>
<p>Make the content of the index.html:</p>
<p>Where /Main is the url for the main-servlet.</p>
<p>This wil work in the development-environment and in the production-environment.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
