Jar1 has a properties file name abc.properties and Jar2 also has same file abc.properties. Like this i have more than 100 jars. Is there any mechanism to understand from which jar the abc.properties is loaded.
I know it is based on the precedence from the classpath. But i would like to know the name of the jar from which abc.properties are loaded.
Is there any classloader hook to find the same or any tools that might help.
The application is deployed in weblogic. I can deploy in in Tomcat as well if need be.