I believe the deployment order (Linux) is based on the inode number or the webapp directory in /var/lib/tomcat9/webapps
try /var/lib/tomcat9/webapps# ls -li|grep -v war|sort -n
and see if that's the order webapps get deployed
Not sure how to change the inode number yet