Sharing application classloaders on weblogic

Posted by mR_fr0g on Stack Overflow See other posts from Stack Overflow or by mR_fr0g
Published on 2010-05-12T16:04:06Z Indexed on 2010/05/15 8:14 UTC
Read the original article Hit count: 212

Filed under:
|
|
|

My project has several deployed artifacts as ear files. My understanding is that each of the ears will have it's own classloader. Is it possible to tell weblogic to use the same classloader for each of these deployables.

What factors do i need to consider when making this change?

© Stack Overflow or respective owner

Related posts about java

Related posts about weblogic