<?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: RAP Deployment &#8211; Part 2: Deploying as a WAR</title>
	<atom:link href="http://eclipsesource.com/blogs/2007/12/07/rap-deployment-part-2-deploying-your-application-as-a-war-file/feed/" rel="self" type="application/rss+xml" />
	<link>http://eclipsesource.com/blogs/2007/12/07/rap-deployment-part-2-deploying-your-application-as-a-war-file/</link>
	<description>Eclipse Equinox OSGi</description>
	<lastBuildDate>Wed, 16 May 2012 08:22:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Jose Luis</title>
		<link>http://eclipsesource.com/blogs/2007/12/07/rap-deployment-part-2-deploying-your-application-as-a-war-file/comment-page-1/#comment-9441</link>
		<dc:creator>Jose Luis</dc:creator>
		<pubDate>Thu, 14 Apr 2011 19:56:56 +0000</pubDate>
		<guid isPermaLink="false">http://tmpblog322.wordpress.com/2007/12/07/rap-deployment-part-2-deploying-your-application-as-a-war-file/#comment-9441</guid>
		<description>ok --&gt; java -jar 
/home/joseluis/programas/eclipse3_6_rap2/plugins/org.eclipse.equinox.launcher_1.1.1.R36x_v20101122_1400.jar -application org.eclipse.ant.core.antRunner -buildfile /home/joseluis/proyectos/eclipse3_6_rap2/workspace/es.i2e.rap.erp.feature/script/webappBuilder.xml</description>
		<content:encoded><![CDATA[<p>ok &#8211;&gt; java -jar<br />
/home/joseluis/programas/eclipse3_6_rap2/plugins/org.eclipse.equinox.launcher_1.1.1.R36x_v20101122_1400.jar -application org.eclipse.ant.core.antRunner -buildfile /home/joseluis/proyectos/eclipse3_6_rap2/workspace/es.i2e.rap.erp.feature/script/webappBuilder.xml</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jose Luis</title>
		<link>http://eclipsesource.com/blogs/2007/12/07/rap-deployment-part-2-deploying-your-application-as-a-war-file/comment-page-1/#comment-9440</link>
		<dc:creator>Jose Luis</dc:creator>
		<pubDate>Thu, 14 Apr 2011 19:42:15 +0000</pubDate>
		<guid isPermaLink="false">http://tmpblog322.wordpress.com/2007/12/07/rap-deployment-part-2-deploying-your-application-as-a-war-file/#comment-9440</guid>
		<description>Can I run the ant script outside eclipse? If so, how?
Thanks</description>
		<content:encoded><![CDATA[<p>Can I run the ant script outside eclipse? If so, how?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://eclipsesource.com/blogs/2007/12/07/rap-deployment-part-2-deploying-your-application-as-a-war-file/comment-page-1/#comment-3909</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Thu, 13 May 2010 03:24:47 +0000</pubDate>
		<guid isPermaLink="false">http://tmpblog322.wordpress.com/2007/12/07/rap-deployment-part-2-deploying-your-application-as-a-war-file/#comment-3909</guid>
		<description>I have solved the problem ,thank you .Because the update jar is wrong.</description>
		<content:encoded><![CDATA[<p>I have solved the problem ,thank you .Because the update jar is wrong.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://eclipsesource.com/blogs/2007/12/07/rap-deployment-part-2-deploying-your-application-as-a-war-file/comment-page-1/#comment-3905</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Wed, 12 May 2010 14:15:37 +0000</pubDate>
		<guid isPermaLink="false">http://tmpblog322.wordpress.com/2007/12/07/rap-deployment-part-2-deploying-your-application-as-a-war-file/#comment-3905</guid>
		<description>I tried many times, failed finally. But the demo you given can be deployed  in my tomcat,can you tell me why and how to deal with it ?thank you .</description>
		<content:encoded><![CDATA[<p>I tried many times, failed finally. But the demo you given can be deployed  in my tomcat,can you tell me why and how to deal with it ?thank you .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://eclipsesource.com/blogs/2007/12/07/rap-deployment-part-2-deploying-your-application-as-a-war-file/comment-page-1/#comment-3904</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Wed, 12 May 2010 14:04:35 +0000</pubDate>
		<guid isPermaLink="false">http://tmpblog322.wordpress.com/2007/12/07/rap-deployment-part-2-deploying-your-application-as-a-war-file/#comment-3904</guid>
		<description>Hi, Elias Volanakis
     
     I followed the to tutorial you given in eclipse3.5.0 and rap1.3 to create a war ,when I deployed it in tomcat,
but I failed.
      ERROR MESSAGES:

           java.lang.IllegalArgumentException: An entry point named &#039;rapdemo&#039; does not exist.
	org.eclipse.rwt.internal.lifecycle.EntryPointManager.createUI(EntryPointManager.java:77)
	org.eclipse.rwt.internal.lifecycle.RWTLifeCycle.createUI(RWTLifeCycle.java:244)
	org.eclipse.rwt.internal.lifecycle.RWTLifeCycle$UIThreadController.run(RWTLifeCycle.java:113)
	java.lang.Thread.run(Thread.java:619)
	org.eclipse.rwt.internal.lifecycle.UIThread.run(UIThread.java:102)
     Does this toturial works in eclipse3.5 and rap1.3? Can you help me? Thank you !</description>
		<content:encoded><![CDATA[<p>Hi, Elias Volanakis</p>
<p>     I followed the to tutorial you given in eclipse3.5.0 and rap1.3 to create a war ,when I deployed it in tomcat,<br />
but I failed.<br />
      ERROR MESSAGES:</p>
<p>           java.lang.IllegalArgumentException: An entry point named &#8216;rapdemo&#8217; does not exist.<br />
	org.eclipse.rwt.internal.lifecycle.EntryPointManager.createUI(EntryPointManager.java:77)<br />
	org.eclipse.rwt.internal.lifecycle.RWTLifeCycle.createUI(RWTLifeCycle.java:244)<br />
	org.eclipse.rwt.internal.lifecycle.RWTLifeCycle$UIThreadController.run(RWTLifeCycle.java:113)<br />
	java.lang.Thread.run(Thread.java:619)<br />
	org.eclipse.rwt.internal.lifecycle.UIThread.run(UIThread.java:102)<br />
     Does this toturial works in eclipse3.5 and rap1.3? Can you help me? Thank you !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elias Volanakis</title>
		<link>http://eclipsesource.com/blogs/2007/12/07/rap-deployment-part-2-deploying-your-application-as-a-war-file/comment-page-1/#comment-3889</link>
		<dc:creator>Elias Volanakis</dc:creator>
		<pubDate>Mon, 10 May 2010 23:46:03 +0000</pubDate>
		<guid isPermaLink="false">http://tmpblog322.wordpress.com/2007/12/07/rap-deployment-part-2-deploying-your-application-as-a-war-file/#comment-3889</guid>
		<description>Hi Martijn,

unfortunately WordPress ate the xml (team project set). If you can send it to my email address (elias AT eclipsesource DOT com) I&#039;ll make it available.

Thanks,
Elias.</description>
		<content:encoded><![CDATA[<p>Hi Martijn,</p>
<p>unfortunately WordPress ate the xml (team project set). If you can send it to my email address (elias AT eclipsesource DOT com) I&#8217;ll make it available.</p>
<p>Thanks,<br />
Elias.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martijn Cremer</title>
		<link>http://eclipsesource.com/blogs/2007/12/07/rap-deployment-part-2-deploying-your-application-as-a-war-file/comment-page-1/#comment-3872</link>
		<dc:creator>Martijn Cremer</dc:creator>
		<pubDate>Fri, 07 May 2010 09:38:12 +0000</pubDate>
		<guid isPermaLink="false">http://tmpblog322.wordpress.com/2007/12/07/rap-deployment-part-2-deploying-your-application-as-a-war-file/#comment-3872</guid>
		<description>











</description>
		<content:encoded><![CDATA[]]></content:encoded>
	</item>
	<item>
		<title>By: Martijn Cremer</title>
		<link>http://eclipsesource.com/blogs/2007/12/07/rap-deployment-part-2-deploying-your-application-as-a-war-file/comment-page-1/#comment-3871</link>
		<dc:creator>Martijn Cremer</dc:creator>
		<pubDate>Fri, 07 May 2010 09:37:54 +0000</pubDate>
		<guid isPermaLink="false">http://tmpblog322.wordpress.com/2007/12/07/rap-deployment-part-2-deploying-your-application-as-a-war-file/#comment-3871</guid>
		<description>Here is the new Team Project set data:












</description>
		<content:encoded><![CDATA[<p>Here is the new Team Project set data:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: S.Perrin</title>
		<link>http://eclipsesource.com/blogs/2007/12/07/rap-deployment-part-2-deploying-your-application-as-a-war-file/comment-page-1/#comment-2451</link>
		<dc:creator>S.Perrin</dc:creator>
		<pubDate>Mon, 27 Jul 2009 09:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://tmpblog322.wordpress.com/2007/12/07/rap-deployment-part-2-deploying-your-application-as-a-war-file/#comment-2451</guid>
		<description>Hi, 

Thanks for the well written tutorial. It&#039;s really useful to have a better understanding of how to set up and deploy on tomcat, which is my goal.

Just to let you know that some link have changed due to changes in the CVS organization. 
http://wiki.eclipse.org/Equinox_Eclipse_to_RT_Migration

That not seems to be a very big deal, but regarding the .psf file... i had to modify it ;)
Regards,
Stéphane</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>Thanks for the well written tutorial. It&#8217;s really useful to have a better understanding of how to set up and deploy on tomcat, which is my goal.</p>
<p>Just to let you know that some link have changed due to changes in the CVS organization.<br />
<a href="http://wiki.eclipse.org/Equinox_Eclipse_to_RT_Migration" rel="nofollow">http://wiki.eclipse.org/Equinox_Eclipse_to_RT_Migration</a></p>
<p>That not seems to be a very big deal, but regarding the .psf file&#8230; i had to modify it <img src='http://eclipsesource.com/blogs/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
Regards,<br />
Stéphane</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elias</title>
		<link>http://eclipsesource.com/blogs/2007/12/07/rap-deployment-part-2-deploying-your-application-as-a-war-file/comment-page-1/#comment-1859</link>
		<dc:creator>Elias</dc:creator>
		<pubDate>Thu, 25 Jun 2009 20:27:21 +0000</pubDate>
		<guid isPermaLink="false">http://tmpblog322.wordpress.com/2007/12/07/rap-deployment-part-2-deploying-your-application-as-a-war-file/#comment-1859</guid>
		<description>Hi Serghei,

I&#039;m sorry, but I don&#039;t have the time to provide individual support for at the moment.

You&#039;ll find the most up-to-date deployment instructions for 3.5 in the &lt;a href=&quot;http://help.eclipse.org/galileo/topic/org.eclipse.rap.help/help/html/advanced/deployment.html&quot; rel=&quot;nofollow&quot;&gt;RAP help&lt;/a&gt;. Also the &lt;a href=&quot;http://www.eclipse.org/newsportal/thread.php?group=eclipse.technology.rap&quot; rel=&quot;nofollow&quot;&gt;RAP newsgroup&lt;/a&gt; is a very helpful resource.

I plan to write another blog specifically for 3.5 at a later time though.

Kind regards,
Elias.</description>
		<content:encoded><![CDATA[<p>Hi Serghei,</p>
<p>I&#8217;m sorry, but I don&#8217;t have the time to provide individual support for at the moment.</p>
<p>You&#8217;ll find the most up-to-date deployment instructions for 3.5 in the <a href="http://help.eclipse.org/galileo/topic/org.eclipse.rap.help/help/html/advanced/deployment.html" rel="nofollow">RAP help</a>. Also the <a href="http://www.eclipse.org/newsportal/thread.php?group=eclipse.technology.rap" rel="nofollow">RAP newsgroup</a> is a very helpful resource.</p>
<p>I plan to write another blog specifically for 3.5 at a later time though.</p>
<p>Kind regards,<br />
Elias.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

