pdoy
pdoy

Reputation: 101

.war file with jar file and websphere shared library jar file

I have a war file with an embedded jar file on it (sample.jar) and at the same time I have defined a shared library on webpshere with the same jar file (sample.jar), which one is going to be used by the war file? Is it the one inside the war file or the one that is defined on the webpshere shared lirarby?

I appreciate all answers.

Thank you.

Upvotes: 1

Views: 364

Answers (1)

Jurica
Jurica

Reputation: 61

Depends on classloader policy setting (parent first or local first).

Upvotes: 1

Related Questions