Error while deploying a web application in OSGI container using pax web
- by RaulDM
Hello I am trying to deploy a web application in a Felix container.
I have all the required configuration done with my web app like the setting up of the manifest headers:
Webapp-Context:
Bundle-ClassPath:
Bundle-Activator:
Import-Package:
Bundle-SymbolicName:
etc
The Pax bundles that I have dropped in the same container are:…