Hi,

Am 04.11.2012 um 18:57 schrieb cml81:

> Hi , i'm new at OSGi ... i'm working with gemini blueprint and felix and i
> have no clue about how to expose my "internal" servlet ( i mean , servlet
> inside a bundle ) , i have the http bride with the proxy servlet catching
> everything at /* but no idea how to preceed next ... any help?

I am not exactly sure, what your setup is.

Do you run a standaline Java application launching your framework ? In this 
case you would not use the Http Bridge but the Http Service Bundle, which 
embeds the Jetty servlet container.

If you run your framework as part of a web application deployed inside a 
servlet container, you need the Http Service Bridge. But then you have to setup 
your web application such that the bridge is connected to the servlet 
container. 

Once you have the correct setup, you need to grab the Http Service and register 
the servlets. See the Http Service spec. for details.

Regards
Felix

> 
> 
> 
> --
> View this message in context: 
> http://apache-felix.18485.n6.nabble.com/servlet-bridge-problem-tp4836545p5000254.html
> Sent from the Apache Felix - Users mailing list archive at Nabble.com.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to