Hello, I am starting a master-thesis project. In preparation I have created an apache-felix based OSGI container embeded in an apache tomcat 6 server.
I have successfully deployed a number of bundles and can register servlets and services between bundles. What I have problems with is getting simple html resources and JSP pages to work. For JSP I plan to use the bundles described at http://www.eclipse.org/equinox/server/jsp_support.php At the moment I need the source to the HTTP Service Bridge ( org.apache.felix.http.bridge ) to be able to understand what goes on when the server receives a request. I have found http://svn.apache.org/viewvc/felix/trunk/http/bridge But this contains only one source file, not all of them. Where can I find the full source? Thanks -- Kasper Lindberg

