Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » RAP in stand-alone Equinox
RAP in stand-alone Equinox [message #127159] Sat, 04 April 2009 10:26 Go to next message
Eclipse UserFriend
Originally posted by: seb.q.strixforge.pl

Hello!
I have for my company created several stand-alone Equinox servers.
The servers uses Web Services (Axis2) and Web UI interface. Both using
Jetty.

I just wanted to show management how good it would be to migrate the
JSP/Servlet
based GUI into using RAP. I had no problems in creating a demo app and run
it
from Eclipse, but I just can't get RAP running in s stand-alone Equinox. I
have simplified everyting
and just now I'm struggeling to get just my demo app running stand-alone
(e..g no other functionally
than just the GUI)

I have mimiced the launch config into a config.ini file. The problems I run
into are
mostly dependecies to other bundles and versioning problems, which is
strange becuase
I have used the same Eclipse SDK and the same RAP bundles as when running
from
within Eclipse. As its best I got it started somehow but then I got a
problem with SAX exceptions.

Are there any general trick, WoW that I completly have missed. I have
sucessfully run and
executed BIRT and other apps in my Equinox container, but just can't get RAP
to work.

Seb
Re: RAP in stand-alone Equinox [message #127188 is a reply to message #127159] Sat, 04 April 2009 10:53 Go to previous messageGo to next message
Ivan Furnadjiev is currently offline Ivan FurnadjievFriend
Messages: 2426
Registered: July 2009
Location: Sofia, Bulgaria
Senior Member
Hi Sebastian

maybe this [1] article will help you. If you are interest in how to
deploy RAP application as war file, read this article [2].

[1]
http://eclipsesource.com/blogs/2007/11/28/rap-deployment-par t-1-deploying-your-application-with-jetty/
[2]
http://eclipsesource.com/blogs/2007/12/07/rap-deployment-par t-2-deploying-your-application-as-a-war-file/

Best,
Ivan

Sebastian Q wrote:
> Hello!
> I have for my company created several stand-alone Equinox servers.
> The servers uses Web Services (Axis2) and Web UI interface. Both using
> Jetty.
>
> I just wanted to show management how good it would be to migrate the
> JSP/Servlet
> based GUI into using RAP. I had no problems in creating a demo app and run
> it
> from Eclipse, but I just can't get RAP running in s stand-alone Equinox. I
> have simplified everyting
> and just now I'm struggeling to get just my demo app running stand-alone
> (e..g no other functionally
> than just the GUI)
>
> I have mimiced the launch config into a config.ini file. The problems I run
> into are
> mostly dependecies to other bundles and versioning problems, which is
> strange becuase
> I have used the same Eclipse SDK and the same RAP bundles as when running
> from
> within Eclipse. As its best I got it started somehow but then I got a
> problem with SAX exceptions.
>
> Are there any general trick, WoW that I completly have missed. I have
> sucessfully run and
> executed BIRT and other apps in my Equinox container, but just can't get RAP
> to work.
>
> Seb
>
>
>
Re: RAP in stand-alone Equinox [message #127214 is a reply to message #127188] Sun, 05 April 2009 08:21 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: seb.q.strixforge.pl

Hi,

I did follow article 1 but it is somewhat outdated, so its not possible to
do exactly what is states.

Actually I think that there it is something fishy about the versioning of
the tooling and target RAP distribution, and I think
that is the reason that I can't resolve some of the bundles. I have used the
RAP versison that should be working for 3.3 and 3.4, but
to me it looks like some bundles is depending of 3.5 versions. I have to do
some futher digging to verify that however, but I need to
get this working with Equinox 3.3

Seb








"Ivan Furnadjiev" <ivan@eclipsesource.com> skrev i meddelandet
news:gr7e7p$fst$2@build.eclipse.org...
> Hi Sebastian
>
> maybe this [1] article will help you. If you are interest in how to deploy
> RAP application as war file, read this article [2].
>
> [1]
> http://eclipsesource.com/blogs/2007/11/28/rap-deployment-par t-1-deploying-your-application-with-jetty/
> [2]
> http://eclipsesource.com/blogs/2007/12/07/rap-deployment-par t-2-deploying-your-application-as-a-war-file/
>
> Best,
> Ivan
>
> Sebastian Q wrote:
>> Hello!
>> I have for my company created several stand-alone Equinox servers.
>> The servers uses Web Services (Axis2) and Web UI interface. Both using
>> Jetty.
>>
>> I just wanted to show management how good it would be to migrate the
>> JSP/Servlet
>> based GUI into using RAP. I had no problems in creating a demo app and
>> run it
>> from Eclipse, but I just can't get RAP running in s stand-alone Equinox.
>> I have simplified everyting
>> and just now I'm struggeling to get just my demo app running stand-alone
>> (e..g no other functionally
>> than just the GUI)
>>
>> I have mimiced the launch config into a config.ini file. The problems I
>> run into are
>> mostly dependecies to other bundles and versioning problems, which is
>> strange becuase
>> I have used the same Eclipse SDK and the same RAP bundles as when running
>> from
>> within Eclipse. As its best I got it started somehow but then I got a
>> problem with SAX exceptions.
>>
>> Are there any general trick, WoW that I completly have missed. I have
>> sucessfully run and
>> executed BIRT and other apps in my Equinox container, but just can't get
>> RAP to work.
>>
>> Seb
>>
>>
Re: RAP in stand-alone Equinox [message #127228 is a reply to message #127214] Sun, 05 April 2009 08:55 Go to previous message
Ivan Furnadjiev is currently offline Ivan FurnadjievFriend
Messages: 2426
Registered: July 2009
Location: Sofia, Bulgaria
Senior Member
Hi Sebastian,

which RAP version (target platform) do you use? What the ss command in
osgi console gives you?

Best,
Ivan

Sebastian Q wrote:
> Hi,
>
> I did follow article 1 but it is somewhat outdated, so its not possible to
> do exactly what is states.
>
> Actually I think that there it is something fishy about the versioning of
> the tooling and target RAP distribution, and I think
> that is the reason that I can't resolve some of the bundles. I have used the
> RAP versison that should be working for 3.3 and 3.4, but
> to me it looks like some bundles is depending of 3.5 versions. I have to do
> some futher digging to verify that however, but I need to
> get this working with Equinox 3.3
>
> Seb
>
>
>
>
>
>
>
>
> "Ivan Furnadjiev" <ivan@eclipsesource.com> skrev i meddelandet
> news:gr7e7p$fst$2@build.eclipse.org...
>
>> Hi Sebastian
>>
>> maybe this [1] article will help you. If you are interest in how to deploy
>> RAP application as war file, read this article [2].
>>
>> [1]
>> http://eclipsesource.com/blogs/2007/11/28/rap-deployment-par t-1-deploying-your-application-with-jetty/
>> [2]
>> http://eclipsesource.com/blogs/2007/12/07/rap-deployment-par t-2-deploying-your-application-as-a-war-file/
>>
>> Best,
>> Ivan
>>
>> Sebastian Q wrote:
>>
>>> Hello!
>>> I have for my company created several stand-alone Equinox servers.
>>> The servers uses Web Services (Axis2) and Web UI interface. Both using
>>> Jetty.
>>>
>>> I just wanted to show management how good it would be to migrate the
>>> JSP/Servlet
>>> based GUI into using RAP. I had no problems in creating a demo app and
>>> run it
>>> from Eclipse, but I just can't get RAP running in s stand-alone Equinox.
>>> I have simplified everyting
>>> and just now I'm struggeling to get just my demo app running stand-alone
>>> (e..g no other functionally
>>> than just the GUI)
>>>
>>> I have mimiced the launch config into a config.ini file. The problems I
>>> run into are
>>> mostly dependecies to other bundles and versioning problems, which is
>>> strange becuase
>>> I have used the same Eclipse SDK and the same RAP bundles as when running
>>> from
>>> within Eclipse. As its best I got it started somehow but then I got a
>>> problem with SAX exceptions.
>>>
>>> Are there any general trick, WoW that I completly have missed. I have
>>> sucessfully run and
>>> executed BIRT and other apps in my Equinox container, but just can't get
>>> RAP to work.
>>>
>>> Seb
>>>
>>>
>>>
>
>
>
Previous Topic:Multi-column TreeViewer Rendering Problems (possibly a bug?)
Next Topic:Tomcat errror while starting framework using security manager
Goto Forum:
  


Current Time: Thu Apr 25 09:45:26 GMT 2024

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

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

Back to the top