Can I run a RAP-Application on Glassfish?

73 Views Asked by At

I should implement a part of a Client-Application as a Web-Application for Glassfish 4.0. Now I saw that there is RAP in Eclipse and it looks perfect for my case.

I already created a RAP Demo Project and in Eclipse it works perfect. But if I convert the project in a Maven Project and deploy the ".war" file on Glassfish it returns an error message.

So my question is if it's possible to run a RAP-Application on Glassfish and if yes, how can i do it?

Thanks a lot!

1

There are 1 best solutions below

0
mifritscher On

I did it already with glassfish so yes, this works - without any extra hassle.

https://help.eclipse.org/2019-03/topic/org.eclipse.rap.doc/guide/articles/deployment.html has some hints, but if you give me your war file I can have a look at it as well.

P.S. how to develop, build and deploy multiple OSGi based web applications gives you a hint you to get working war files as well.