<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: RunJettyRun version 1.0.1 released</title>
	<atom:link href="http://chillenious.wordpress.com/2008/02/03/runjettyrun-version-101-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://chillenious.wordpress.com/2008/02/03/runjettyrun-version-101-released/</link>
	<description>Scratchpad on Wicket, programming and stuff</description>
	<lastBuildDate>Wed, 23 Sep 2009 22:27:58 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Eelco Hillenius</title>
		<link>http://chillenious.wordpress.com/2008/02/03/runjettyrun-version-101-released/#comment-9485</link>
		<dc:creator>Eelco Hillenius</dc:creator>
		<pubDate>Sun, 26 Jul 2009 19:22:20 +0000</pubDate>
		<guid isPermaLink="false">http://chillenious.wordpress.com/?p=101#comment-9485</guid>
		<description>I think those are the capabilities of web tools, which are a collection of plugins themselves. From what I understand, you can already configure Jetty as a server with web tools, so there wouldn&#039;t be a need to develop this again.</description>
		<content:encoded><![CDATA[<p>I think those are the capabilities of web tools, which are a collection of plugins themselves. From what I understand, you can already configure Jetty as a server with web tools, so there wouldn&#8217;t be a need to develop this again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephan</title>
		<link>http://chillenious.wordpress.com/2008/02/03/runjettyrun-version-101-released/#comment-9484</link>
		<dc:creator>Stephan</dc:creator>
		<pubDate>Sun, 26 Jul 2009 18:44:52 +0000</pubDate>
		<guid isPermaLink="false">http://chillenious.wordpress.com/?p=101#comment-9484</guid>
		<description>is it possible to use jetty without your plugin in eclipse using eclipse&#039;s own capabilities? I know that for example WebSphere can be configured in Servers view. Is there a way to use what eclipse already provides in terms of starting / stopping servers with Jetty?</description>
		<content:encoded><![CDATA[<p>is it possible to use jetty without your plugin in eclipse using eclipse&#8217;s own capabilities? I know that for example WebSphere can be configured in Servers view. Is there a way to use what eclipse already provides in terms of starting / stopping servers with Jetty?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mlavannis</title>
		<link>http://chillenious.wordpress.com/2008/02/03/runjettyrun-version-101-released/#comment-9468</link>
		<dc:creator>mlavannis</dc:creator>
		<pubDate>Tue, 31 Mar 2009 18:25:59 +0000</pubDate>
		<guid isPermaLink="false">http://chillenious.wordpress.com/?p=101#comment-9468</guid>
		<description>Moving the jetty libs above my project in the launcher config classpath resolved my problem too (thanks mshillinger!)</description>
		<content:encoded><![CDATA[<p>Moving the jetty libs above my project in the launcher config classpath resolved my problem too (thanks mshillinger!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mshillinger</title>
		<link>http://chillenious.wordpress.com/2008/02/03/runjettyrun-version-101-released/#comment-9349</link>
		<dc:creator>mshillinger</dc:creator>
		<pubDate>Fri, 27 Jun 2008 14:32:08 +0000</pubDate>
		<guid isPermaLink="false">http://chillenious.wordpress.com/?p=101#comment-9349</guid>
		<description>Had the same issue.  In the launcher config classpath, I moved the jetty libs above my project and this solved the problem.  I had an older version of jetty in my classpath (for running unit tests).</description>
		<content:encoded><![CDATA[<p>Had the same issue.  In the launcher config classpath, I moved the jetty libs above my project and this solved the problem.  I had an older version of jetty in my classpath (for running unit tests).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eelco Hillenius</title>
		<link>http://chillenious.wordpress.com/2008/02/03/runjettyrun-version-101-released/#comment-9243</link>
		<dc:creator>Eelco Hillenius</dc:creator>
		<pubDate>Wed, 13 Feb 2008 20:09:43 +0000</pubDate>
		<guid isPermaLink="false">http://chillenious.wordpress.com/?p=101#comment-9243</guid>
		<description>I don&#039;t know. Haven&#039;t seen it myself. Could you file an issue at the site? Cheers.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know. Haven&#8217;t seen it myself. Could you file an issue at the site? Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: krist</title>
		<link>http://chillenious.wordpress.com/2008/02/03/runjettyrun-version-101-released/#comment-9242</link>
		<dc:creator>krist</dc:creator>
		<pubDate>Wed, 13 Feb 2008 19:58:42 +0000</pubDate>
		<guid isPermaLink="false">http://chillenious.wordpress.com/?p=101#comment-9242</guid>
		<description>hi, i just tried to run jetty with your plugin but i keep getting this exception:
&lt;code&gt;
Exception in thread &quot;main&quot; java.lang.NoSuchMethodError: org.mortbay.jetty.Server.addConnector(Lorg/mortbay/jetty/Connector;)V
	at runjettyrun.Bootstrap.main(Bootstrap.java:63)
&lt;/code&gt;

run jetty run points to a directory with a WEB-INF directory that has a simple web.xml (running latest eclipse 3.3.1.1)

any ideas?</description>
		<content:encoded><![CDATA[<p>hi, i just tried to run jetty with your plugin but i keep getting this exception:<br />
<code><br />
Exception in thread "main" java.lang.NoSuchMethodError: org.mortbay.jetty.Server.addConnector(Lorg/mortbay/jetty/Connector;)V<br />
	at runjettyrun.Bootstrap.main(Bootstrap.java:63)<br />
</code></p>
<p>run jetty run points to a directory with a WEB-INF directory that has a simple web.xml (running latest eclipse 3.3.1.1)</p>
<p>any ideas?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
