Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[gemini-dev] Is Gemini supported in a "Equinox in a Servlet Container" configuration?

Hi,

I know you can start an Equinox with Gemini and deploy WAR files (WAB) there as explained at this page (step 2.2) of the Gemini documentation:

https://www.eclipse.org/gemini/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/gemini-web-user-guide.html#introduction


Equinox -> Gemini Web -> WAR


But, it would be possible using Gemini with the ServletBridge as shown below rather than running it on an Equinox standalone instance?


Tomcat -> ServletBridge -> Equinox -> Gemini Web -> WAR

It would require that Gemini Web would run as proxied application rather that starting up a Tomcat instance.


Thanks!
Pablo.

Back to the top