1

Is there any way one can configure tomcat 8.x to start two web applications in desired order? For example, I have an two web applications A and B and I want to make sure that B always starts before A.

Shailendra
  • 319
  • 4
  • 14
  • Google for "Tomcat deploy order". You'll find some SO threads like this one: http://stackoverflow.com/questions/6698646/is-there-a-way-to-enforce-a-deployment-order-in-tomcat6 – Baderous Jan 17 '16 at 14:27
  • Check %CATALINA_HOME%/conf/server.xml ... but this "starts" is a little ambiguous. – ROMANIA_engineer Jan 17 '16 at 14:28

1 Answers1

0

Check the order in file: "tomcat_home"/conf/server.xml and try to invert B with A

navy1978
  • 1,411
  • 1
  • 15
  • 35