I have a rogue jar being loaded into my tomcat instance. I would like to be able to tell where the corresponding jar file is being loaded from. If not available, I would like to be able to see where a class that is in that jar is being loaded from.
I have looked at the ~/conf/logging.properties file, but from that it is not clear to me how to specify what I want.
Or, is this something one does from startup.sh as a java option?
Thanks for any ideas.