Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Running RAP headless
Running RAP headless [message #9694] Mon, 19 March 2007 20:57 Go to next message
Eclipse UserFriend
Originally posted by: stefan.teitge.web.de

Hello!

What I wanted to do is setting up a headless Eclipse instance serving a
RAP application. (tried with Eclipse 3.3M5eh)

Serving my application within Eclipse using the OSGi Framework launch
configuration works fine.

Then I started to create an Eclipse application/product which starts
Jetty and my application headless. Serving a simple servlet through this
mechanism worked fine.

But I didn't manage to startup the RAP application which simply isn't
found/served through Jetty.

Do I really need to define an application or is there a better way as I
suppose the RAP examples aren't served through a GUI enabled Eclipse ...
or are they? ;-)

Any ideas or hints?

Greets
Stefan Teitge
Re: Running RAP headless [message #10240 is a reply to message #9694] Mon, 19 March 2007 22:26 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jkrause.innoopract.com

Hi Stefan,

Try starting the installation with the -console flag, then you should be
able to get some insight by using the osgi short status with the "ss"
command. You can also start bundles using the console.

We do specify the bundles that we want to load explicitly in the
config.ini like this:

#Configuration File
#Wed Jan 17 06:38:03 CET 2007
osgi.noShutdown=true
osgi.bundles=javax.servlet_2.4.0.200701170641.jar@start,org.apache.commons_loggi
ng_1.0.4.v200608011657@start,org.apache.xerces_2.8.0.v200606131651.jar@start,org
..eclipse.core.commands_3.2.0.I20060605-1400.jar@start,org.eclipse.core.contentty
pe_3.2.0.v20060603.jar@start,org.eclipse.core.jobs_3.2.0.v20060603.jar@start,org
..eclipse.core.runtime_3.2.0.v20060603.jar@start,org.eclipse.core.runtime.compati
bility.registry_3.2.1.R32x_v20060907.jar,org.eclipse.equinox .common_3.2.0.v20060
603.jar@start,org.eclipse.equinox.http.jetty_1.0.0.200702141829.jar@start,org.ec
lipse.equinox.http.registry_1.0.0.200701170641.jar@start,org.eclipse.equinox.htt
p.servlet_1.0.0.200701170641.jar@start,org.eclipse.equinox.preferences_3.2.1.R32
x_v20060717.jar@start,org.eclipse.equinox.registry_3.2.1.R32x_v20060814.jar@star
t,org.eclipse.equinox.servlet.api_1.0.0.v20060601.jar@start,org.eclipse.osgi.ser
vices_3.1.100.v20060601.jar@start,org.eclipse.rap.showcase.head_1.0.0.jar@start,
org.eclipse.rap.showcase_1.0.0.jar@start,org.eclipse.rap.gmaps_1.0.0.jar@start,o
rg.eclipse.rap.demo_1.0.0.jar@start,org.eclipse.rap.econ_1.0.0.jar@start,org.ecl
ipse.rap.jface_1.0.0.jar@start,org.eclipse.rap.rwt_1.0.0.jar@start,org.eclipse.r
ap.ui.workbench_1.0.0.jar@start,org.eclipse.rap.w4t_1.0.0.jar@start,org.mortbay.
jetty_5.1.11.200701170641.jar@start
osgi.bundles.defaultStartLevel=4
osgi.install.area=file:///somepath/rap.demo
osgi.framework= file:///somepath/rap.demo/plugins/org.eclipse.osgi_3.2.1.R32 x_v20060919.jar
#osgi.configuration.cascaded=false
eclipse.ignoreApp=true

Cheers,

Jochen


Stefan Teitge wrote:
> Hello!
>
> What I wanted to do is setting up a headless Eclipse instance serving a
> RAP application. (tried with Eclipse 3.3M5eh)
>
> Serving my application within Eclipse using the OSGi Framework launch
> configuration works fine.
>
> Then I started to create an Eclipse application/product which starts
> Jetty and my application headless. Serving a simple servlet through this
> mechanism worked fine.
>
> But I didn't manage to startup the RAP application which simply isn't
> found/served through Jetty.
>
> Do I really need to define an application or is there a better way as I
> suppose the RAP examples aren't served through a GUI enabled Eclipse ...
> or are they? ;-)
>
> Any ideas or hints?
>
> Greets
> Stefan Teitge
Re: Running RAP headless [message #10273 is a reply to message #10240] Tue, 20 March 2007 07:30 Go to previous message
Raul Arabaolaza is currently offline Raul ArabaolazaFriend
Messages: 27
Registered: July 2009
Junior Member
Hi Stefan:

I did exactly the same thing that you want for a RAP proof of concept i
Previous Topic:setBounds and Layouts
Next Topic:level is 5.0 ?
Goto Forum:
  


Current Time: Sat Aug 31 23:57:08 GMT 2024

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

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

Back to the top