Classloading in Weblogic 8.1

83 views Asked by At

I'm dealing with an issue with static singleton that we create for log4j. As per the document here, jboss 4.x and prior used a unified class loader. Meaning, a class deployed in one .ear file can access access class of another ear deployed. So, if one .ear file has already loaded that class, then 2nd .ear does not load it again as it is already loaded.

Does anyone know if this is same for Weblogic 8.1 server? If that is true, I need to change the design of our application.

Update: Issue i'm dealing with here

0

There are 0 answers