I have a scenario where I want to load jars in sequence. Now, I have copied all my jar files in WEB-INF/lib folder. However, the jar is loading in alphabetical order. Is there a way I can define my jars to load in my own order? I am thinking to keep the information in META-INF/MANIFEST.MF. Will this help?
question from:https://stackoverflow.com/questions/66060010/jar-sequence-for-applicaiton-loading-in-tomcat