I have an existing Spring MVC web app. I'd like to run inside OSGI JVM, my idea is:
In osgi bundle Activator class, such as start() method. I will start an embedded Jetty Web Server, and load that Web app.
Is it technically possible to run the web app this way? Currently I am having some strange issues.
Aucun commentaire:
Enregistrer un commentaire