In the GlassFish 4 glassfish-acc.xml file, what is the purpose of the name attribute of the target-server element?
It seems that this file has something to do with IIOP.
Different installs of GlassFish 4 have different values for that attribute, but the rest of the files are exactly the same. Some example values of this attribute are:
sc11152542.us.oracle.com
sc11152550.us.oracle.com
I am trying to standardize the configs of some inherited GlassFish 4 servers. They are not clustered. Would it be OK for me to use the same value for all my servers? If so, does it matter which value I choose?
I read the documentation from the following link, but it was too tautological to be useful.
https://glassfish.java.net/docs/4.0/application-deployment-guide.pdf
The documentation also appears to be out of date, since it refers to sun-acc.xml instead of glassfish-acc.xml, and because it uses version 1.2 of the DTD while the glassfish-acc.xml files that I've seen use version 1.3.