Re: Help with HTTP Service

2009-01-29 Thread Vinicius Carvalho
of course directly download everything you need from > http://download.eclipse.org/equinox/ > and > http://download.eclipse.org/tools/orbit/downloads/ > > HTH > -Simon > > ----- Original Message - > From: "Niclas Hedhman" > To: "General OPS4J&qu

Re: Help with HTTP Service

2009-01-22 Thread Simon Kaegi
undles. You can of course directly download everything you need from http://download.eclipse.org/equinox/ and http://download.eclipse.org/tools/orbit/downloads/ HTH -Simon - Original Message - From: "Niclas Hedhman" To: "General OPS4J" Sent: Thursday, January 22, 200

Re: Help with HTTP Service

2009-01-22 Thread Niclas Hedhman
On Thu, Jan 22, 2009 at 1:49 PM, Vinicius Carvalho wrote: > Thanks, that's servletbridge I need indeed. Do you guys provide an > implementation? Nope. I have thought about it a couple of times, but... ServletBridge is a project in its own right, originally developed (maybe still) by Simon Kaegi.

Re: Help with HTTP Service

2009-01-22 Thread Vinicius Carvalho
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 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

Re: Help with HTTP Service

2009-01-22 Thread Alin Dreghiciu
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 fo

Re: Help with HTTP Service

2009-01-21 Thread Niclas Hedhman
On Wed, Jan 21, 2009 at 9:30 PM, Vinicius Carvalho wrote: > 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