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?