Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » RAP/Equinox WAR products
RAP/Equinox WAR products [message #531870] Thu, 06 May 2010 12:40 Go to next message
Martijn Cremer is currently offline Martijn CremerFriend
Messages: 77
Registered: January 2010
Location: Breda
Member

I resently stumbled when trying to build a war file on to this:
http://eclipsesource.com/blogs/2010/04/11/rapequinox-war-pro ducts/ and http://wiki.eclipse.org/RAP/Equinox_WAR_products (both are the same).

Now the idea is great and I am relay happy that someone is taking on the challenge of making a tedious job deploying your hard worked RAP application deployed on your tomcat/glashfish server. And I think the feature would strengthen the power of RAP (witch laready awws a lot of peapol in it easy of single sourcing).

Now he ask on his blog to give ideas and sutch and also in his wiki. So lets brain storm (a lot of minds make better ten 1)..

And if eny one alreay knows of a beta of this summer code (I think its not alouwed by the rules of Googles Summer code) i woudnt mind being pointed towards it.


hm. I've lost a machine.. literally _lost_. it responds to ping, it works completely, I just can't figure out where in my apartment it is.
Re: RAP/Equinox WAR products [message #532087 is a reply to message #531870] Fri, 07 May 2010 06:52 Go to previous messageGo to next message
Holger Staudacher is currently offline Holger StaudacherFriend
Messages: 166
Registered: July 2009
Senior Member
Hey Martijn,
thanks for the feedback on this idea. The war products will be
developed as gsoc 2010 project and has been approved by google. So, the
developement will start at May 24th. I will check in the bundles into
the RAP CVS during developement. So, there is no need for a beta
because you can check out the bundles by yourself and give it a try.
Looking forward to hear more ideas from you ;) Thanks in advance.

Regards Holger

On 2010-05-06 14:40:18 +0200, Martijn Cremer <martijn.cremer@o2u.nl> said:

> I resently stumbled when trying to build a war file on to this:
> http://eclipsesource.com/blogs/2010/04/11/rapequinox-war-pro ducts/ and
> http://wiki.eclipse.org/RAP/Equinox_WAR_products (both are the same).
> Now the idea is great and I am relay happy that someone is taking on
> the challenge of making a tedious job deploying your hard worked RAP
> application deployed on your tomcat/glashfish server. And I think the
> feature would strengthen the power of RAP (witch laready awws a lot of
> peapol in it easy of single sourcing).
>
> Now he ask on his blog to give ideas and sutch and also in his wiki. So
> lets brain storm (a lot of minds make better ten 1)..
>
> And if eny one alreay knows of a beta of this summer code (I think its
> not alouwed by the rules of Googles Summer code) i woudnt mind being
> pointed towards it.


--
-----------------------------------------

http://eclipsesource.com

http://twitter.com/eclipsesource
Re: RAP/Equinox WAR products [message #532810 is a reply to message #532087] Tue, 11 May 2010 09:45 Go to previous messageGo to next message
Martijn Cremer is currently offline Martijn CremerFriend
Messages: 77
Registered: January 2010
Location: Breda
Member

Holger,

I think i found the problem. What the main problem was I coudnt debug becouse i coudnt start up the OSGi console. I was using the newest package from CSV:
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<psf version="2.0">
	<provider id="org.eclipse.team.cvs.core.cvsnature">
		<project reference="1.0,:pserver:dev.eclipse.org:/cvsroot/tools,org.eclipse.orbit/javax.servlet,javax.servlet,v2_5"/>
		<project reference="1.0,:pserver:dev.eclipse.org:/cvsroot/rt,org.eclipse.equinox/server-side/bundles/org.eclipse.equinox.http.registry,org.eclipse.equinox.http.registry"/>
		<project reference="1.0,:pserver:dev.eclipse.org:/cvsroot/rt,org.eclipse.equinox/compendium/bundles/org.eclipse.equinox.http.servlet,org.eclipse.equinox.http.servlet"/>
		<project reference="1.0,:pserver:dev.eclipse.org:/cvsroot/rt,org.eclipse.equinox/server-side/bundles/org.eclipse.equinox.http.servletbridge,org.eclipse.equinox.http.servletbridge"/>
		<project reference="1.0,:pserver:dev.eclipse.org:/cvsroot/rt,org.eclipse.equinox/server-side/bundles/org.eclipse.equinox.servletbridge,org.eclipse.equinox.servletbridge"/>
		<project reference="1.0,:pserver:dev.eclipse.org:/cvsroot/eclipse,equinox-incubator/org.eclipse.equinox.servletbridge.feature,org.eclipse.equinox.servletbridge.feature"/>
	</provider>
</psf>


Then I gotten the newest feature

<?xml version="1.0" encoding="UTF-8"?>
<psf version="2.0">
	<provider id="org.eclipse.team.cvs.core.cvsnature">
		<project reference="1.0,:pserver:dev.eclipse.org:/cvsroot/rt,org.eclipse.rap/releng/org.eclipse.rap.demo.feature,org.eclipse.rap.demo.feature"/>
	</provider>
</psf>


Now as far as I could tell the main problem is that I coudnt start the OSGi frame work in my tomcast server was this text in the web.xml

<!-- Enable multi-language support for the extension registry -->
<init-param>
<param-name>commandline</param-name>
<param-value>-registryMultiLanguage</param-value>
</init-param>

<!-- Framework Controls could be useful for testing purpose, but
we disable it in RAP environment per default -->

Now I can get the OSGi console in my tomcat server and finely debug.


hm. I've lost a machine.. literally _lost_. it responds to ping, it works completely, I just can't figure out where in my apartment it is.
Re: RAP/Equinox WAR products [message #532812 is a reply to message #532810] Tue, 11 May 2010 09:50 Go to previous messageGo to next message
Martijn Cremer is currently offline Martijn CremerFriend
Messages: 77
Registered: January 2010
Location: Breda
Member

Now that I have the console running I see that my application is lazy loaded. And thus not active.

hm. I've lost a machine.. literally _lost_. it responds to ping, it works completely, I just can't figure out where in my apartment it is.
Re: RAP/Equinox WAR products [message #532886 is a reply to message #532812] Tue, 11 May 2010 13:16 Go to previous messageGo to next message
Martijn Cremer is currently offline Martijn CremerFriend
Messages: 77
Registered: January 2010
Location: Breda
Member

Woops the last 2 post were ment for a other topic ( http://www.eclipse.org/forums/index.php?t=msg&th=167890& amp;start=0&).

A nifty feature would be that it checks plugins even if there optional if there part of the RAP target. For single sourcing purposes you often set every thing to optional (RCP and RAP) so that you don't get compile errors when test running. But this is not something you want on the deployment.


hm. I've lost a machine.. literally _lost_. it responds to ping, it works completely, I just can't figure out where in my apartment it is.
Re: RAP/Equinox WAR products [message #532906 is a reply to message #532886] Tue, 11 May 2010 14:18 Go to previous message
Rüdiger Herrmann is currently offline Rüdiger HerrmannFriend
Messages: 581
Registered: July 2009
Senior Member
On 11.05.2010 15:16, Martijn Cremer wrote:
> Woops the last 2 post were ment for a other topic
> ( http://www.eclipse.org/forums/index.php?t=msg&th=167890& amp;start=0&).
>
> A nifty feature would be that it checks plugins even if there optional
> if there part of the RAP target. For single sourcing purposes you often
> set every thing to optional (RCP and RAP) so that you don't get compile
> errors when test running. But this is not something you want on the
> deployment.
If you think this is generally useful, you may file an enhancement
request at PDE.
Previous Topic:java.lang.IllegalStateException: Form too large228864>200000
Next Topic:Could not evaluate javascript response ......
Goto Forum:
  


Current Time: Thu Mar 28 18:47:39 GMT 2024

Powered by FUDForum. Page generated in 0.04591 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top