You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by jeanmarcel <mr...@gmail.com> on 2013/02/22 19:53:27 UTC

Felix HTTP Service Sample + WebLogic

Hi I'm new with felix and OSGi and I'm trying to run this sample:

Servlet bridge sample:
http://svn.apache.org/repos/asf/felix/trunk/http/samples/bridge/

I've to modify the pom to import scr and shell and deployed in weblogic and
get these messages:
<OSGi framework started>
## [servlet1] Init with config
[org.apache.felix.http.base.internal.handler.ServletConfigImpl@258792]
## [servlet2] Init with config
[org.apache.felix.http.base.internal.handler.ServletConfigImpl@d32a52]
## [filter1] Init with config
[org.apache.felix.http.base.internal.handler.FilterConfigImpl@1bcbe77]
## [filter2] Init with config
[org.apache.felix.http.base.internal.handler.FilterConfigImpl@1bdc523] 

But when i access the url localhost:7001/bridge/ i get 404 error. How can I
test de console?

Any help? Thanks guys.



--
View this message in context: http://apache-felix.18485.n6.nabble.com/Felix-HTTP-Service-Sample-WebLogic-tp5002138.html
Sent from the Apache Felix - Dev mailing list archive at Nabble.com.

Re: Felix HTTP Service Sample + WebLogic

Posted by Felix Meschberger <fm...@adobe.com>.
Hi

It looks like the only servlet installed is the WebConsole servlet which would be accessible at /system/console inside your web app.

Thus if your web app is deployed in the /bridge context, the Web Console would be accessible at http://localhost:7001/bridge/system/console

Regards
Felix

Am 22.02.2013 um 19:53 schrieb jeanmarcel:

> Hi I'm new with felix and OSGi and I'm trying to run this sample:
> 
> Servlet bridge sample:
> http://svn.apache.org/repos/asf/felix/trunk/http/samples/bridge/
> 
> I've to modify the pom to import scr and shell and deployed in weblogic and
> get these messages:
> <OSGi framework started>
> ## [servlet1] Init with config
> [org.apache.felix.http.base.internal.handler.ServletConfigImpl@258792]
> ## [servlet2] Init with config
> [org.apache.felix.http.base.internal.handler.ServletConfigImpl@d32a52]
> ## [filter1] Init with config
> [org.apache.felix.http.base.internal.handler.FilterConfigImpl@1bcbe77]
> ## [filter2] Init with config
> [org.apache.felix.http.base.internal.handler.FilterConfigImpl@1bdc523] 
> 
> But when i access the url localhost:7001/bridge/ i get 404 error. How can I
> test de console?
> 
> Any help? Thanks guys.
> 
> 
> 
> --
> View this message in context: http://apache-felix.18485.n6.nabble.com/Felix-HTTP-Service-Sample-WebLogic-tp5002138.html
> Sent from the Apache Felix - Dev mailing list archive at Nabble.com.


--
Felix Meschberger | Principal Scientist | Adobe