Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » deploy my RAP-App as War-File
deploy my RAP-App as War-File [message #491434] Wed, 14 October 2009 14:51 Go to next message
Oliver Koch is currently offline Oliver KochFriend
Messages: 12
Registered: July 2009
Junior Member
Hi everybody.

I want to deploy my RAP-Application as war-File and get the Following Error:

eclipse.core.runtime.compatibility.registry_0.0.0 failed to resolve.:Host plug-in org.eclipse.equinox.registry_[3.3.0,3.5.0) has not been found.


I don't understand the error, becaus the target- and the eclipse-version contains "org.eclipse.equinox.registry_3.5.0.v20090911.jar"

I'm using Eclipse Galileo Build id: 20090920-1017 and the RAP Target 1.3 M2 (with some Birt Plugins).

Thank you in advance
Olli
Re: deploy my RAP-App as War-File [message #491438 is a reply to message #491434] Wed, 14 October 2009 15:00 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 Oliver,

did you follow the guide from RAP documentation [1]?

[1]
http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse .rap.help/help/html/advanced/deployment.html

Best,
Ivan

Oliver Koch wrote:
> Hi everybody.
>
> I want to deploy my RAP-Application as war-File and get the Following
> Error:
>
> eclipse.core.runtime.compatibility.registry_0.0.0 failed to
> resolve.:Host plug-in org.eclipse.equinox.registry_[3.3.0,3.5.0) has
> not been found.
>
> I don't understand the error, becaus the target- and the
> eclipse-version contains
> "org.eclipse.equinox.registry_3.5.0.v20090911.jar"
>
> I'm using Eclipse Galileo Build id: 20090920-1017 and the RAP Target
> 1.3 M2 (with some Birt Plugins).
>
> Thank you in advance
> Olli
Re: deploy my RAP-App as War-File [message #491584 is a reply to message #491438] Thu, 15 October 2009 07:46 Go to previous messageGo to next message
Oliver Koch is currently offline Oliver KochFriend
Messages: 12
Registered: July 2009
Junior Member
Good Morning,

to deploy my WebApp i follow the guid from the documentation [1] and the Tutorial from the RAP-Blog [2].

However, I have now thrown out "eclipse.core.runtime.compatibility.registry" from the feature.xml (Is this needed at all?). PDE-Exports runs through without any problems. But if I deploys my war-File now on Tomcat 6.x, I get some bad errors in the tomcat-console:

org.osgi.framework.BundleException: The bundle could not be resolved. Reason: Missing Constraint: Require-Bundle: org.eclipse.equinox.http.registry; bundle-version="1.0.100"
	at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolverError(AbstractBundle.java:1313)
	at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolutionFailureException(AbstractBundle.java:1297)
	at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:319)
	at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:370)
	at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1068)
	at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:554)
	at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:461)
	at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:246)
	at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:442)
	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:227)
	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:337)


And so on, over all PlugIns...

[2] http:// eclipsesource.com/blogs/2007/12/07/rap-deployment-part-2-dep loying-your-application-as-a-war-file/
Re: deploy my RAP-App as War-File [message #491664 is a reply to message #491584] Thu, 15 October 2009 12:22 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 Oliver,

you |have to ensure that all needed bundles (and their dependencies) are
available in|:
1. feature.xml
2. |config.ini
3. "build\webapp\WEB-INF\eclipse\plugins" after PDE export||.
To debug the problem enable the osgi console in web.xml. Use "ss"
command in osgi console to list all bundles and their status or "diag
<bundle no>" for the reason why the bundle is not active.

Best,
Ivan
|
Oliver Koch wrote:
> Good Morning,
>
> to deploy my WebApp i follow the guid from the documentation [1] and
> the Tutorial from the RAP-Blog [2].
>
> However, I have now thrown out
> "eclipse.core.runtime.compatibility.registry" from the feature.xml (Is
> this needed at all?). PDE-Exports runs through without any problems.
> But if I deploys my war-File now on Tomcat 6.x, I get some bad errors
> in the tomcat-console:
>
>
> org.osgi.framework.BundleException: The bundle could not be resolved.
> Reason: Missing Constraint: Require-Bundle:
> org.eclipse.equinox.http.registry; bundle-version="1.0.100"
> at
> org.eclipse.osgi.framework.internal.core.AbstractBundle.getR esolverError(AbstractBundle.java:1313)
>
> at
> org.eclipse.osgi.framework.internal.core.AbstractBundle.getR esolutionFailureException(AbstractBundle.java:1297)
>
> at
> org.eclipse.osgi.framework.internal.core.BundleHost.startWor ker(BundleHost.java:319)
>
> at
> org.eclipse.osgi.framework.internal.core.AbstractBundle.resu me(AbstractBundle.java:370)
>
> at
> org.eclipse.osgi.framework.internal.core.Framework.resumeBun dle(Framework.java:1068)
>
> at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.r esumeBundles(StartLevelManager.java:554)
>
> at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.i ncFWSL(StartLevelManager.java:461)
>
> at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.d oSetStartLevel(StartLevelManager.java:246)
>
> at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.d ispatchEvent(StartLevelManager.java:442)
>
> at
> org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEve nt(EventManager.java:227)
>
> at
> org.eclipse.osgi.framework.eventmgr.EventManager$EventThread .run(EventManager.java:337)
>
>
>
> And so on, over all PlugIns...
>
> [2]
> http://eclipsesource.com/blogs/2007/12/07/rap-deployment-par t-2-deploying-your-application-as-a-war-file/
>
Re: deploy my RAP-App as War-File [message #491679 is a reply to message #491664] Thu, 15 October 2009 13:21 Go to previous messageGo to next message
Oliver Koch is currently offline Oliver KochFriend
Messages: 12
Registered: July 2009
Junior Member
Okay....

I checked it all and it seem to be okay, but the errors continued to exist. Then I noticed that in the Run-Configuration my "*.rap" and "*.nl1" fragments are configured with "AutoStart=false".
I changed the config.ini in this way (delete "@start") and it works right away. Never read something like this in the newsgroup or the help...
Here is my config.ini:

#Eclipse Runtime Configuration File
osgi.bundles=  com.ibm.icu.base@start,\
  com.ibm.icu@start,\
  de.xyz.KomLag.nl1,\
  de.xyz.KomLag.rap,\
  de.xyz.KomLag@start,\
  de.xyz.kunden.KomLag@start,\
  de.xyz.maskenbasis.nl1,\
  de.xyz.maskenbasis.rap,\
  de.xyz.maskenbasis@start,\
  org.eclipse.core.commands@start,\
  ...
org.eclipse.equinox.servletbridge.extensionbundle
osgi.bundles.defaultStartLevel=4


The problems seem to be solved Very Happy .
Thank you anyway for your help Ivan.

Regards
Olli
Re: deploy my RAP-App as War-File [message #492142 is a reply to message #491679] Mon, 19 October 2009 06:20 Go to previous messageGo to next message
Oliver Koch is currently offline Oliver KochFriend
Messages: 12
Registered: July 2009
Junior Member
Hi Everybody

My App, now, runs fine in the Tomcat.
But.... Very Happy
You'll not see one single Picture!!!!!

Yes I added them all in the build.properties File and the Jar-File contains them all. I debugged, with Remote Debbuging, my RAP-App in the Tomcat and the Object splash existet (see Code Snippet). Of course, in Eclipse/Jetty everything works fine.

Image splash = Activator.getImageDescriptor("/splash.bmp").createImage();
Re: deploy my RAP-App as War-File [message #492392 is a reply to message #492142] Tue, 20 October 2009 10:36 Go to previous messageGo to next message
Stefan   is currently offline Stefan Friend
Messages: 316
Registered: July 2009
Senior Member
Hi Oliver,

maybe omitting the preceding slash helps?

Regards,
Stefan.


Oliver Koch schrieb:
> Hi Everybody
>
> My App, now, runs fine in the Tomcat.
> But.... :d You'll not see one single Picture!!!!!
>
> Yes I added them all in the build.properties File and the Jar-File
> contains them all. I debugged, with Remote Debbuging, my RAP-App in the
> Tomcat and the Object splash existet (see Code Snippet). Of course, in
> Eclipse/Jetty everything works fine.
>
> Image splash = Activator.getImageDescriptor("/splash.bmp").createImage();
Re: deploy my RAP-App as War-File [message #492396 is a reply to message #492142] Tue, 20 October 2009 10:47 Go to previous messageGo to next message
Benjamin Muskalla is currently offline Benjamin MuskallaFriend
Messages: 338
Registered: July 2009
Senior Member
Oliver,

how do you use the images? Did you use any hard-coded paths to access
the image resources?

Regards,
Ben

Oliver Koch wrote:
> Hi Everybody
>
> My App, now, runs fine in the Tomcat.
> But.... :d You'll not see one single Picture!!!!!
>
> Yes I added them all in the build.properties File and the Jar-File
> contains them all. I debugged, with Remote Debbuging, my RAP-App in the
> Tomcat and the Object splash existet (see Code Snippet). Of course, in
> Eclipse/Jetty everything works fine.
>
> Image splash = Activator.getImageDescriptor("/splash.bmp").createImage();


--
Benjamin Muskalla | EclipseSource Karlsruhe
http://www.eclipsesource.com | http://twitter.com/eclipsesource
Re: deploy my RAP-App as War-File [message #492407 is a reply to message #492396] Tue, 20 October 2009 11:18 Go to previous messageGo to next message
Oliver Koch is currently offline Oliver KochFriend
Messages: 12
Registered: July 2009
Junior Member
@Stefan

I try with and without the slash, it has the same effect.

@Benjamin

I use Paths such as in this example:

public static final String ICONS_PATH = "resources/icons/";
public static final String ICO_PRINTER = ICONS_PATH + "printer.png";


But like I said, I have debugged the App and the Object splash (from my other example) exists and knows the right height and wide of the Image. It just won't display it Sad.
Re: deploy my RAP-App as War-File [message #492411 is a reply to message #492407] Tue, 20 October 2009 11:23 Go to previous messageGo to next message
Benjamin Muskalla is currently offline Benjamin MuskallaFriend
Messages: 338
Registered: July 2009
Senior Member
But how do you use the images? In SWT widgets (eg. Buttons, Toolbars,
...) or do you use them in another context like in a SWT Browser widget
or in the branding?

Another thing you could check is what happens on the client side. For
example you could use FireBug [getfirebug.com] to see what happens with
the HTTP requests for the images.

Regards,
Ben

Oliver Koch wrote:
> @Stefan
>
> I try with and without the slash, it has the same effect.
>
> @Benjamin
>
> I use Paths such as in this example:
>
>
> public static final String ICONS_PATH = "resources/icons/";
> public static final String ICO_PRINTER = ICONS_PATH + "printer.png";
>
>
> But like I said, I have debugged the App and the Object splash (from my
> other example) exists and knows the right height and wide of the Image.
> It just won't display it :(.


--
Benjamin Muskalla | EclipseSource Karlsruhe
http://www.eclipsesource.com | http://twitter.com/eclipsesource
Re: deploy my RAP-App as War-File [message #492424 is a reply to message #492411] Tue, 20 October 2009 12:16 Go to previous messageGo to next message
Oliver Koch is currently offline Oliver KochFriend
Messages: 12
Registered: July 2009
Junior Member
I use the images in Labels:
lbl_Splash = new PSB_Label(cmp_Middle, SWT.CENTER);
Image splash = Activator.getImageDescriptor("splash.bmp").createImage();
lbl_Splash.setImage(splash);

In ToolItems:
ToolItem clearSearch = new ToolItem(toolBar, SWT.PUSH);
clearSearch.setImage(Activator.getImageDescriptor(IKomLagImages.ICO_CROSS).createImage());

or my own Extensions for Actions
<!-- plugin.xml -->
...
<RefreshAction
            Icon="resources/icons/arrow_refresh.png"
            name="Refresh">
...
</RefreshAction>
...

etc...

I used Firebug, as you have recommended.
All HTTP-Request for Images results in 404 Errors. The URL's of the Requests are for example:

http://127.0.0.1:8080/KomLag/rwt-resources/4.fwk6658066/resources/img/splash_300x225.png
--------------------
http://127.0.0.1:8080/KomLag/rwt-resources/themes/Custom_1/widgets/tree/start_minus.gif


pffff...... Confused

Benjamin Muskalla wrote on Tue, 20 October 2009 07:23
But how do you use the images? In SWT widgets (eg. Buttons, Toolbars,
...) or do you use them in another context like in a SWT Browser widget
or in the branding?

Another thing you could check is what happens on the client side. For
example you could use FireBug [getfirebug.com] to see what happens with
the HTTP requests for the images.

Regards,
Ben

Re: deploy my RAP-App as War-File [message #492447 is a reply to message #492424] Tue, 20 October 2009 12:58 Go to previous messageGo to next message
Ralf Sternberg is currently offline Ralf SternbergFriend
Messages: 1313
Registered: July 2009
Senior Member

Oliver,

those paths look good. If all images (including theme images) are
missing then I suppose that your problem is somehow related to resource
registration. Could you please post the output of the ss command in your
OSGi console? You should also enable the -consolelog parameter in your
web.xml to track errors.

Regards, Ralf


Oliver Koch wrote:
> I use the images in Labels:
>
> lbl_Splash = new PSB_Label(cmp_Middle, SWT.CENTER);
> Image splash = Activator.getImageDescriptor("splash.bmp").createImage();
> lbl_Splash.setImage(splash);
>
> In ToolItems:
>
> ToolItem clearSearch = new ToolItem(toolBar, SWT.PUSH);
> clearSearch.setImage(Activator.getImageDescriptor(IKomLagIma ges.ICO_CROSS).createImage());
>
>
> or my own Extensions for Actions
>
> <!-- plugin.xml -->
> ..
> <RefreshAction
> Icon="resources/icons/arrow_refresh.png"
> name="Refresh">
> ..
> </RefreshAction>
> ..
>
> etc...
>
> I used Firebug, as you have recommended.
> All HTTP-Request for Images results in 404 Errors. The URL's of the
> Requests are for example:
>
>
> http://127.0.0.1:8080/KomLag/rwt-resources/4.fwk6658066/reso urces/img/splash_300x225.png
>
> --------------------
> http://127.0.0.1:8080/KomLag/rwt-resources/themes/Custom_1/w idgets/tree/start_minus.gif
>
>
>
> pffff...... :?
> Benjamin Muskalla wrote on Tue, 20 October 2009 07:23
>> But how do you use the images? In SWT widgets (eg. Buttons, Toolbars,
>> ...) or do you use them in another context like in a SWT Browser
>> widget or in the branding?
>>
>> Another thing you could check is what happens on the client side. For
>> example you could use FireBug [getfirebug.com] to see what happens
>> with the HTTP requests for the images.
>>
>> Regards,
>> Ben
>
>
Re: deploy my RAP-App as War-File [message #492452 is a reply to message #492447] Tue, 20 October 2009 13:46 Go to previous messageGo to next message
Oliver Koch is currently offline Oliver KochFriend
Messages: 12
Registered: July 2009
Junior Member
Here is the output from the ss command in the OSGI-console in Tomcat 6.x:

id      State       Bundle
0       ACTIVE      org.eclipse.osgi_3.6.0.v20090914
                    Fragments=40
1       ACTIVE      com.ibm.icu.base_4.0.1.v20090415
2       RESOLVED    de.xyz.KomLag.nl1_1.0.0.20091012
                    Master=4
3       RESOLVED    de.xyz.KomLag.rap_1.0.0.20091012
                    Master=4
4       ACTIVE      de.xyz.KomLag_1.0.0.20091012
                    Fragments=2, 3
5       ACTIVE      de.xyz.kunden.KomLagPsb_1.0.0.20091012
6       RESOLVED    de.xyz.maskenbasis.nl1_1.0.0.20091012
                    Master=8
7       RESOLVED    de.xyz.maskenbasis.rap_1.0.0.20091012
                    Master=8
8       ACTIVE      de.xyz.maskenbasis_1.0.0.20091012
                    Fragments=6, 7
9       ACTIVE      org.apache.commons.logging_1.0.4.v200904062259
10      ACTIVE      org.eclipse.core.commands_3.5.0.I20090525-2000
11      ACTIVE      org.eclipse.core.contenttype_3.4.100.v20090831
12      ACTIVE      org.eclipse.core.databinding.beans_1.2.0.I20090525-2000
13      ACTIVE      org.eclipse.core.databinding.observable_1.3.0.I20090901-0800
14      ACTIVE      org.eclipse.core.databinding.property_1.2.100.I20090825-0800
15      ACTIVE      org.eclipse.core.databinding_1.3.0.I20090825-0800
16      ACTIVE      org.eclipse.core.expressions_3.4.100.v20090429-1800
17      ACTIVE      org.eclipse.core.jobs_3.4.100.v20090429-1800
18      ACTIVE      org.eclipse.core.runtime_3.5.100.v20090911
19      ACTIVE      org.eclipse.equinox.app_1.2.0.v20090520-1800
20      ACTIVE      org.eclipse.equinox.common_3.5.100.v20090817
21      ACTIVE      org.eclipse.equinox.http.jetty_2.0.0.v20090520-1800
22      ACTIVE      org.eclipse.equinox.http.registry_1.0.200.200910201527
23      ACTIVE      org.eclipse.equinox.http.servletbridge_1.0.100.v20090306-1900
24      ACTIVE      org.eclipse.equinox.http.servlet_1.0.200.200910201527
25      ACTIVE      org.eclipse.equinox.preferences_3.2.300.v20090520-1800
26      ACTIVE      org.eclipse.equinox.registry_3.5.0.200910201527
27      ACTIVE      org.eclipse.help_3.5.0.v20090729
28      ACTIVE      org.eclipse.osgi.services_3.2.0.v20090520-1800
29      ACTIVE      org.eclipse.rap.jface.databinding_1.3.0.20090929-1121
30      ACTIVE      org.eclipse.rap.jface_1.3.0.20090929-1121
31      RESOLVED    org.eclipse.rap.rwt.q07_1.3.0.20090929-1121
                    Master=32
32      ACTIVE      org.eclipse.rap.rwt_1.3.0.20090929-1121
                    Fragments=31
33      ACTIVE      org.eclipse.rap.ui.cheatsheets_1.3.0.20090929-1121
34      ACTIVE      org.eclipse.rap.ui.forms_1.3.0.20090929-1121
35      ACTIVE      org.eclipse.rap.ui.views_1.3.0.20090929-1121
36      ACTIVE      org.eclipse.rap.ui.workbench_1.3.0.20090929-1121
37      ACTIVE      org.eclipse.rap.ui_1.3.0.20090929-1121
38      ACTIVE      org.mortbay.jetty.server_6.1.15.v200905151201
39      ACTIVE      org.mortbay.jetty.util_6.1.15.v200905182336
40      RESOLVED    org.eclipse.equinox.servletbridge.extensionbundle_1.0.0
                    Master=0
Re: deploy my RAP-App as War-File [message #492583 is a reply to message #492452] Tue, 20 October 2009 20:49 Go to previous messageGo to next message
Ralf Sternberg is currently offline Ralf SternbergFriend
Messages: 1313
Registered: July 2009
Senior Member

Hi Oliver,

you're deploying a Jetty into Tomcat, so you have two concurrent servlet
containers running. I'm not sure about the consequences, but that
probably won't go well. You should leave out equinox.http.jetty and the
mortbay.jetty bundles.

Best regards, Ralf

Oliver Koch wrote:
> Here is the output from the ss command in the OSGI-console in Tomcat 6.x:
>
>
> id State Bundle
> 0 ACTIVE org.eclipse.osgi_3.6.0.v20090914
> Fragments=40
> 1 ACTIVE com.ibm.icu.base_4.0.1.v20090415
> 2 RESOLVED de.xyz.KomLag.nl1_1.0.0.20091012
> Master=4
> 3 RESOLVED de.xyz.KomLag.rap_1.0.0.20091012
> Master=4
> 4 ACTIVE de.xyz.KomLag_1.0.0.20091012
> Fragments=2, 3
> 5 ACTIVE de.xyz.kunden.KomLagPsb_1.0.0.20091012
> 6 RESOLVED de.xyz.maskenbasis.nl1_1.0.0.20091012
> Master=8
> 7 RESOLVED de.xyz.maskenbasis.rap_1.0.0.20091012
> Master=8
> 8 ACTIVE de.xyz.maskenbasis_1.0.0.20091012
> Fragments=6, 7
> 9 ACTIVE org.apache.commons.logging_1.0.4.v200904062259
> 10 ACTIVE org.eclipse.core.commands_3.5.0.I20090525-2000
> 11 ACTIVE org.eclipse.core.contenttype_3.4.100.v20090831
> 12 ACTIVE org.eclipse.core.databinding.beans_1.2.0.I20090525-2000
> 13 ACTIVE
> org.eclipse.core.databinding.observable_1.3.0.I20090901-0800
> 14 ACTIVE
> org.eclipse.core.databinding.property_1.2.100.I20090825-0800
> 15 ACTIVE org.eclipse.core.databinding_1.3.0.I20090825-0800
> 16 ACTIVE org.eclipse.core.expressions_3.4.100.v20090429-1800
> 17 ACTIVE org.eclipse.core.jobs_3.4.100.v20090429-1800
> 18 ACTIVE org.eclipse.core.runtime_3.5.100.v20090911
> 19 ACTIVE org.eclipse.equinox.app_1.2.0.v20090520-1800
> 20 ACTIVE org.eclipse.equinox.common_3.5.100.v20090817
> 21 ACTIVE org.eclipse.equinox.http.jetty_2.0.0.v20090520-1800
> 22 ACTIVE org.eclipse.equinox.http.registry_1.0.200.200910201527
> 23 ACTIVE
> org.eclipse.equinox.http.servletbridge_1.0.100.v20090306-190 0
> 24 ACTIVE org.eclipse.equinox.http.servlet_1.0.200.200910201527
> 25 ACTIVE org.eclipse.equinox.preferences_3.2.300.v20090520-1800
> 26 ACTIVE org.eclipse.equinox.registry_3.5.0.200910201527
> 27 ACTIVE org.eclipse.help_3.5.0.v20090729
> 28 ACTIVE org.eclipse.osgi.services_3.2.0.v20090520-1800
> 29 ACTIVE org.eclipse.rap.jface.databinding_1.3.0.20090929-1121
> 30 ACTIVE org.eclipse.rap.jface_1.3.0.20090929-1121
> 31 RESOLVED org.eclipse.rap.rwt.q07_1.3.0.20090929-1121
> Master=32
> 32 ACTIVE org.eclipse.rap.rwt_1.3.0.20090929-1121
> Fragments=31
> 33 ACTIVE org.eclipse.rap.ui.cheatsheets_1.3.0.20090929-1121
> 34 ACTIVE org.eclipse.rap.ui.forms_1.3.0.20090929-1121
> 35 ACTIVE org.eclipse.rap.ui.views_1.3.0.20090929-1121
> 36 ACTIVE org.eclipse.rap.ui.workbench_1.3.0.20090929-1121
> 37 ACTIVE org.eclipse.rap.ui_1.3.0.20090929-1121
> 38 ACTIVE org.mortbay.jetty.server_6.1.15.v200905151201
> 39 ACTIVE org.mortbay.jetty.util_6.1.15.v200905182336
> 40 RESOLVED org.eclipse.equinox.servletbridge.extensionbundle_1.0.0
> Master=0
>
icon14.gif  Re: deploy my RAP-App as War-File [message #492620 is a reply to message #492583] Wed, 21 October 2009 06:55 Go to previous message
Oliver Koch is currently offline Oliver KochFriend
Messages: 12
Registered: July 2009
Junior Member
Good Morning,

I tried it and it worked right away Very Happy . The next time I think more about which plugin I should add Rolling Eyes .

I thank you all for your help.

Best Regards
Olli
Previous Topic:Suspend Upload with Upload Widget
Next Topic:TrayDialog and HelpTray
Goto Forum:
  


Current Time: Wed Apr 24 23:31:43 GMT 2024

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

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

Back to the top