users@glassfish.java.net

Re: glassfish v3 clustering force synch

From: Tom Mueller <tom.mueller_at_oracle.com>
Date: Mon, 11 Jul 2011 09:02:07 -0500

When a new configuration file is added, the synchronization framework
can be extended by adding a "config-files" file in the config
directory. The default content for this file is in
glassfish/modules/cluster-admin.jar in the META-INF/config-files file.

This is what it is:

domain.xml
admin-keyfile
cacerts.jks
client-jnlp-config.properties
default-web.xml
domain-passwords
glassfish-acc.xml
keyfile
keystore.jks
login.conf
server.policy
sun-acc.xml
wss-server-config-1.0.xml
wss-server-config-2.0.xml


Just add your new file to this list and put the file in the domain's
"config" directory and that file will be sync'd too.

The documentation for this is here:
http://download.oracle.com/docs/cd/E18930_01/html/821-2426/gkrdd.html

See the "To Resynchronize Additional Configuration Files" section.

Tom