dev@glassfish.java.net

Set a DerbyPool property to all instances in a cluste

From: Ming Zhang <ming.zhang_at_oracle.com>
Date: Thu, 04 Nov 2010 22:34:31 -0700

I am looking for a way to set a DerbyPool property to all instances of a
cluster. Currently, I use following steps:

   1. To set on DAS: asadmin set
      domain.resources.jdbc-connection-pool.DerbyPool.property.serverName=$DerbyHost
   2. Restarting the cluster to have that property propagated to all
      instances.

Is there a better way to do this? Restarting cluster for a property
setting seems not very efficient.

Thanks,
Ming