Hot deploy on JBoss - how do I make JBoss “see” the change?

后端 未结 16 1536
傲寒
傲寒 2020-11-30 21:23

I am developing a Java EE application that I deploy over and over again on a local JBoss installation during development. I want to speed up the build by hot deploying my ap

16条回答
  •  天命终不由人
    2020-11-30 21:54

    You should try JRebel, which does the hot deploy stuff pretty well. A bit expensive, but worth the money. They have a trial version.

提交回复
热议问题