I am developing OSGI application (plugins, etc) under tomcat. I have
tomcat server and so on, but my current workflow is like that:
1. do some changes in code.
2. export plugin as a jar to the web project
3. start server
4. verify input and output.
I have to say this not satisfy my :(. I would like to have possibility
to debug a least... Could you please point me to a good tutorial?
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.