Sharing an application context between two WARs?

前端 未结 7 1165
执笔经年
执笔经年 2020-12-30 08:26

Is there a way to share an app-context between two deployed wars? One war needs to wire-in the services of another, and I don\'t know where to start with this.

7条回答
  •  死守一世寂寞
    2020-12-30 08:43

    There is an informative blog post I think you should check out: Using a shared parent application context in a multi-war Spring application

提交回复
热议问题