<?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>Quidquid agis &#187; eclipse</title>
	<atom:link href="http://www.m-schumann.de/tag/eclipse/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.m-schumann.de</link>
	<description>Michael Schumann - IT und sonst so...</description>
	<lastBuildDate>Thu, 24 Jun 2010 15:08:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Port Forwarding</title>
		<link>http://www.m-schumann.de/2009/07/port-forwarding/</link>
		<comments>http://www.m-schumann.de/2009/07/port-forwarding/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 10:19:28 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[IT und co.]]></category>
		<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[forwarding]]></category>
		<category><![CDATA[port]]></category>
		<category><![CDATA[tcp]]></category>
		<category><![CDATA[trace]]></category>

		<guid isPermaLink="false">http://www.m-schumann.de/?p=392</guid>
		<description><![CDATA[Eclipse provides the TCP/IP Monitor to watch the traffic in client-server communication. By default my application is directed to the monitor port. However, if Eclipse does not run, I need a substitute to replace this little tool.
PocketSOAP TCP Trace is such a tiny tool, that simply shows the readable content. Enough for me as I [...]]]></description>
			<content:encoded><![CDATA[<p>Eclipse provides the TCP/IP Monitor to watch the traffic in client-server communication. By default my application is directed to the monitor port. However, if Eclipse does not run, I need a substitute to replace this little tool.</p>
<p><a href="http://pocketsoap.com/tcptrace/" onclick="pageTracker._trackPageview('/outgoing/pocketsoap.com/tcptrace/?referer=');">PocketSOAP TCP Trace</a> is such a tiny tool, that simply shows the readable content. Enough for me as I only want to forward the traffic.</p>
<p>Download <a href="http://www.m-schumann.de/wp/wp-content/media/2009/07/tcptrace081.zip">TCP Trace 0.8.1</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.m-schumann.de/2009/07/port-forwarding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maven definite guide</title>
		<link>http://www.m-schumann.de/2009/06/maven-definite-guide/</link>
		<comments>http://www.m-schumann.de/2009/06/maven-definite-guide/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 12:07:20 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[IT und co.]]></category>
		<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[maven]]></category>

		<guid isPermaLink="false">http://www.m-schumann.de/?p=382</guid>
		<description><![CDATA[An introduction to Maven and it&#8217;s use with Eclipse:
Maven book:  http://www.sonatype.com/books/maven-book/reference_de/public-book.html
Maven book as PDF
http://www.scribd.com/doc/16196659/Developing-with-Eclipse-and-Maven
]]></description>
			<content:encoded><![CDATA[<p>An introduction to Maven and it&#8217;s use with Eclipse:</p>
<p>Maven book:  <a href="http://www.m-schumann.de/wp/wp-content/media/2009/06/maven-definitive-guide_de.pdf">http://www.sonatype.com/books/maven-book/reference_de/public-book.html</a></p>
<p><a href="http://www.m-schumann.de/wp/wp-content/media/2009/06/maven-definitive-guide_de.pdf">Maven book as PDF</a></p>
<p><a href="http://www.scribd.com/doc/16196659/Developing-with-Eclipse-and-Maven" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.scribd.com/doc/16196659/Developing-with-Eclipse-and-Maven?referer=');">http://www.scribd.com/doc/16196659/Developing-with-Eclipse-and-Maven</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.m-schumann.de/2009/06/maven-definite-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debug Tomcat 5.5</title>
		<link>http://www.m-schumann.de/2009/03/debug-tomcat-55/</link>
		<comments>http://www.m-schumann.de/2009/03/debug-tomcat-55/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 08:55:32 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[IT und co.]]></category>
		<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[tomcat]]></category>

		<guid isPermaLink="false">http://www.m-schumann.de/?p=302</guid>
		<description><![CDATA[For those that cannot use the advice on debugging in Tomcat 6 (http://wiki.apache.org/tomcat/FAQ/Developing).
Change the Tomcat startup properties in Start Menu -&#62; Apache Tomcat 5.5 -&#62; Configure Tomcat. In the tab Java, change the Java options by adding each on a separate line:
-Xdebug
-Xrunjdwp:transport=dt_socket,address=7005,server=y,suspend=n
This will enable a debugger to listen on port 7005.

]]></description>
			<content:encoded><![CDATA[<p>For those that cannot use the advice on debugging in Tomcat 6 (<a title="Tomcat FAQ" href="http://wiki.apache.org/tomcat/FAQ/Developing" onclick="pageTracker._trackPageview('/outgoing/wiki.apache.org/tomcat/FAQ/Developing?referer=');">http://wiki.apache.org/tomcat/FAQ/Developing</a>).</p>
<p>Change the Tomcat startup properties in Start Menu -&gt; Apache Tomcat 5.5 -&gt; Configure Tomcat. In the tab <strong>Java</strong>, change the <strong>Java options</strong> by adding each on a separate line:<br />
<code>-Xdebug<br />
-Xrunjdwp:transport=dt_socket,address=7005,server=y,suspend=n</code></p>
<p>This will enable a debugger to listen on port 7005.</p>
<div id="attachment_303" class="wp-caption alignnone" style="width: 423px"><a href="http://www.m-schumann.de/wp/wp-content/media/2009/03/debug-tomcat55.jpg"><img class="size-full wp-image-303" title="Debug Tomcat 5.5. Properties" src="http://www.m-schumann.de/wp/wp-content/media/2009/03/debug-tomcat55.jpg" alt="Tomcat 5.5. Properties dialogue" width="413" height="399" /></a><p class="wp-caption-text">Tomcat 5.5. Properties dialogue</p></div>
<p><img src="file:///C:/DOKUME~1/MICHAE~1.SCH/LOKALE~1/Temp/moz-screenshot-1.jpg" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.m-schumann.de/2009/03/debug-tomcat-55/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Save Eclipse Launch Configuration</title>
		<link>http://www.m-schumann.de/2009/03/save-eclipse-launch-configuration/</link>
		<comments>http://www.m-schumann.de/2009/03/save-eclipse-launch-configuration/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 14:02:42 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[IT und co.]]></category>
		<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://www.m-schumann.de/?p=279</guid>
		<description><![CDATA[Find launch configurations in Eclipse.]]></description>
			<content:encoded><![CDATA[<p>By default Eclipse does not offer a button to export a launch or debug configuration. However, this can be useful for backup or to share a complicated configuration file. These files are stored as  XMLs in the workspace using the extension <strong>.launch</strong>. You can find them in folder<br />
<code><em>workspace</em>\.metadata\.plugins\org.eclipse.debug.core.launches\</code><br />
There are also launches that refer to ANT build scripts.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.m-schumann.de/2009/03/save-eclipse-launch-configuration/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Eclipse-Kunst</title>
		<link>http://www.m-schumann.de/2008/10/eclipse-kunst/</link>
		<comments>http://www.m-schumann.de/2008/10/eclipse-kunst/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 08:55:14 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[IT und co.]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[nullpointer]]></category>

		<guid isPermaLink="false">http://ms2.kenter.de/?p=138</guid>
		<description><![CDATA[Wo kommt denn nur die unbekannte Null her? Vielleicht aus Genf? Jedenfalls ist so etwas sicherlich typisch für einen Freitag Nachmittag.
 
]]></description>
			<content:encoded><![CDATA[<p>Wo kommt denn nur die unbekannte Null her? Vielleicht aus Genf? Jedenfalls ist so etwas sicherlich typisch für einen Freitag Nachmittag.</p>
<div id="attachment_153" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-153" title="Nullpointer" src="http://www.m-schumann.de/wp/wp-content/media/2009/03/nullpointer2-300x244.gif" alt="Nullpointer" width="300" height="244" /><p class="wp-caption-text">Nullpointer</p></div>
<p><a href="http://ms2.kenter.de/wp-content/media/2008/10/nullpointer2.gif" onclick="pageTracker._trackPageview('/outgoing/ms2.kenter.de/wp-content/media/2008/10/nullpointer2.gif?referer=');"><img class="alignnone size-full wp-image-135" title="Null pointer" src="http://ms2.kenter.de/wp-content/media/2008/10/nullpointer2.gif" alt="" /> <!--  width="555" height="481"  --></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.m-schumann.de/2008/10/eclipse-kunst/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
