How to integrate Tomcat and Apache Apollo?

In my application, I have Apache Apollo messages sent from client to server, and vice versa, but the default Apollo web server server is Jetty, I cannot find how to integrate Tomcat and Apache Apollo.

I found information about integrating Tomcat with ActiveMQ here: http://activemq.apache.org/tomcat.html

Apollo compared to the updated ActiveMQ source code and Scala architecture, and I want to know how to integrate Tomcat with Apache Apollo.

+4
source share

Source: https://habr.com/ru/post/1480872/


All Articles