[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.webtools] Re: Eclipse, OSGI & WTP
|
Hi Chris,
I don't think the WTP server tools support deployment of OSGi bundles in a
way that will allow debugging. (If they do I'd be interested as well.)
You may have already seen this but the Equinox Server [1] site contains
some information about debugging from within Eclipse. What you want to do
is launch an OSGi application with the embedded Jetty plug-in. This will
allow you to test and debug your application from within Eclipse.
[1] http://www.eclipse.org/equinox/server/
Lawrence