eclipse-rap / org.eclipse.rap

Eclipse RAP Runtime (Remote Application Platform)
https://www.eclipse.org/rap/
Eclipse Public License 1.0
18 stars 21 forks source link

BridgeServlet issue #157

Open Devip-singh opened 11 months ago

Devip-singh commented 11 months ago

Hello

We have updated our RAP bundles from 3.10 to 3.26 and required changes to make it compatible with openjdk17 has been done. We are deploying WAR file on jboss 7.4.13 but encountering BridgeServlet issue. Ideally we should get a login page ( Form login). Error : BridgeServlet:/contextPath any help would be greatly appreciated.

@ifurnadjiev

ifurnadjiev commented 3 months ago

Between RAP 3.10 to 3.26 there are many changes related to required bundles. How do you build your WAR? Many OSGi bundles are now required for proper operation. Is the same WAR file operation in other servlet container like Tomcat 9?