Hello there! I've been struggling with getting felix webconsole running on my app for over 5 days now :( Our scenario is start the felix container inside an webserver (tomcat, jboss, glasfish) and register the proxy servlet to handle the requests.
So far we did just like sling, but its not working (sling uses very old versions of felix and equinox) With equinox-server the ServiceTracker of the webconsole was never invoked for addingService... So we dropped pax-web. Just by putting the bundle there, we noticied that the Tracker is now being invoked which is great :D but, we don't know how to handle the requests. With the equinox approach we knew that we had to create a servlet lets say /config which would delegate the service() method to a HttpServiceServlet proxy. My question is just how can we embedded pax-web inside a webcontainer and get the felix webconsole running? Regards
_______________________________________________ general mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/general
