Intellij/Jrebel debugging

I’m trying to configure cuba with intellij and jrebel to reduce the tomcat restarts. Do you guys have any articles that I could read on this subject?

Or if you have any ideas/tips that you could share with me on how to better debug the portal/web side of things.

Thanks!

We don’t use JRebel here at Haulmont, so, unfortunately, do not have any information to share.
Can you tell us more about your problem?
I’m asking because when you use Studio, standard CUBA hot-deploy should update everything except entities, entity listeners, and service interfaces. When you change data model, you usually have to run update scripts on the database, and I doubt the application can survive it without restart anyway.