How to sync DOMAIN_HOME/lib directory across servers.
Hi,
We have a weblogic domain spanning across 15 different machines with managed servers running on them. We place some of our start-up application routine jars in the DOMAIN_HOME/lib dir.
We use an installer to update the domain with the new artifacts. The installer is only run on the Admin Server. So, the DOMAIN_HOME/lib is updated only on the Admin Server. Is there anyway in weblogic to keep this dir in sync across all the other machines (managed servers).