Home » Eclipse Projects » Remote Application Platform (RAP) » Export RAP App to Tomcat
Export RAP App to Tomcat [message #48067] |
Wed, 19 September 2007 07:42  |
Eclipse User |
|
|
|
Originally posted by: abo.splitshade.de
Hi,
I just wanted to export my App as a Product to TomCat.
The Error I get is
Problems during export
Unable to find plug-in: org.eclipse.rap.w4t_1.0.0.20070907-1456. Please
check the error log for more details.
I thought in the current M6, there is no dependeny on the w4t-package
anymore, or where is my mistake?
Thank you!
bye
|
|
| | | |
Re: Export RAP App to Tomcat [message #48462 is a reply to message #48201] |
Thu, 20 September 2007 03:04   |
Eclipse User |
|
|
|
Originally posted by: abo.splitshade.de
Good morning again,
it doesnŽt work.
I dont know , what the error is,
it should be possible, to export a RAP Application as an Eclipseproduct
right?
The read the tutorial on deploying the RAP app, but this focuses on
deploying a complete war together with the servletbridge, but on my
appserver,
the servletbridge is already installed, so it should be enough to export
my app as a simple eclipse-product, but I always get the above message.
Thank You
Greetings
Martin
|
|
| | | | |
Re: Export RAP App to Tomcat [message #49693 is a reply to message #49635] |
Tue, 25 September 2007 03:42   |
Eclipse User |
|
|
|
Originally posted by: fappel.innoopract.com
Hi,
sorry now I've got it, sometimes I'm a little bit slow. The PDE-Export
already fails during compiliation, right? I guess I've mixed it up as you
where saying 'The Application works, from PDE I can start it without any
problems.'...
Hm, are there some more details in the error log, as the Problem message
promises?
Ciao
Frank
"Martin Dilger" <abo@splitshade.de> schrieb im Newsbeitrag
news:fd98i3$r78$1@build.eclipse.org...
> Hi,
>
> I didnt create it at all, because no export is possible...
>
> Greetings
>
> Martin
>
> Frank Appel schrieb:
>> Hi,
>>
>> how did you create the configuration.ini after exporting the feature?
>>
>> Ciao
>> Frank
>>
>>
>> "Martin" <abo@splitshade.de> schrieb im Newsbeitrag
>> news:8c23f6c97b51a9fcceb292648ab23a35$1@www.eclipse.org...
>>> Hi Frank, thanks for your answer, but even exporting the feature-project
>>> doesn
|
|
| | |
Re: Export RAP App to Tomcat [message #58585 is a reply to message #49752] |
Thu, 08 November 2007 06:57   |
Eclipse User |
|
|
|
Originally posted by: benjamin.wolff.web.de
hi!
i have a "similar" problem regarding PDE export. it's not exactly the same
but it fits to the topic.
the problem is to export my rap app for deploying on a tomcat server.
here's the summary of the steps i took:
- i deployed the bridge.war demo on the tomcat, with success
- i used the org.eclipse.rap.demo.feature to deploy the rap demo following
this guide:
http://help.eclipse.org/help33/index.jsp?topic=/org.eclipse. rap.help/help/html/getting-started/launcher.html
with success!!!
now i want to do the same with my rap app, the problem is, it needs an
external .jar, the ojdbc14.jar to be exact. the app runs fine when i
launch it out of eclipse. i added the ojdbc14.jar to the buildpath and it
is listed under 'Referenced Libraries' in my project.
so far so good, i used the demo.feature and added my app as a plugin and
removed the rap.demo plugin. when i run the webappBuilder.xml as an ant
script the PDE exporter puts the following error in the .zip file:
...
DriverManager.registerDriver (new oracle.jdbc.OracleDriver());
^^^^^^
oracle cannot be resolved to a type
....
ok, it's obvious that the reference to the ojdbc14.jar is missing. i added
the ojdbc14.jar to the buildpath of the feature, but the error remains.
i'm quite new to java, eclipse, rcp, rap and this error gives me quite a
headache since the last few days, until now i couldn't find an appropiate
solution for my problem therefore i'll try it here.
so the question is, how and where do i add external .jar's so that the
export feature works?!
i'd be very grateful if someone could fill me in.
thx in advance!!
additional information:
- eclipse v3.3
- rap target v1.0.0
- tomcat v5.5
|
|
|
Re: Export RAP App to Tomcat [message #58610 is a reply to message #58585] |
Thu, 08 November 2007 07:01   |
Eclipse User |
|
|
|
Originally posted by: benjamin.wolff.web.de
houston, we have a problem with the link :P
that's the link i intended to post:
http://help.eclipse.org/help33/index.jsp?topic=/org.eclipse. rap.help/help/html/advanced/deployment.html
sry :)
Ben W. wrote:
> hi!
> i have a "similar" problem regarding PDE export. it's not exactly the same
> but it fits to the topic.
> the problem is to export my rap app for deploying on a tomcat server.
> here's the summary of the steps i took:
> - i deployed the bridge.war demo on the tomcat, with success
> - i used the org.eclipse.rap.demo.feature to deploy the rap demo following
> this guide:
>
http://help.eclipse.org/help33/index.jsp?topic=/org.eclipse. rap.help/help/html/getting-started/launcher.html
> with success!!!
> now i want to do the same with my rap app, the problem is, it needs an
> external .jar, the ojdbc14.jar to be exact. the app runs fine when i
> launch it out of eclipse. i added the ojdbc14.jar to the buildpath and it
> is listed under 'Referenced Libraries' in my project.
> so far so good, i used the demo.feature and added my app as a plugin and
> removed the rap.demo plugin. when i run the webappBuilder.xml as an ant
> script the PDE exporter puts the following error in the .zip file:
> ...
> DriverManager.registerDriver (new oracle.jdbc.OracleDriver());
> ^^^^^^
> oracle cannot be resolved to a type
> ....
> ok, it's obvious that the reference to the ojdbc14.jar is missing. i added
> the ojdbc14.jar to the buildpath of the feature, but the error remains.
> i'm quite new to java, eclipse, rcp, rap and this error gives me quite a
> headache since the last few days, until now i couldn't find an appropiate
> solution for my problem therefore i'll try it here.
> so the question is, how and where do i add external .jar's so that the
> export feature works?!
> i'd be very grateful if someone could fill me in.
> thx in advance!!
> additional information:
> - eclipse v3.3
> - rap target v1.0.0
> - tomcat v5.5
|
|
|
Re: Export RAP App to Tomcat [message #58786 is a reply to message #58610] |
Thu, 08 November 2007 15:43   |
Eclipse User |
|
|
|
Originally posted by: jkrause.innoopract.com
Ben,
Can you please check if
a) the ojdbc14.jar is listed in your MANIFEST.MF in the
"Bundle-ClassPath" Section
b) your build.properties file lists the same jar in the
"bin.includes" Section
Jochen
Ben W. wrote:
> houston, we have a problem with the link :P
>
> that's the link i intended to post:
> http://help.eclipse.org/help33/index.jsp?topic=/org.eclipse. rap.help/help/html/advanced/deployment.html
>
>
> sry :)
>
>
>
>
>
>
> Ben W. wrote:
>
>> hi!
>
>> i have a "similar" problem regarding PDE export. it's not exactly the
>> same but it fits to the topic.
>
>> the problem is to export my rap app for deploying on a tomcat server.
>
>> here's the summary of the steps i took:
>
>> - i deployed the bridge.war demo on the tomcat, with success
>> - i used the org.eclipse.rap.demo.feature to deploy the rap demo
>> following this guide:
> http://help.eclipse.org/help33/index.jsp?topic=/org.eclipse. rap.help/help/html/getting-started/launcher.html
>
>> with success!!!
>
>> now i want to do the same with my rap app, the problem is, it needs an
>> external .jar, the ojdbc14.jar to be exact. the app runs fine when i
>> launch it out of eclipse. i added the ojdbc14.jar to the buildpath and
>> it is listed under 'Referenced Libraries' in my project.
>
>> so far so good, i used the demo.feature and added my app as a plugin
>> and removed the rap.demo plugin. when i run the webappBuilder.xml as
>> an ant script the PDE exporter puts the following error in the .zip
>> file: ...
>> DriverManager.registerDriver (new oracle.jdbc.OracleDriver());
>> ^^^^^^
>> oracle cannot be resolved to a type
>> ....
>
>> ok, it's obvious that the reference to the ojdbc14.jar is missing. i
>> added the ojdbc14.jar to the buildpath of the feature, but the error
>> remains.
>
>> i'm quite new to java, eclipse, rcp, rap and this error gives me quite
>> a headache since the last few days, until now i couldn't find an
>> appropiate solution for my problem therefore i'll try it here.
>
>> so the question is, how and where do i add external .jar's so that the
>> export feature works?!
>
>> i'd be very grateful if someone could fill me in.
>
>> thx in advance!!
>
>
>
>> additional information:
>> - eclipse v3.3
>> - rap target v1.0.0
>> - tomcat v5.5
>
|
|
| | | |
Goto Forum:
Current Time: Sun May 11 12:04:20 EDT 2025
Powered by FUDForum. Page generated in 0.05330 seconds
|