On Thu, Sep 15, 2011 at 2:44 PM, Kasper Lindberg
<[email protected]>wrote:

> 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.
>

The bridge only contains one source file...if you want other sources files
in other modules of the HTTP Service you need to go up one directory in the
repo and look in the sibling directories.

-> richard


>
> Where can I find the full source?
>
> Thanks
>
> --
> Kasper Lindberg
>

Reply via email to