<?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>Paul Gu&#124;blog &#187; Eclipse</title>
	<atom:link href="http://blog.paulgu.com/tag/eclipse/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.paulgu.com</link>
	<description>Sharing my world with the world</description>
	<lastBuildDate>Thu, 09 Feb 2012 04:47:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Debugging Tomcat as an External Tool from Eclipse</title>
		<link>http://blog.paulgu.com/java/debugging-tomcat-as-an-external-tool-from-eclipse/</link>
		<comments>http://blog.paulgu.com/java/debugging-tomcat-as-an-external-tool-from-eclipse/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 12:51:53 +0000</pubDate>
		<dc:creator>Paul Gu</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Debug]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blog.paulgu.com/2008/07/18/debugging-tomcat-as-an-external-tool-from-eclipse/</guid>
		<description><![CDATA[You can also configure Eclipse to be able to start and stop tomcat as a program (this approach also seems to work well on Windows). To configure Eclipse to be able to start and stop tomcat: If you have not already done so, set a breakpoint somewhere in your code (preferably something not associated with [...]]]></description>
		<wfw:commentRss>http://blog.paulgu.com/java/debugging-tomcat-as-an-external-tool-from-eclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting Up Tomcat For Remote Debugging</title>
		<link>http://blog.paulgu.com/java/setting-up-tomcat-for-remote-debugging/</link>
		<comments>http://blog.paulgu.com/java/setting-up-tomcat-for-remote-debugging/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 12:21:18 +0000</pubDate>
		<dc:creator>Paul Gu</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Debug]]></category>
		<category><![CDATA[Eclipse]]></category>

		<guid isPermaLink="false">http://blog.paulgu.com/2008/07/18/setting-up-tomcat-for-remote-debugging/</guid>
		<description><![CDATA[To configure tomcat to allow remote debugging, start tomcat using the catalina startup script (from your tomcat home) instead of the normal startup script like so (tomcat must be stopped before you can change over): WIN: set JPDA_ADDRESS=8000set JPDA_TRANSPORT=dt_socketbin/catalina.bat jpda start UNIX: export JPDA_ADDRESS=8000export JPDA_TRANSPORT=dt_socketbin/catalina.sh jpda start We recommend adding this stuff to your startup [...]]]></description>
		<wfw:commentRss>http://blog.paulgu.com/java/setting-up-tomcat-for-remote-debugging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

