Thanks, that's servletbridge I need indeed. Do you guys provide an implementation?
Regards On Thu, Jan 22, 2009 at 10:30 AM, Alin Dreghiciu <[email protected]>wrote: > Can you be more specific about what do you want to achieve? The > service tracker may not being called because there is no http service > available without pax web there. As Niclas pointed out if you want to > make use of the web container as Tomcat you wanna try out the > ServletBridge that will expose for you the necessary http service, > hence the tracker will be called. > > On Wed, Jan 21, 2009 at 10:30 PM, Vinicius Carvalho > <[email protected]> wrote: > > 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 > > > > > > > > -- > Alin Dreghiciu > http://www.ops4j.org - New Energy for OSS Communities - Open > Participation Software. > http://www.qi4j.org - New Energy for Java - Domain Driven > Development. > http://malaysia.jayway.net - New Energy for Projects - Great People > working on Great Projects at Great Places > > _______________________________________________ > general mailing list > [email protected] > http://lists.ops4j.org/mailman/listinfo/general >
_______________________________________________ general mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/general
