A common problem that I encountered with Shared Libraries was a few instances of banners appearing. So, When installing web applications under WAS, you can set the class loading policy in the parameters of this application (or globally at the server / node level)
If the policy settings (search) are "parent first" / "parent last" and one class loader for each application or for war. The default is parent first / war. If your web application comes with all banks, it will be better for you if the policy is set to "parent last / application". Also, if you edit your web.xml to reflect the changes, be sure to set "use binary configuration", otherwise it will always use what it stored during installation.
You get the class loading parameter under Wepsphere Applications โ click on the name of the application where you can see the class loader parameter.
Clindo
source share