How to control webapp deployment order when restarting tomcat

前端 未结 5 846
终归单人心
终归单人心 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:51

    Frankly speaking, you need to revisit your architecture.

    Your applications are too tightly coupled with each other.

    You should probably have some controller application and have all applications register with it or something like that.

    This is just a shot in the dark without knowing too much about your specific problem

提交回复
热议问题