Hello, According to TC docs, $CATALINA_HOME/lib can hold shared lib jars for all deployed apps, and each deployed app , such as web app, will have its own classloader. My question is: In runtime, will each app get its own separate object instances from the same shared lib jars? Even for those static members of the class, right?
thanks