<?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>www.berndresch.com</title>
	<atom:link href="http://www.berndresch.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.berndresch.com/blog</link>
	<description></description>
	<lastBuildDate>Sat, 14 Jan 2012 07:35:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>Skiing Instructors &#8211; A Look Behind the Scenes</title>
		<link>http://www.berndresch.com/blog/2012/01/14/skiing-instructors-a-look-behind-the-scenes/</link>
		<comments>http://www.berndresch.com/blog/2012/01/14/skiing-instructors-a-look-behind-the-scenes/#comments</comments>
		<pubDate>Sat, 14 Jan 2012 07:33:37 +0000</pubDate>
		<dc:creator>berno</dc:creator>
				<category><![CDATA[Private News and Thoughts]]></category>

		<guid isPermaLink="false">http://www.berndresch.com/blog/?p=133</guid>
		<description><![CDATA[I recently read this article in the Austrian newspaper derStandard: Feuchtgebiete in den Alpen It&#8217;s basically a semi-funny illustration of a ski instructor&#8217;s &#8220;après-professional&#8221; part of a working day. However, the hammer strikes just at the end &#8211; when the short bio mentions his birth place ;-/]]></description>
			<content:encoded><![CDATA[<p>I recently read this article in the Austrian newspaper <a href="http://derstandard.at">derStandard</a>:<br />
<br/><br />
<a href="http://derstandard.at/1326249001273/Aufrisszone-Skiurlaub-Feuchtgebiete-in-den-Alpen">Feuchtgebiete in den Alpen</a><br />
<br/><br/><br />
It&#8217;s basically a semi-funny illustration of a ski instructor&#8217;s &#8220;après-professional&#8221; part of a working day.<br />
<br/><br/><br />
However, the hammer strikes just at the end &#8211; when the short bio mentions his birth place ;-/<br />
<br/></p>
]]></content:encoded>
			<wfw:commentRss>http://www.berndresch.com/blog/2012/01/14/skiing-instructors-a-look-behind-the-scenes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing a CGI Proxy on Tomcat</title>
		<link>http://www.berndresch.com/blog/2011/11/01/installing-a-cgi-proxy-on-tomcat/</link>
		<comments>http://www.berndresch.com/blog/2011/11/01/installing-a-cgi-proxy-on-tomcat/#comments</comments>
		<pubDate>Tue, 01 Nov 2011 20:46:48 +0000</pubDate>
		<dc:creator>berno</dc:creator>
				<category><![CDATA[Professional News and Thoughts]]></category>

		<guid isPermaLink="false">http://www.berndresch.com/blog/?p=78</guid>
		<description><![CDATA[This installation guide has been established using the following system configuration: Windows Server 2003 Java JRE build 1.6.0_29-b11 Tomcat version 6.0.33 (Windows Service Installer) The CGI-Proxy is written in Python 1. Download the proxy.cgi file from the OpenLayers web site: http://trac.osgeo.org/openlayers/browser/trunk/openlayers/examples/proxy.cgi Comment: This file is also included in the OpenLayers API download: http://trac.osgeo.org/openlayers/wiki/HowToDownload 2. Modify [...]]]></description>
			<content:encoded><![CDATA[<p>This installation guide has been established using the following system configuration:</p>
<ul>
<li> Windows Server 2003</li>
<li> Java JRE build 1.6.0_29-b11</li>
<li> Tomcat version 6.0.33 (Windows Service Installer)</li>
<li> The CGI-Proxy is written in Python</li>
</ul>
<p><br/><br />
<strong>1.</strong> Download the <strong>proxy.cgi</strong> file from the OpenLayers web site:<br />
<br/><br />
<a href="http://trac.osgeo.org/openlayers/browser/trunk/openlayers/examples/proxy.cgi">http://trac.osgeo.org/openlayers/browser/trunk/openlayers/examples/proxy.cgi</a><br />
<br/><br/><br />
<em>Comment</em>: This file is also included in the OpenLayers API download:<br />
<br/><a href="http://trac.osgeo.org/openlayers/wiki/HowToDownload"> http://trac.osgeo.org/openlayers/wiki/HowToDownload</a><br />
<span id="more-78"></span><br />
<br/><br/><br/><br />
<strong>2.</strong> Modify the <strong>proxy.cgi</strong> file to include your domain in the <strong>allowedHosts</strong> list:<br />
<br/><br />
<code>allowedHosts = ['www.yourdomain.com:8080']</code><br />
<br/><br/><br />
<em>Comment</em>: Note that you have to include domain AND port here.<br />
<br/><br/><br/><br />
<strong>3.</strong> Copy the <strong>proxy.cgi</strong> file to the following folder:<br />
<br/><br />
<code>$TOMCAT_PATH$/webapps/<em>yourApp</em>/WEB-INF/cgi/</code><br />
<br/><br/><br/><br />
<strong>4.</strong> Modify the file <strong>web.xml</strong> of your web app by adding the sections below. You find the file at<br />
<br/><br />
<code>$TOMCAT_PATH$/webapps/<em>yourApp</em>/WEB-INF/web.xml</code><br />
<br/><br/><em>Comment</em>: In case the web.xml file doesn’t exist for your webapp, just create it yourself or copy it from another webapp and modify it.<br />
<br/><em>Comment</em>: the “param-value” for the “executable” parameter has to contain the path to your Pyhton installation.<br />
<br/><br/><br />
<code>&nbsp;&nbsp;&lt;servlet&gt;<br />
<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;servlet-name&gt;cgi&lt;/servlet-name&gt;<br />
<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;servlet-class&gt;org.apache.catalina.servlets.CGIServlet&lt;/servlet-class&gt;<br />
<br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;init-param&gt;<br />
<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;param-name&gt;debug&lt;/param-name&gt;<br />
<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;param-value&gt;0&lt;/param-value&gt;<br />
<br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;/init-param&gt;<br />
<br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;init-param&gt;<br />
<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;param-name&gt;cgiPathPrefix&lt;/param-name&gt;<br />
<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;param-value&gt;WEB-INF/cgi&lt;/param-value&gt;<br />
<br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;/init-param&gt;<br />
<br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;init-param&gt;<br />
<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;param-name&gt;executable&lt;/param-name&gt;<br />
<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;param-value&gt;c:\python25\python.exe&lt;/param-value&gt;<br />
<br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;/init-param&gt;<br />
<br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;init-param&gt;<br />
<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;param-name&gt;passShellEnvironment&lt;/param-name&gt;<br />
<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;param-value&gt;true&lt;/param-value&gt;<br />
<br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;/init-param&gt;<br />
<br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;load-on-startup&gt;5&lt;/load-on-startup&gt;<br />
<br/>&nbsp;&nbsp;&lt;/servlet&gt;</code><br />
<br/><br/><br />
<code>&nbsp;&nbsp;&lt;servlet-mapping&gt;<br />
<br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;servlet-name&gt;cgi&lt;/servlet-name&gt;<br />
<br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;url-pattern&gt;/cgi-bin/*&lt;/url-pattern&gt;<br />
<br/>&nbsp;&nbsp;&lt;/servlet-mapping&gt;<br />
</code><br />
<br/><br/><br/><br />
<strong>5.</strong> Modify the file <strong>context.xml</strong> of your web app by adding the element below. You find the file at<br />
<code>$TOMCAT_PATH$/webapps/<em>yourApp</em>/META-INF/context.xml</code><br />
<br/><br/><em>Comment</em>: In case the context.xml file doesn’t exist for your webapp, just create it yourself or copy it from another webapp and modify it.<br />
<br/><br/><br />
<code><br />
&nbsp;&nbsp;&lt;Context antiResourceLocking=&quot;false&quot; privileged=&quot;true&quot; useHttpOnly=&quot;true&quot; /&gt;<br />
</code><br />
<br/><br/><br/><br />
<strong>6.</strong> <strong>Restart</strong> Tomcat<br />
<br/><br/><br/><br />
<strong>7.</strong> To use the proxy with <strong>OpenLayers</strong>, just include this single line into your code:<br />
<br/><code>OpenLayers.ProxyHost = "/<em>yourWebApp</em>/cgi-bin/proxy.cgi?url=";</code><br />
<br/><br/><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://www.berndresch.com/blog/2011/11/01/installing-a-cgi-proxy-on-tomcat/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Welcome! &#8211; A First Note from Osna.</title>
		<link>http://www.berndresch.com/blog/2011/10/21/welcome-a-first-note-from-osna/</link>
		<comments>http://www.berndresch.com/blog/2011/10/21/welcome-a-first-note-from-osna/#comments</comments>
		<pubDate>Fri, 21 Oct 2011 19:59:38 +0000</pubDate>
		<dc:creator>berno</dc:creator>
				<category><![CDATA[Private News and Thoughts]]></category>

		<guid isPermaLink="false">http://www.berndresch.com/blog/?p=68</guid>
		<description><![CDATA[Hey ho!! First impression of Osna &#8211; just great!! The people are extremely friendly, the volleyball team is great fun and my colleagues at university are very far-sighted and cooperative. I really had a blast of a start up here! For those of you who don&#8217;t know where Osnabrück is by now &#8211; it&#8217;s here [...]]]></description>
			<content:encoded><![CDATA[<p>Hey ho!!</p>
<p>First impression of Osna &#8211; just great!! The people are extremely friendly, the volleyball team is great fun and my colleagues at university are very far-sighted and cooperative. I really had a blast of a start up here!<br />
<br/><br/><br />
For those of you who don&#8217;t know where Osnabrück is by now &#8211; it&#8217;s <a href="http://maps.google.com/maps?q=Osnabr%C3%BCck,+Germany&amp;hl=en&amp;ie=UTF8&amp;sll=37.0625,-95.677068&amp;sspn=37.188995,79.013672&amp;vpsrc=0&amp;hnear=Osnabr%C3%BCck,+Lower+Saxony,+Germany&amp;t=m&amp;z=11" target="_blank">here</a> <img src='http://www.berndresch.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /><br />
<br/><br />
<span id="more-68"></span><br />
<br/><br />
Quick recap of the first 1.5 months:</p>
<ul>
<li>3 publications submitted</li>
<li>1 book submitted for publication (my PhD thesis)</li>
<li>2 project proposals submitted</li>
<li>3 funded Master Theses acquired</li>
<li>Volleyball Cup tournament near Hannover: not so good <img src='http://www.berndresch.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </li>
<li>Volleyball league: good (leader in the Lower Saxony division after two victories)</li>
<li>Hamburg visit: check!</li>
<li>First Salzburg visit: check!</li>
<li>The start into the nightlife was quite &#8220;successful&#8221;</li>
</ul>
<p><br/><br />
Also, I uploaded some images. The albums are not linked anymore on the web site, but you know how to find them <img src='http://www.berndresch.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.berndresch.com/blog/2011/10/21/welcome-a-first-note-from-osna/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.</title>
		<link>http://www.berndresch.com/blog/2011/09/16/test2/</link>
		<comments>http://www.berndresch.com/blog/2011/09/16/test2/#comments</comments>
		<pubDate>Fri, 16 Sep 2011 09:48:26 +0000</pubDate>
		<dc:creator>berno</dc:creator>
				<category><![CDATA[Welcome Message]]></category>

		<guid isPermaLink="false">http://www.berndresch.com/?p=23</guid>
		<description><![CDATA[Please choose one of the categories from the menu above!]]></description>
			<content:encoded><![CDATA[<p><b>Please choose one of the categories from the menu above!</b></p>
]]></content:encoded>
			<wfw:commentRss>http://www.berndresch.com/blog/2011/09/16/test2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome!</title>
		<link>http://www.berndresch.com/blog/2011/09/16/welcome-2/</link>
		<comments>http://www.berndresch.com/blog/2011/09/16/welcome-2/#comments</comments>
		<pubDate>Fri, 16 Sep 2011 08:32:43 +0000</pubDate>
		<dc:creator>berno</dc:creator>
				<category><![CDATA[Professional News and Thoughts]]></category>

		<guid isPermaLink="false">http://www.berndresch.com/blog/?p=14</guid>
		<description><![CDATA[…to my blog keeping you up to date with professional and private news.]]></description>
			<content:encoded><![CDATA[<p>…to my blog keeping you up to date with professional and private news.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.berndresch.com/blog/2011/09/16/welcome-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

