How to control webapp deployment order when restarting tomcat

前端 未结 5 844
终归单人心
终归单人心 2020-12-20 03:09

I have a number of war projects deployed in a single tomcat 5.5 container. They consume each other\'s services through http, and thus I need to make sure that, when Tomcat

5条回答
  •  [愿得一人]
    2020-12-20 03:47

    Re-structure your apps into a core-plus-addons. Put the core code into the shared/lib folder and the webapps can access it from there.

提交回复
热议问题