Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Web Applications deployed in the Carbon Server can load classes from two locations. If you want to share the same library between two Web applications, you can copy it into this location.

  • <CARBON<PRODUCT_HOME>/lib

Libraries which are only used by a particular .war file can be put into this location.

...

Info

Note:

Class loading pattern for Web applications is always child-first. You can't change this. Therefore location 2 is always given the highest priority when the same library exists in both locations.

Excerpt
hiddentrue

Description of class loading for web applications.